Skip to content

Commit

Permalink
docs: use c.g.com/cpp mocking guide (#11869)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolduc committed Jun 12, 2023
1 parent f9cc920 commit 0e57a0b
Show file tree
Hide file tree
Showing 344 changed files with 344 additions and 344 deletions.
2 changes: 1 addition & 1 deletion cmake/GoogleCloudCppDoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function (google_cloud_cpp_doxygen_targets_impl library)
list(
APPEND
DOXYGEN_ALIASES
"googleapis_dev_link{2}=\"https://googleapis.dev/cpp/google-cloud-\\1/${VERSION}/\\2\""
"cloud_cpp_docs_link{2}=\"https://cloud.google.com/cpp/docs/reference/\\1/${VERSION}/\\2\""
)
set(DOXYGEN_INLINE_INHERITED_MEMB YES)
set(DOXYGEN_JAVADOC_AUTOBRIEF YES)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockGoldenKitchenSinkConnection : public golden_v1::GoldenKitchenSinkConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockGoldenRestOnlyConnection : public golden_v1::GoldenRestOnlyConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockGoldenThingAdminConnection : public golden_v1::GoldenThingAdminConnection {
public:
Expand Down
2 changes: 1 addition & 1 deletion generator/internal/mock_connection_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Status MockConnectionGenerator::GenerateHeader() {
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class $mock_connection_class_name$ : public $product_namespace$::$connection_class_name$ {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAccessApprovalConnection
: public accessapproval_v1::AccessApprovalConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAccessContextManagerConnection
: public accesscontextmanager_v1::AccessContextManagerConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAdvisoryNotificationsServiceConnection
: public advisorynotifications_v1::AdvisoryNotificationsServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/mocks/mock_dataset_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockDatasetServiceConnection
: public aiplatform_v1::DatasetServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockEndpointServiceConnection
: public aiplatform_v1::EndpointServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockFeaturestoreServiceConnection
: public aiplatform_v1::FeaturestoreServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockFeaturestoreOnlineServingServiceConnection
: public aiplatform_v1::FeaturestoreOnlineServingServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/mocks/mock_index_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockIndexServiceConnection
: public aiplatform_v1::IndexServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockIndexEndpointServiceConnection
: public aiplatform_v1::IndexEndpointServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/mocks/mock_job_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockJobServiceConnection : public aiplatform_v1::JobServiceConnection {
public:
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/mocks/mock_match_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockMatchServiceConnection
: public aiplatform_v1::MatchServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockMetadataServiceConnection
: public aiplatform_v1::MetadataServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockMigrationServiceConnection
: public aiplatform_v1::MigrationServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/mocks/mock_model_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockModelServiceConnection
: public aiplatform_v1::ModelServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockModelGardenServiceConnection
: public aiplatform_v1::ModelGardenServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockPipelineServiceConnection
: public aiplatform_v1::PipelineServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockPredictionServiceConnection
: public aiplatform_v1::PredictionServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockSpecialistPoolServiceConnection
: public aiplatform_v1::SpecialistPoolServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockTensorboardServiceConnection
: public aiplatform_v1::TensorboardServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/v1/mocks/mock_vizier_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockVizierServiceConnection
: public aiplatform_v1::VizierServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAlloyDBAdminConnection : public alloydb_v1::AlloyDBAdminConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockApiGatewayServiceConnection
: public apigateway_v1::ApiGatewayServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockConnectionServiceConnection
: public apigeeconnect_v1::ConnectionServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/apikeys/v2/mocks/mock_api_keys_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockApiKeysConnection : public apikeys_v2::ApiKeysConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockApplicationsConnection : public appengine_v1::ApplicationsConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAuthorizedCertificatesConnection
: public appengine_v1::AuthorizedCertificatesConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAuthorizedDomainsConnection
: public appengine_v1::AuthorizedDomainsConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockDomainMappingsConnection
: public appengine_v1::DomainMappingsConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/appengine/v1/mocks/mock_firewall_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockFirewallConnection : public appengine_v1::FirewallConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockInstancesConnection : public appengine_v1::InstancesConnection {
public:
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/appengine/v1/mocks/mock_services_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockServicesConnection : public appengine_v1::ServicesConnection {
public:
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/appengine/v1/mocks/mock_versions_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockVersionsConnection : public appengine_v1::VersionsConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockArtifactRegistryConnection
: public artifactregistry_v1::ArtifactRegistryConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/asset/v1/mocks/mock_asset_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAssetServiceConnection : public asset_v1::AssetServiceConnection {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAssuredWorkloadsServiceConnection
: public assuredworkloads_v1::AssuredWorkloadsServiceConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/automl/v1/mocks/mock_auto_ml_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockAutoMlConnection : public automl_v1::AutoMlConnection {
public:
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/automl/v1/mocks/mock_prediction_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockPredictionServiceConnection
: public automl_v1::PredictionServiceConnection {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockBareMetalSolutionConnection
: public baremetalsolution_v2::BareMetalSolutionConnection {
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/batch/v1/mocks/mock_batch_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
* While the example showcases types from the BigQuery library, the underlying
* principles apply for any pair of `*Client` and `*Connection`.
*
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
*/
class MockBatchServiceConnection : public batch_v1::BatchServiceConnection {
public:
Expand Down
Loading

0 comments on commit 0e57a0b

Please sign in to comment.