diff --git a/cmake/GoogleCloudCppDoxygen.cmake b/cmake/GoogleCloudCppDoxygen.cmake index c4a427cf489f..fad0ad83921e 100644 --- a/cmake/GoogleCloudCppDoxygen.cmake +++ b/cmake/GoogleCloudCppDoxygen.cmake @@ -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) diff --git a/generator/integration_tests/golden/v1/mocks/mock_golden_kitchen_sink_connection.h b/generator/integration_tests/golden/v1/mocks/mock_golden_kitchen_sink_connection.h index 847c4dc88c6b..bf9a3e67ddf0 100644 --- a/generator/integration_tests/golden/v1/mocks/mock_golden_kitchen_sink_connection.h +++ b/generator/integration_tests/golden/v1/mocks/mock_golden_kitchen_sink_connection.h @@ -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: diff --git a/generator/integration_tests/golden/v1/mocks/mock_golden_rest_only_connection.h b/generator/integration_tests/golden/v1/mocks/mock_golden_rest_only_connection.h index cf4176b6faaf..d377e8d6f0b8 100644 --- a/generator/integration_tests/golden/v1/mocks/mock_golden_rest_only_connection.h +++ b/generator/integration_tests/golden/v1/mocks/mock_golden_rest_only_connection.h @@ -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: diff --git a/generator/integration_tests/golden/v1/mocks/mock_golden_thing_admin_connection.h b/generator/integration_tests/golden/v1/mocks/mock_golden_thing_admin_connection.h index 2b50083e1ef5..3045145b666e 100644 --- a/generator/integration_tests/golden/v1/mocks/mock_golden_thing_admin_connection.h +++ b/generator/integration_tests/golden/v1/mocks/mock_golden_thing_admin_connection.h @@ -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: diff --git a/generator/internal/mock_connection_generator.cc b/generator/internal/mock_connection_generator.cc index 71328564b26a..19555243b02f 100644 --- a/generator/internal/mock_connection_generator.cc +++ b/generator/internal/mock_connection_generator.cc @@ -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: diff --git a/google/cloud/accessapproval/v1/mocks/mock_access_approval_connection.h b/google/cloud/accessapproval/v1/mocks/mock_access_approval_connection.h index f271581c8587..6ecf6bb9990c 100644 --- a/google/cloud/accessapproval/v1/mocks/mock_access_approval_connection.h +++ b/google/cloud/accessapproval/v1/mocks/mock_access_approval_connection.h @@ -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 { diff --git a/google/cloud/accesscontextmanager/v1/mocks/mock_access_context_manager_connection.h b/google/cloud/accesscontextmanager/v1/mocks/mock_access_context_manager_connection.h index 585c1c1598bc..2d160cf0b301 100644 --- a/google/cloud/accesscontextmanager/v1/mocks/mock_access_context_manager_connection.h +++ b/google/cloud/accesscontextmanager/v1/mocks/mock_access_context_manager_connection.h @@ -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 { diff --git a/google/cloud/advisorynotifications/v1/mocks/mock_advisory_notifications_connection.h b/google/cloud/advisorynotifications/v1/mocks/mock_advisory_notifications_connection.h index fc4771a9eaf1..068d6839a5dd 100644 --- a/google/cloud/advisorynotifications/v1/mocks/mock_advisory_notifications_connection.h +++ b/google/cloud/advisorynotifications/v1/mocks/mock_advisory_notifications_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_dataset_connection.h b/google/cloud/aiplatform/v1/mocks/mock_dataset_connection.h index f1e707c55151..01c3de1b2574 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_dataset_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_dataset_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_endpoint_connection.h b/google/cloud/aiplatform/v1/mocks/mock_endpoint_connection.h index 9abae1a9c05c..c35368c7da09 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_endpoint_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_endpoint_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_featurestore_connection.h b/google/cloud/aiplatform/v1/mocks/mock_featurestore_connection.h index c9630b633ab3..c5e4b6831ab6 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_featurestore_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_featurestore_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_featurestore_online_serving_connection.h b/google/cloud/aiplatform/v1/mocks/mock_featurestore_online_serving_connection.h index 5024585fafb6..f3da49b3b3a6 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_featurestore_online_serving_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_featurestore_online_serving_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_index_connection.h b/google/cloud/aiplatform/v1/mocks/mock_index_connection.h index 6e6105e27eb4..1f0c5df8870f 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_index_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_index_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_index_endpoint_connection.h b/google/cloud/aiplatform/v1/mocks/mock_index_endpoint_connection.h index e219e89ebed2..bb3bf487de2e 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_index_endpoint_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_index_endpoint_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_job_connection.h b/google/cloud/aiplatform/v1/mocks/mock_job_connection.h index 22b6b8080335..501a14dc5b47 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_job_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_job_connection.h @@ -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: diff --git a/google/cloud/aiplatform/v1/mocks/mock_match_connection.h b/google/cloud/aiplatform/v1/mocks/mock_match_connection.h index 52067a8ef915..aad3e1b64c68 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_match_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_match_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_metadata_connection.h b/google/cloud/aiplatform/v1/mocks/mock_metadata_connection.h index 06ace1150400..5ef37c8cd9e2 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_metadata_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_metadata_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_migration_connection.h b/google/cloud/aiplatform/v1/mocks/mock_migration_connection.h index 66bd57e1aafd..d2d48281d1ec 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_migration_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_migration_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_model_connection.h b/google/cloud/aiplatform/v1/mocks/mock_model_connection.h index 9d96ae50c049..54dadae614a3 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_model_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_model_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_model_garden_connection.h b/google/cloud/aiplatform/v1/mocks/mock_model_garden_connection.h index b7751662465d..7eab258900a4 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_model_garden_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_model_garden_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_pipeline_connection.h b/google/cloud/aiplatform/v1/mocks/mock_pipeline_connection.h index f518ac50b25c..2b60255a76e5 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_pipeline_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_pipeline_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_prediction_connection.h b/google/cloud/aiplatform/v1/mocks/mock_prediction_connection.h index 633dca58c75f..85912a15c3f4 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_prediction_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_prediction_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_specialist_pool_connection.h b/google/cloud/aiplatform/v1/mocks/mock_specialist_pool_connection.h index 720d5d3c7096..6870e2f017ae 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_specialist_pool_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_specialist_pool_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_tensorboard_connection.h b/google/cloud/aiplatform/v1/mocks/mock_tensorboard_connection.h index fbacbb9b53de..8e762fe0bfe0 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_tensorboard_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_tensorboard_connection.h @@ -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 { diff --git a/google/cloud/aiplatform/v1/mocks/mock_vizier_connection.h b/google/cloud/aiplatform/v1/mocks/mock_vizier_connection.h index 7468afc54064..c8a6922d8eea 100644 --- a/google/cloud/aiplatform/v1/mocks/mock_vizier_connection.h +++ b/google/cloud/aiplatform/v1/mocks/mock_vizier_connection.h @@ -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 { diff --git a/google/cloud/alloydb/v1/mocks/mock_alloy_db_admin_connection.h b/google/cloud/alloydb/v1/mocks/mock_alloy_db_admin_connection.h index c1735e58fef3..4be15944ce49 100644 --- a/google/cloud/alloydb/v1/mocks/mock_alloy_db_admin_connection.h +++ b/google/cloud/alloydb/v1/mocks/mock_alloy_db_admin_connection.h @@ -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: diff --git a/google/cloud/apigateway/v1/mocks/mock_api_gateway_connection.h b/google/cloud/apigateway/v1/mocks/mock_api_gateway_connection.h index 4d6a94096ff1..a2a02fb4cd8f 100644 --- a/google/cloud/apigateway/v1/mocks/mock_api_gateway_connection.h +++ b/google/cloud/apigateway/v1/mocks/mock_api_gateway_connection.h @@ -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 { diff --git a/google/cloud/apigeeconnect/v1/mocks/mock_connection_connection.h b/google/cloud/apigeeconnect/v1/mocks/mock_connection_connection.h index 654f5a1429ce..4525c8a37a20 100644 --- a/google/cloud/apigeeconnect/v1/mocks/mock_connection_connection.h +++ b/google/cloud/apigeeconnect/v1/mocks/mock_connection_connection.h @@ -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 { diff --git a/google/cloud/apikeys/v2/mocks/mock_api_keys_connection.h b/google/cloud/apikeys/v2/mocks/mock_api_keys_connection.h index ded40ae88ac8..84000cdf5c9f 100644 --- a/google/cloud/apikeys/v2/mocks/mock_api_keys_connection.h +++ b/google/cloud/apikeys/v2/mocks/mock_api_keys_connection.h @@ -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: diff --git a/google/cloud/appengine/v1/mocks/mock_applications_connection.h b/google/cloud/appengine/v1/mocks/mock_applications_connection.h index 2ee1e18ac92a..b32ef728e74b 100644 --- a/google/cloud/appengine/v1/mocks/mock_applications_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_applications_connection.h @@ -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: diff --git a/google/cloud/appengine/v1/mocks/mock_authorized_certificates_connection.h b/google/cloud/appengine/v1/mocks/mock_authorized_certificates_connection.h index be5137904f37..1a0483151069 100644 --- a/google/cloud/appengine/v1/mocks/mock_authorized_certificates_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_authorized_certificates_connection.h @@ -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 { diff --git a/google/cloud/appengine/v1/mocks/mock_authorized_domains_connection.h b/google/cloud/appengine/v1/mocks/mock_authorized_domains_connection.h index fc6e991c00c8..e5f82537a248 100644 --- a/google/cloud/appengine/v1/mocks/mock_authorized_domains_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_authorized_domains_connection.h @@ -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 { diff --git a/google/cloud/appengine/v1/mocks/mock_domain_mappings_connection.h b/google/cloud/appengine/v1/mocks/mock_domain_mappings_connection.h index 68a08992772a..42c7d22b3b7a 100644 --- a/google/cloud/appengine/v1/mocks/mock_domain_mappings_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_domain_mappings_connection.h @@ -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 { diff --git a/google/cloud/appengine/v1/mocks/mock_firewall_connection.h b/google/cloud/appengine/v1/mocks/mock_firewall_connection.h index 69dc7ba86e7b..3b3263b92fd6 100644 --- a/google/cloud/appengine/v1/mocks/mock_firewall_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_firewall_connection.h @@ -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: diff --git a/google/cloud/appengine/v1/mocks/mock_instances_connection.h b/google/cloud/appengine/v1/mocks/mock_instances_connection.h index 281f16480f92..0374b9251737 100644 --- a/google/cloud/appengine/v1/mocks/mock_instances_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_instances_connection.h @@ -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: diff --git a/google/cloud/appengine/v1/mocks/mock_services_connection.h b/google/cloud/appengine/v1/mocks/mock_services_connection.h index 351d1d853d87..b8e6a8c4cf84 100644 --- a/google/cloud/appengine/v1/mocks/mock_services_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_services_connection.h @@ -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: diff --git a/google/cloud/appengine/v1/mocks/mock_versions_connection.h b/google/cloud/appengine/v1/mocks/mock_versions_connection.h index 3bf82f624a23..ab67c22f2928 100644 --- a/google/cloud/appengine/v1/mocks/mock_versions_connection.h +++ b/google/cloud/appengine/v1/mocks/mock_versions_connection.h @@ -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: diff --git a/google/cloud/artifactregistry/v1/mocks/mock_artifact_registry_connection.h b/google/cloud/artifactregistry/v1/mocks/mock_artifact_registry_connection.h index a703dc77d4f3..e6f8033fc631 100644 --- a/google/cloud/artifactregistry/v1/mocks/mock_artifact_registry_connection.h +++ b/google/cloud/artifactregistry/v1/mocks/mock_artifact_registry_connection.h @@ -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 { diff --git a/google/cloud/asset/v1/mocks/mock_asset_connection.h b/google/cloud/asset/v1/mocks/mock_asset_connection.h index 139c8789ef16..6305e2ebe464 100644 --- a/google/cloud/asset/v1/mocks/mock_asset_connection.h +++ b/google/cloud/asset/v1/mocks/mock_asset_connection.h @@ -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: diff --git a/google/cloud/assuredworkloads/v1/mocks/mock_assured_workloads_connection.h b/google/cloud/assuredworkloads/v1/mocks/mock_assured_workloads_connection.h index eac9fe4c9a81..3f8252a96641 100644 --- a/google/cloud/assuredworkloads/v1/mocks/mock_assured_workloads_connection.h +++ b/google/cloud/assuredworkloads/v1/mocks/mock_assured_workloads_connection.h @@ -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 { diff --git a/google/cloud/automl/v1/mocks/mock_auto_ml_connection.h b/google/cloud/automl/v1/mocks/mock_auto_ml_connection.h index 6b5d9c62d8aa..f6a8fc001593 100644 --- a/google/cloud/automl/v1/mocks/mock_auto_ml_connection.h +++ b/google/cloud/automl/v1/mocks/mock_auto_ml_connection.h @@ -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: diff --git a/google/cloud/automl/v1/mocks/mock_prediction_connection.h b/google/cloud/automl/v1/mocks/mock_prediction_connection.h index 5215af0b462b..f0efcb84c07a 100644 --- a/google/cloud/automl/v1/mocks/mock_prediction_connection.h +++ b/google/cloud/automl/v1/mocks/mock_prediction_connection.h @@ -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 { diff --git a/google/cloud/baremetalsolution/v2/mocks/mock_bare_metal_solution_connection.h b/google/cloud/baremetalsolution/v2/mocks/mock_bare_metal_solution_connection.h index e833eda777e4..83c7983834c0 100644 --- a/google/cloud/baremetalsolution/v2/mocks/mock_bare_metal_solution_connection.h +++ b/google/cloud/baremetalsolution/v2/mocks/mock_bare_metal_solution_connection.h @@ -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 { diff --git a/google/cloud/batch/v1/mocks/mock_batch_connection.h b/google/cloud/batch/v1/mocks/mock_batch_connection.h index ea690bb2c4d9..c58a3ade37b5 100644 --- a/google/cloud/batch/v1/mocks/mock_batch_connection.h +++ b/google/cloud/batch/v1/mocks/mock_batch_connection.h @@ -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: diff --git a/google/cloud/beyondcorp/appconnections/v1/mocks/mock_app_connections_connection.h b/google/cloud/beyondcorp/appconnections/v1/mocks/mock_app_connections_connection.h index 7db476bc299e..ac8b3a925812 100644 --- a/google/cloud/beyondcorp/appconnections/v1/mocks/mock_app_connections_connection.h +++ b/google/cloud/beyondcorp/appconnections/v1/mocks/mock_app_connections_connection.h @@ -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 MockAppConnectionsServiceConnection : public beyondcorp_appconnections_v1::AppConnectionsServiceConnection { diff --git a/google/cloud/beyondcorp/appconnectors/v1/mocks/mock_app_connectors_connection.h b/google/cloud/beyondcorp/appconnectors/v1/mocks/mock_app_connectors_connection.h index cb906271e08d..3894f530468c 100644 --- a/google/cloud/beyondcorp/appconnectors/v1/mocks/mock_app_connectors_connection.h +++ b/google/cloud/beyondcorp/appconnectors/v1/mocks/mock_app_connectors_connection.h @@ -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 MockAppConnectorsServiceConnection : public beyondcorp_appconnectors_v1::AppConnectorsServiceConnection { diff --git a/google/cloud/beyondcorp/appgateways/v1/mocks/mock_app_gateways_connection.h b/google/cloud/beyondcorp/appgateways/v1/mocks/mock_app_gateways_connection.h index ff26b4e15456..97c170a4dde0 100644 --- a/google/cloud/beyondcorp/appgateways/v1/mocks/mock_app_gateways_connection.h +++ b/google/cloud/beyondcorp/appgateways/v1/mocks/mock_app_gateways_connection.h @@ -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 MockAppGatewaysServiceConnection : public beyondcorp_appgateways_v1::AppGatewaysServiceConnection { diff --git a/google/cloud/beyondcorp/clientconnectorservices/v1/mocks/mock_client_connector_services_connection.h b/google/cloud/beyondcorp/clientconnectorservices/v1/mocks/mock_client_connector_services_connection.h index 7374979081a8..e51ebee3a37a 100644 --- a/google/cloud/beyondcorp/clientconnectorservices/v1/mocks/mock_client_connector_services_connection.h +++ b/google/cloud/beyondcorp/clientconnectorservices/v1/mocks/mock_client_connector_services_connection.h @@ -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 MockClientConnectorServicesServiceConnection : public beyondcorp_clientconnectorservices_v1:: diff --git a/google/cloud/beyondcorp/clientgateways/v1/mocks/mock_client_gateways_connection.h b/google/cloud/beyondcorp/clientgateways/v1/mocks/mock_client_gateways_connection.h index f6f73542996c..e2ff96e11509 100644 --- a/google/cloud/beyondcorp/clientgateways/v1/mocks/mock_client_gateways_connection.h +++ b/google/cloud/beyondcorp/clientgateways/v1/mocks/mock_client_gateways_connection.h @@ -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 MockClientGatewaysServiceConnection : public beyondcorp_clientgateways_v1::ClientGatewaysServiceConnection { diff --git a/google/cloud/bigquery/analyticshub/v1/mocks/mock_analytics_hub_connection.h b/google/cloud/bigquery/analyticshub/v1/mocks/mock_analytics_hub_connection.h index e5414592eb17..150e4395a6be 100644 --- a/google/cloud/bigquery/analyticshub/v1/mocks/mock_analytics_hub_connection.h +++ b/google/cloud/bigquery/analyticshub/v1/mocks/mock_analytics_hub_connection.h @@ -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 MockAnalyticsHubServiceConnection : public bigquery_analyticshub_v1::AnalyticsHubServiceConnection { diff --git a/google/cloud/bigquery/connection/v1/mocks/mock_connection_connection.h b/google/cloud/bigquery/connection/v1/mocks/mock_connection_connection.h index b19c4df089e4..f746d4bd0b68 100644 --- a/google/cloud/bigquery/connection/v1/mocks/mock_connection_connection.h +++ b/google/cloud/bigquery/connection/v1/mocks/mock_connection_connection.h @@ -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 bigquery_connection_v1::ConnectionServiceConnection { diff --git a/google/cloud/bigquery/datapolicies/v1/mocks/mock_data_policy_connection.h b/google/cloud/bigquery/datapolicies/v1/mocks/mock_data_policy_connection.h index ee831e6308a4..a5bebd0c90f2 100644 --- a/google/cloud/bigquery/datapolicies/v1/mocks/mock_data_policy_connection.h +++ b/google/cloud/bigquery/datapolicies/v1/mocks/mock_data_policy_connection.h @@ -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 MockDataPolicyServiceConnection : public bigquery_datapolicies_v1::DataPolicyServiceConnection { diff --git a/google/cloud/bigquery/datatransfer/v1/mocks/mock_data_transfer_connection.h b/google/cloud/bigquery/datatransfer/v1/mocks/mock_data_transfer_connection.h index 9cba0931ca48..a11605806ec1 100644 --- a/google/cloud/bigquery/datatransfer/v1/mocks/mock_data_transfer_connection.h +++ b/google/cloud/bigquery/datatransfer/v1/mocks/mock_data_transfer_connection.h @@ -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 MockDataTransferServiceConnection : public bigquery_datatransfer_v1::DataTransferServiceConnection { diff --git a/google/cloud/bigquery/migration/v2/mocks/mock_migration_connection.h b/google/cloud/bigquery/migration/v2/mocks/mock_migration_connection.h index 8bcc2da8b821..4f01d2b0adf4 100644 --- a/google/cloud/bigquery/migration/v2/mocks/mock_migration_connection.h +++ b/google/cloud/bigquery/migration/v2/mocks/mock_migration_connection.h @@ -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 bigquery_migration_v2::MigrationServiceConnection { diff --git a/google/cloud/bigquery/reservation/v1/mocks/mock_reservation_connection.h b/google/cloud/bigquery/reservation/v1/mocks/mock_reservation_connection.h index c2c9e018752b..7acc9c234c66 100644 --- a/google/cloud/bigquery/reservation/v1/mocks/mock_reservation_connection.h +++ b/google/cloud/bigquery/reservation/v1/mocks/mock_reservation_connection.h @@ -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 MockReservationServiceConnection : public bigquery_reservation_v1::ReservationServiceConnection { diff --git a/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_read_connection.h b/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_read_connection.h index a7bcb6c0aea7..246d85c3eb75 100644 --- a/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_read_connection.h +++ b/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_read_connection.h @@ -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 MockBigQueryReadConnection : public bigquery_storage_v1::BigQueryReadConnection { diff --git a/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_write_connection.h b/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_write_connection.h index 4b5ce83d4af0..f63768dc80a5 100644 --- a/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_write_connection.h +++ b/google/cloud/bigquery/storage/v1/mocks/mock_bigquery_write_connection.h @@ -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 MockBigQueryWriteConnection : public bigquery_storage_v1::BigQueryWriteConnection { diff --git a/google/cloud/bigtable/admin/mocks/mock_bigtable_instance_admin_connection.h b/google/cloud/bigtable/admin/mocks/mock_bigtable_instance_admin_connection.h index d7995e310a0c..1b93b3348dac 100644 --- a/google/cloud/bigtable/admin/mocks/mock_bigtable_instance_admin_connection.h +++ b/google/cloud/bigtable/admin/mocks/mock_bigtable_instance_admin_connection.h @@ -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 MockBigtableInstanceAdminConnection : public bigtable_admin::BigtableInstanceAdminConnection { diff --git a/google/cloud/bigtable/admin/mocks/mock_bigtable_table_admin_connection.h b/google/cloud/bigtable/admin/mocks/mock_bigtable_table_admin_connection.h index e704354e7f71..9e5f6e87c1aa 100644 --- a/google/cloud/bigtable/admin/mocks/mock_bigtable_table_admin_connection.h +++ b/google/cloud/bigtable/admin/mocks/mock_bigtable_table_admin_connection.h @@ -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 MockBigtableTableAdminConnection : public bigtable_admin::BigtableTableAdminConnection { diff --git a/google/cloud/billing/budgets/v1/mocks/mock_budget_connection.h b/google/cloud/billing/budgets/v1/mocks/mock_budget_connection.h index c7498292eb37..9c27438be8af 100644 --- a/google/cloud/billing/budgets/v1/mocks/mock_budget_connection.h +++ b/google/cloud/billing/budgets/v1/mocks/mock_budget_connection.h @@ -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 MockBudgetServiceConnection : public billing_budgets_v1::BudgetServiceConnection { diff --git a/google/cloud/billing/v1/mocks/mock_cloud_billing_connection.h b/google/cloud/billing/v1/mocks/mock_cloud_billing_connection.h index e6080346397d..9f4e5c797497 100644 --- a/google/cloud/billing/v1/mocks/mock_cloud_billing_connection.h +++ b/google/cloud/billing/v1/mocks/mock_cloud_billing_connection.h @@ -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 MockCloudBillingConnection : public billing_v1::CloudBillingConnection { public: diff --git a/google/cloud/billing/v1/mocks/mock_cloud_catalog_connection.h b/google/cloud/billing/v1/mocks/mock_cloud_catalog_connection.h index 81bd1add37be..6f2acb0aa0c5 100644 --- a/google/cloud/billing/v1/mocks/mock_cloud_catalog_connection.h +++ b/google/cloud/billing/v1/mocks/mock_cloud_catalog_connection.h @@ -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 MockCloudCatalogConnection : public billing_v1::CloudCatalogConnection { public: diff --git a/google/cloud/binaryauthorization/v1/mocks/mock_binauthz_management_service_v1_connection.h b/google/cloud/binaryauthorization/v1/mocks/mock_binauthz_management_service_v1_connection.h index cc1ad56dbffb..3775ea5149e8 100644 --- a/google/cloud/binaryauthorization/v1/mocks/mock_binauthz_management_service_v1_connection.h +++ b/google/cloud/binaryauthorization/v1/mocks/mock_binauthz_management_service_v1_connection.h @@ -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 MockBinauthzManagementServiceV1Connection : public binaryauthorization_v1::BinauthzManagementServiceV1Connection { diff --git a/google/cloud/binaryauthorization/v1/mocks/mock_system_policy_v1_connection.h b/google/cloud/binaryauthorization/v1/mocks/mock_system_policy_v1_connection.h index 7f9685fbf41b..702f14f662c3 100644 --- a/google/cloud/binaryauthorization/v1/mocks/mock_system_policy_v1_connection.h +++ b/google/cloud/binaryauthorization/v1/mocks/mock_system_policy_v1_connection.h @@ -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 MockSystemPolicyV1Connection : public binaryauthorization_v1::SystemPolicyV1Connection { diff --git a/google/cloud/binaryauthorization/v1/mocks/mock_validation_helper_v1_connection.h b/google/cloud/binaryauthorization/v1/mocks/mock_validation_helper_v1_connection.h index f02a4750d86b..fc116c47999c 100644 --- a/google/cloud/binaryauthorization/v1/mocks/mock_validation_helper_v1_connection.h +++ b/google/cloud/binaryauthorization/v1/mocks/mock_validation_helper_v1_connection.h @@ -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 MockValidationHelperV1Connection : public binaryauthorization_v1::ValidationHelperV1Connection { diff --git a/google/cloud/certificatemanager/v1/mocks/mock_certificate_manager_connection.h b/google/cloud/certificatemanager/v1/mocks/mock_certificate_manager_connection.h index 093320afec7b..14de24d21887 100644 --- a/google/cloud/certificatemanager/v1/mocks/mock_certificate_manager_connection.h +++ b/google/cloud/certificatemanager/v1/mocks/mock_certificate_manager_connection.h @@ -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 MockCertificateManagerConnection : public certificatemanager_v1::CertificateManagerConnection { diff --git a/google/cloud/channel/v1/mocks/mock_cloud_channel_connection.h b/google/cloud/channel/v1/mocks/mock_cloud_channel_connection.h index f734416647c8..e676457c693b 100644 --- a/google/cloud/channel/v1/mocks/mock_cloud_channel_connection.h +++ b/google/cloud/channel/v1/mocks/mock_cloud_channel_connection.h @@ -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 MockCloudChannelServiceConnection : public channel_v1::CloudChannelServiceConnection { diff --git a/google/cloud/cloudbuild/v1/mocks/mock_cloud_build_connection.h b/google/cloud/cloudbuild/v1/mocks/mock_cloud_build_connection.h index b907f10a8a73..0e8d89eae412 100644 --- a/google/cloud/cloudbuild/v1/mocks/mock_cloud_build_connection.h +++ b/google/cloud/cloudbuild/v1/mocks/mock_cloud_build_connection.h @@ -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 MockCloudBuildConnection : public cloudbuild_v1::CloudBuildConnection { public: diff --git a/google/cloud/cloudbuild/v2/mocks/mock_repository_manager_connection.h b/google/cloud/cloudbuild/v2/mocks/mock_repository_manager_connection.h index aec53361abb0..02a8ed4dec66 100644 --- a/google/cloud/cloudbuild/v2/mocks/mock_repository_manager_connection.h +++ b/google/cloud/cloudbuild/v2/mocks/mock_repository_manager_connection.h @@ -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 MockRepositoryManagerConnection : public cloudbuild_v2::RepositoryManagerConnection { diff --git a/google/cloud/composer/v1/mocks/mock_environments_connection.h b/google/cloud/composer/v1/mocks/mock_environments_connection.h index 88f1052ccc1e..17e02082a9b4 100644 --- a/google/cloud/composer/v1/mocks/mock_environments_connection.h +++ b/google/cloud/composer/v1/mocks/mock_environments_connection.h @@ -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 MockEnvironmentsConnection : public composer_v1::EnvironmentsConnection { public: diff --git a/google/cloud/composer/v1/mocks/mock_image_versions_connection.h b/google/cloud/composer/v1/mocks/mock_image_versions_connection.h index 3e0d1c623685..82883202c9b6 100644 --- a/google/cloud/composer/v1/mocks/mock_image_versions_connection.h +++ b/google/cloud/composer/v1/mocks/mock_image_versions_connection.h @@ -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 MockImageVersionsConnection : public composer_v1::ImageVersionsConnection { diff --git a/google/cloud/compute/accelerator_types/v1/mocks/mock_accelerator_types_connection.h b/google/cloud/compute/accelerator_types/v1/mocks/mock_accelerator_types_connection.h index 3194437ad6b6..f1cd8b11e58a 100644 --- a/google/cloud/compute/accelerator_types/v1/mocks/mock_accelerator_types_connection.h +++ b/google/cloud/compute/accelerator_types/v1/mocks/mock_accelerator_types_connection.h @@ -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 MockAcceleratorTypesConnection : public compute_accelerator_types_v1::AcceleratorTypesConnection { diff --git a/google/cloud/compute/addresses/v1/mocks/mock_addresses_connection.h b/google/cloud/compute/addresses/v1/mocks/mock_addresses_connection.h index 2d335a608b83..be58d8bc8cdb 100644 --- a/google/cloud/compute/addresses/v1/mocks/mock_addresses_connection.h +++ b/google/cloud/compute/addresses/v1/mocks/mock_addresses_connection.h @@ -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 MockAddressesConnection : public compute_addresses_v1::AddressesConnection { diff --git a/google/cloud/compute/autoscalers/v1/mocks/mock_autoscalers_connection.h b/google/cloud/compute/autoscalers/v1/mocks/mock_autoscalers_connection.h index b572c1581ca8..f248e4ddbf8d 100644 --- a/google/cloud/compute/autoscalers/v1/mocks/mock_autoscalers_connection.h +++ b/google/cloud/compute/autoscalers/v1/mocks/mock_autoscalers_connection.h @@ -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 MockAutoscalersConnection : public compute_autoscalers_v1::AutoscalersConnection { diff --git a/google/cloud/compute/backend_buckets/v1/mocks/mock_backend_buckets_connection.h b/google/cloud/compute/backend_buckets/v1/mocks/mock_backend_buckets_connection.h index 6cb7edded065..27962fa7a99f 100644 --- a/google/cloud/compute/backend_buckets/v1/mocks/mock_backend_buckets_connection.h +++ b/google/cloud/compute/backend_buckets/v1/mocks/mock_backend_buckets_connection.h @@ -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 MockBackendBucketsConnection : public compute_backend_buckets_v1::BackendBucketsConnection { diff --git a/google/cloud/compute/backend_services/v1/mocks/mock_backend_services_connection.h b/google/cloud/compute/backend_services/v1/mocks/mock_backend_services_connection.h index 22e715585a04..3a817e909d81 100644 --- a/google/cloud/compute/backend_services/v1/mocks/mock_backend_services_connection.h +++ b/google/cloud/compute/backend_services/v1/mocks/mock_backend_services_connection.h @@ -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 MockBackendServicesConnection : public compute_backend_services_v1::BackendServicesConnection { diff --git a/google/cloud/compute/disk_types/v1/mocks/mock_disk_types_connection.h b/google/cloud/compute/disk_types/v1/mocks/mock_disk_types_connection.h index b065b8145183..9916df596d5a 100644 --- a/google/cloud/compute/disk_types/v1/mocks/mock_disk_types_connection.h +++ b/google/cloud/compute/disk_types/v1/mocks/mock_disk_types_connection.h @@ -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 MockDiskTypesConnection : public compute_disk_types_v1::DiskTypesConnection { diff --git a/google/cloud/compute/disks/v1/mocks/mock_disks_connection.h b/google/cloud/compute/disks/v1/mocks/mock_disks_connection.h index fa6d445a6e3a..13d120015245 100644 --- a/google/cloud/compute/disks/v1/mocks/mock_disks_connection.h +++ b/google/cloud/compute/disks/v1/mocks/mock_disks_connection.h @@ -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 MockDisksConnection : public compute_disks_v1::DisksConnection { public: diff --git a/google/cloud/compute/external_vpn_gateways/v1/mocks/mock_external_vpn_gateways_connection.h b/google/cloud/compute/external_vpn_gateways/v1/mocks/mock_external_vpn_gateways_connection.h index 0a09182771d0..36c863b54609 100644 --- a/google/cloud/compute/external_vpn_gateways/v1/mocks/mock_external_vpn_gateways_connection.h +++ b/google/cloud/compute/external_vpn_gateways/v1/mocks/mock_external_vpn_gateways_connection.h @@ -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 MockExternalVpnGatewaysConnection : public compute_external_vpn_gateways_v1::ExternalVpnGatewaysConnection { diff --git a/google/cloud/compute/firewall_policies/v1/mocks/mock_firewall_policies_connection.h b/google/cloud/compute/firewall_policies/v1/mocks/mock_firewall_policies_connection.h index 7dc8a051d409..256628d053ca 100644 --- a/google/cloud/compute/firewall_policies/v1/mocks/mock_firewall_policies_connection.h +++ b/google/cloud/compute/firewall_policies/v1/mocks/mock_firewall_policies_connection.h @@ -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 MockFirewallPoliciesConnection : public compute_firewall_policies_v1::FirewallPoliciesConnection { diff --git a/google/cloud/compute/firewalls/v1/mocks/mock_firewalls_connection.h b/google/cloud/compute/firewalls/v1/mocks/mock_firewalls_connection.h index 8d62aa994e27..c6d8e50bd677 100644 --- a/google/cloud/compute/firewalls/v1/mocks/mock_firewalls_connection.h +++ b/google/cloud/compute/firewalls/v1/mocks/mock_firewalls_connection.h @@ -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 MockFirewallsConnection : public compute_firewalls_v1::FirewallsConnection { diff --git a/google/cloud/compute/forwarding_rules/v1/mocks/mock_forwarding_rules_connection.h b/google/cloud/compute/forwarding_rules/v1/mocks/mock_forwarding_rules_connection.h index b9d54f490138..8fe0ce9c1706 100644 --- a/google/cloud/compute/forwarding_rules/v1/mocks/mock_forwarding_rules_connection.h +++ b/google/cloud/compute/forwarding_rules/v1/mocks/mock_forwarding_rules_connection.h @@ -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 MockForwardingRulesConnection : public compute_forwarding_rules_v1::ForwardingRulesConnection { diff --git a/google/cloud/compute/global_addresses/v1/mocks/mock_global_addresses_connection.h b/google/cloud/compute/global_addresses/v1/mocks/mock_global_addresses_connection.h index d7f5108d7a03..d1873d8a3393 100644 --- a/google/cloud/compute/global_addresses/v1/mocks/mock_global_addresses_connection.h +++ b/google/cloud/compute/global_addresses/v1/mocks/mock_global_addresses_connection.h @@ -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 MockGlobalAddressesConnection : public compute_global_addresses_v1::GlobalAddressesConnection { diff --git a/google/cloud/compute/global_forwarding_rules/v1/mocks/mock_global_forwarding_rules_connection.h b/google/cloud/compute/global_forwarding_rules/v1/mocks/mock_global_forwarding_rules_connection.h index 0be54b91cb9c..0620f872abc3 100644 --- a/google/cloud/compute/global_forwarding_rules/v1/mocks/mock_global_forwarding_rules_connection.h +++ b/google/cloud/compute/global_forwarding_rules/v1/mocks/mock_global_forwarding_rules_connection.h @@ -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 MockGlobalForwardingRulesConnection : public compute_global_forwarding_rules_v1:: diff --git a/google/cloud/compute/global_network_endpoint_groups/v1/mocks/mock_global_network_endpoint_groups_connection.h b/google/cloud/compute/global_network_endpoint_groups/v1/mocks/mock_global_network_endpoint_groups_connection.h index 5500827914bb..55857e10d653 100644 --- a/google/cloud/compute/global_network_endpoint_groups/v1/mocks/mock_global_network_endpoint_groups_connection.h +++ b/google/cloud/compute/global_network_endpoint_groups/v1/mocks/mock_global_network_endpoint_groups_connection.h @@ -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 MockGlobalNetworkEndpointGroupsConnection : public compute_global_network_endpoint_groups_v1:: diff --git a/google/cloud/compute/global_operations/v1/mocks/mock_global_operations_connection.h b/google/cloud/compute/global_operations/v1/mocks/mock_global_operations_connection.h index 6709252ef975..033d7f0fc030 100644 --- a/google/cloud/compute/global_operations/v1/mocks/mock_global_operations_connection.h +++ b/google/cloud/compute/global_operations/v1/mocks/mock_global_operations_connection.h @@ -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 MockGlobalOperationsConnection : public compute_global_operations_v1::GlobalOperationsConnection { diff --git a/google/cloud/compute/global_organization_operations/v1/mocks/mock_global_organization_operations_connection.h b/google/cloud/compute/global_organization_operations/v1/mocks/mock_global_organization_operations_connection.h index 36031148bae8..45131ceea803 100644 --- a/google/cloud/compute/global_organization_operations/v1/mocks/mock_global_organization_operations_connection.h +++ b/google/cloud/compute/global_organization_operations/v1/mocks/mock_global_organization_operations_connection.h @@ -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 MockGlobalOrganizationOperationsConnection : public compute_global_organization_operations_v1:: diff --git a/google/cloud/compute/global_public_delegated_prefixes/v1/mocks/mock_global_public_delegated_prefixes_connection.h b/google/cloud/compute/global_public_delegated_prefixes/v1/mocks/mock_global_public_delegated_prefixes_connection.h index 348a856b71e7..7a098071a236 100644 --- a/google/cloud/compute/global_public_delegated_prefixes/v1/mocks/mock_global_public_delegated_prefixes_connection.h +++ b/google/cloud/compute/global_public_delegated_prefixes/v1/mocks/mock_global_public_delegated_prefixes_connection.h @@ -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 MockGlobalPublicDelegatedPrefixesConnection : public compute_global_public_delegated_prefixes_v1:: diff --git a/google/cloud/compute/health_checks/v1/mocks/mock_health_checks_connection.h b/google/cloud/compute/health_checks/v1/mocks/mock_health_checks_connection.h index b2db27c0766e..4a0aa751a100 100644 --- a/google/cloud/compute/health_checks/v1/mocks/mock_health_checks_connection.h +++ b/google/cloud/compute/health_checks/v1/mocks/mock_health_checks_connection.h @@ -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 MockHealthChecksConnection : public compute_health_checks_v1::HealthChecksConnection { diff --git a/google/cloud/compute/http_health_checks/v1/mocks/mock_http_health_checks_connection.h b/google/cloud/compute/http_health_checks/v1/mocks/mock_http_health_checks_connection.h index bd11bb62ccf0..5b781ad4d274 100644 --- a/google/cloud/compute/http_health_checks/v1/mocks/mock_http_health_checks_connection.h +++ b/google/cloud/compute/http_health_checks/v1/mocks/mock_http_health_checks_connection.h @@ -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 MockHttpHealthChecksConnection : public compute_http_health_checks_v1::HttpHealthChecksConnection { diff --git a/google/cloud/compute/https_health_checks/v1/mocks/mock_https_health_checks_connection.h b/google/cloud/compute/https_health_checks/v1/mocks/mock_https_health_checks_connection.h index 21cb4b91c3b6..6feb05167d8f 100644 --- a/google/cloud/compute/https_health_checks/v1/mocks/mock_https_health_checks_connection.h +++ b/google/cloud/compute/https_health_checks/v1/mocks/mock_https_health_checks_connection.h @@ -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 MockHttpsHealthChecksConnection : public compute_https_health_checks_v1::HttpsHealthChecksConnection { diff --git a/google/cloud/compute/image_family_views/v1/mocks/mock_image_family_views_connection.h b/google/cloud/compute/image_family_views/v1/mocks/mock_image_family_views_connection.h index 219cfbc01f94..f0024cfd5ece 100644 --- a/google/cloud/compute/image_family_views/v1/mocks/mock_image_family_views_connection.h +++ b/google/cloud/compute/image_family_views/v1/mocks/mock_image_family_views_connection.h @@ -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 MockImageFamilyViewsConnection : public compute_image_family_views_v1::ImageFamilyViewsConnection { diff --git a/google/cloud/compute/images/v1/mocks/mock_images_connection.h b/google/cloud/compute/images/v1/mocks/mock_images_connection.h index 8644477d1132..abf2297387c0 100644 --- a/google/cloud/compute/images/v1/mocks/mock_images_connection.h +++ b/google/cloud/compute/images/v1/mocks/mock_images_connection.h @@ -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 MockImagesConnection : public compute_images_v1::ImagesConnection { public: diff --git a/google/cloud/compute/instance_group_managers/v1/mocks/mock_instance_group_managers_connection.h b/google/cloud/compute/instance_group_managers/v1/mocks/mock_instance_group_managers_connection.h index e2cf8d4411e0..97b01f9ddebc 100644 --- a/google/cloud/compute/instance_group_managers/v1/mocks/mock_instance_group_managers_connection.h +++ b/google/cloud/compute/instance_group_managers/v1/mocks/mock_instance_group_managers_connection.h @@ -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 MockInstanceGroupManagersConnection : public compute_instance_group_managers_v1:: diff --git a/google/cloud/compute/instance_groups/v1/mocks/mock_instance_groups_connection.h b/google/cloud/compute/instance_groups/v1/mocks/mock_instance_groups_connection.h index 3244b5eaa76e..b351316e95a2 100644 --- a/google/cloud/compute/instance_groups/v1/mocks/mock_instance_groups_connection.h +++ b/google/cloud/compute/instance_groups/v1/mocks/mock_instance_groups_connection.h @@ -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 MockInstanceGroupsConnection : public compute_instance_groups_v1::InstanceGroupsConnection { diff --git a/google/cloud/compute/instance_templates/v1/mocks/mock_instance_templates_connection.h b/google/cloud/compute/instance_templates/v1/mocks/mock_instance_templates_connection.h index 9d49a67a8c17..dac568bf54af 100644 --- a/google/cloud/compute/instance_templates/v1/mocks/mock_instance_templates_connection.h +++ b/google/cloud/compute/instance_templates/v1/mocks/mock_instance_templates_connection.h @@ -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 MockInstanceTemplatesConnection : public compute_instance_templates_v1::InstanceTemplatesConnection { diff --git a/google/cloud/compute/instances/v1/mocks/mock_instances_connection.h b/google/cloud/compute/instances/v1/mocks/mock_instances_connection.h index 65159957f941..e7309c32be50 100644 --- a/google/cloud/compute/instances/v1/mocks/mock_instances_connection.h +++ b/google/cloud/compute/instances/v1/mocks/mock_instances_connection.h @@ -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 compute_instances_v1::InstancesConnection { diff --git a/google/cloud/compute/interconnect_attachments/v1/mocks/mock_interconnect_attachments_connection.h b/google/cloud/compute/interconnect_attachments/v1/mocks/mock_interconnect_attachments_connection.h index acc6edc276f6..a0c80ebaab2f 100644 --- a/google/cloud/compute/interconnect_attachments/v1/mocks/mock_interconnect_attachments_connection.h +++ b/google/cloud/compute/interconnect_attachments/v1/mocks/mock_interconnect_attachments_connection.h @@ -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 MockInterconnectAttachmentsConnection : public compute_interconnect_attachments_v1:: diff --git a/google/cloud/compute/interconnect_locations/v1/mocks/mock_interconnect_locations_connection.h b/google/cloud/compute/interconnect_locations/v1/mocks/mock_interconnect_locations_connection.h index 296306124ac4..140a3c2c45e2 100644 --- a/google/cloud/compute/interconnect_locations/v1/mocks/mock_interconnect_locations_connection.h +++ b/google/cloud/compute/interconnect_locations/v1/mocks/mock_interconnect_locations_connection.h @@ -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 MockInterconnectLocationsConnection : public compute_interconnect_locations_v1:: diff --git a/google/cloud/compute/interconnects/v1/mocks/mock_interconnects_connection.h b/google/cloud/compute/interconnects/v1/mocks/mock_interconnects_connection.h index 30fea4c6434a..5398310aec1b 100644 --- a/google/cloud/compute/interconnects/v1/mocks/mock_interconnects_connection.h +++ b/google/cloud/compute/interconnects/v1/mocks/mock_interconnects_connection.h @@ -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 MockInterconnectsConnection : public compute_interconnects_v1::InterconnectsConnection { diff --git a/google/cloud/compute/license_codes/v1/mocks/mock_license_codes_connection.h b/google/cloud/compute/license_codes/v1/mocks/mock_license_codes_connection.h index c10d1f7cc0c0..8fec63b3dd15 100644 --- a/google/cloud/compute/license_codes/v1/mocks/mock_license_codes_connection.h +++ b/google/cloud/compute/license_codes/v1/mocks/mock_license_codes_connection.h @@ -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 MockLicenseCodesConnection : public compute_license_codes_v1::LicenseCodesConnection { diff --git a/google/cloud/compute/licenses/v1/mocks/mock_licenses_connection.h b/google/cloud/compute/licenses/v1/mocks/mock_licenses_connection.h index 43ee15141b73..08616b601259 100644 --- a/google/cloud/compute/licenses/v1/mocks/mock_licenses_connection.h +++ b/google/cloud/compute/licenses/v1/mocks/mock_licenses_connection.h @@ -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 MockLicensesConnection : public compute_licenses_v1::LicensesConnection { public: diff --git a/google/cloud/compute/machine_images/v1/mocks/mock_machine_images_connection.h b/google/cloud/compute/machine_images/v1/mocks/mock_machine_images_connection.h index a52cbe267097..0e34a4722c79 100644 --- a/google/cloud/compute/machine_images/v1/mocks/mock_machine_images_connection.h +++ b/google/cloud/compute/machine_images/v1/mocks/mock_machine_images_connection.h @@ -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 MockMachineImagesConnection : public compute_machine_images_v1::MachineImagesConnection { diff --git a/google/cloud/compute/machine_types/v1/mocks/mock_machine_types_connection.h b/google/cloud/compute/machine_types/v1/mocks/mock_machine_types_connection.h index 8473b0c4af9b..e20efd46fadc 100644 --- a/google/cloud/compute/machine_types/v1/mocks/mock_machine_types_connection.h +++ b/google/cloud/compute/machine_types/v1/mocks/mock_machine_types_connection.h @@ -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 MockMachineTypesConnection : public compute_machine_types_v1::MachineTypesConnection { diff --git a/google/cloud/compute/network_attachments/v1/mocks/mock_network_attachments_connection.h b/google/cloud/compute/network_attachments/v1/mocks/mock_network_attachments_connection.h index 03be66a913b5..69965831f937 100644 --- a/google/cloud/compute/network_attachments/v1/mocks/mock_network_attachments_connection.h +++ b/google/cloud/compute/network_attachments/v1/mocks/mock_network_attachments_connection.h @@ -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 MockNetworkAttachmentsConnection : public compute_network_attachments_v1::NetworkAttachmentsConnection { diff --git a/google/cloud/compute/network_edge_security_services/v1/mocks/mock_network_edge_security_services_connection.h b/google/cloud/compute/network_edge_security_services/v1/mocks/mock_network_edge_security_services_connection.h index 2e370424a16e..d4a5580eb4c0 100644 --- a/google/cloud/compute/network_edge_security_services/v1/mocks/mock_network_edge_security_services_connection.h +++ b/google/cloud/compute/network_edge_security_services/v1/mocks/mock_network_edge_security_services_connection.h @@ -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 MockNetworkEdgeSecurityServicesConnection : public compute_network_edge_security_services_v1:: diff --git a/google/cloud/compute/network_endpoint_groups/v1/mocks/mock_network_endpoint_groups_connection.h b/google/cloud/compute/network_endpoint_groups/v1/mocks/mock_network_endpoint_groups_connection.h index ced0f7371bff..f5fb352a720a 100644 --- a/google/cloud/compute/network_endpoint_groups/v1/mocks/mock_network_endpoint_groups_connection.h +++ b/google/cloud/compute/network_endpoint_groups/v1/mocks/mock_network_endpoint_groups_connection.h @@ -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 MockNetworkEndpointGroupsConnection : public compute_network_endpoint_groups_v1:: diff --git a/google/cloud/compute/network_firewall_policies/v1/mocks/mock_network_firewall_policies_connection.h b/google/cloud/compute/network_firewall_policies/v1/mocks/mock_network_firewall_policies_connection.h index 0e2b01783a6f..41f2f1da99de 100644 --- a/google/cloud/compute/network_firewall_policies/v1/mocks/mock_network_firewall_policies_connection.h +++ b/google/cloud/compute/network_firewall_policies/v1/mocks/mock_network_firewall_policies_connection.h @@ -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 MockNetworkFirewallPoliciesConnection : public compute_network_firewall_policies_v1:: diff --git a/google/cloud/compute/networks/v1/mocks/mock_networks_connection.h b/google/cloud/compute/networks/v1/mocks/mock_networks_connection.h index 5961b15ecf8a..9c39e93f8f4d 100644 --- a/google/cloud/compute/networks/v1/mocks/mock_networks_connection.h +++ b/google/cloud/compute/networks/v1/mocks/mock_networks_connection.h @@ -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 MockNetworksConnection : public compute_networks_v1::NetworksConnection { public: diff --git a/google/cloud/compute/node_groups/v1/mocks/mock_node_groups_connection.h b/google/cloud/compute/node_groups/v1/mocks/mock_node_groups_connection.h index a54118de0921..3e89affeee38 100644 --- a/google/cloud/compute/node_groups/v1/mocks/mock_node_groups_connection.h +++ b/google/cloud/compute/node_groups/v1/mocks/mock_node_groups_connection.h @@ -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 MockNodeGroupsConnection : public compute_node_groups_v1::NodeGroupsConnection { diff --git a/google/cloud/compute/node_templates/v1/mocks/mock_node_templates_connection.h b/google/cloud/compute/node_templates/v1/mocks/mock_node_templates_connection.h index 0becf3ed1b9b..ccbfbcd2d4fd 100644 --- a/google/cloud/compute/node_templates/v1/mocks/mock_node_templates_connection.h +++ b/google/cloud/compute/node_templates/v1/mocks/mock_node_templates_connection.h @@ -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 MockNodeTemplatesConnection : public compute_node_templates_v1::NodeTemplatesConnection { diff --git a/google/cloud/compute/node_types/v1/mocks/mock_node_types_connection.h b/google/cloud/compute/node_types/v1/mocks/mock_node_types_connection.h index ba054e5ceffd..8ce76e8cadfb 100644 --- a/google/cloud/compute/node_types/v1/mocks/mock_node_types_connection.h +++ b/google/cloud/compute/node_types/v1/mocks/mock_node_types_connection.h @@ -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 MockNodeTypesConnection : public compute_node_types_v1::NodeTypesConnection { diff --git a/google/cloud/compute/packet_mirrorings/v1/mocks/mock_packet_mirrorings_connection.h b/google/cloud/compute/packet_mirrorings/v1/mocks/mock_packet_mirrorings_connection.h index acb3a8b03356..8f99b869db76 100644 --- a/google/cloud/compute/packet_mirrorings/v1/mocks/mock_packet_mirrorings_connection.h +++ b/google/cloud/compute/packet_mirrorings/v1/mocks/mock_packet_mirrorings_connection.h @@ -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 MockPacketMirroringsConnection : public compute_packet_mirrorings_v1::PacketMirroringsConnection { diff --git a/google/cloud/compute/projects/v1/mocks/mock_projects_connection.h b/google/cloud/compute/projects/v1/mocks/mock_projects_connection.h index f8e3469306bf..b75352744035 100644 --- a/google/cloud/compute/projects/v1/mocks/mock_projects_connection.h +++ b/google/cloud/compute/projects/v1/mocks/mock_projects_connection.h @@ -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 MockProjectsConnection : public compute_projects_v1::ProjectsConnection { public: diff --git a/google/cloud/compute/public_advertised_prefixes/v1/mocks/mock_public_advertised_prefixes_connection.h b/google/cloud/compute/public_advertised_prefixes/v1/mocks/mock_public_advertised_prefixes_connection.h index 22f7d4d8a107..4a2724702056 100644 --- a/google/cloud/compute/public_advertised_prefixes/v1/mocks/mock_public_advertised_prefixes_connection.h +++ b/google/cloud/compute/public_advertised_prefixes/v1/mocks/mock_public_advertised_prefixes_connection.h @@ -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 MockPublicAdvertisedPrefixesConnection : public compute_public_advertised_prefixes_v1:: diff --git a/google/cloud/compute/public_delegated_prefixes/v1/mocks/mock_public_delegated_prefixes_connection.h b/google/cloud/compute/public_delegated_prefixes/v1/mocks/mock_public_delegated_prefixes_connection.h index 47f2e009ab51..40ed52b83b33 100644 --- a/google/cloud/compute/public_delegated_prefixes/v1/mocks/mock_public_delegated_prefixes_connection.h +++ b/google/cloud/compute/public_delegated_prefixes/v1/mocks/mock_public_delegated_prefixes_connection.h @@ -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 MockPublicDelegatedPrefixesConnection : public compute_public_delegated_prefixes_v1:: diff --git a/google/cloud/compute/region_autoscalers/v1/mocks/mock_region_autoscalers_connection.h b/google/cloud/compute/region_autoscalers/v1/mocks/mock_region_autoscalers_connection.h index 61caf0b386d5..d00b4e093334 100644 --- a/google/cloud/compute/region_autoscalers/v1/mocks/mock_region_autoscalers_connection.h +++ b/google/cloud/compute/region_autoscalers/v1/mocks/mock_region_autoscalers_connection.h @@ -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 MockRegionAutoscalersConnection : public compute_region_autoscalers_v1::RegionAutoscalersConnection { diff --git a/google/cloud/compute/region_backend_services/v1/mocks/mock_region_backend_services_connection.h b/google/cloud/compute/region_backend_services/v1/mocks/mock_region_backend_services_connection.h index c8be91f1d0a9..45c74355a3eb 100644 --- a/google/cloud/compute/region_backend_services/v1/mocks/mock_region_backend_services_connection.h +++ b/google/cloud/compute/region_backend_services/v1/mocks/mock_region_backend_services_connection.h @@ -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 MockRegionBackendServicesConnection : public compute_region_backend_services_v1:: diff --git a/google/cloud/compute/region_commitments/v1/mocks/mock_region_commitments_connection.h b/google/cloud/compute/region_commitments/v1/mocks/mock_region_commitments_connection.h index f912765ed497..8b02d3d924ba 100644 --- a/google/cloud/compute/region_commitments/v1/mocks/mock_region_commitments_connection.h +++ b/google/cloud/compute/region_commitments/v1/mocks/mock_region_commitments_connection.h @@ -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 MockRegionCommitmentsConnection : public compute_region_commitments_v1::RegionCommitmentsConnection { diff --git a/google/cloud/compute/region_disk_types/v1/mocks/mock_region_disk_types_connection.h b/google/cloud/compute/region_disk_types/v1/mocks/mock_region_disk_types_connection.h index db8b5ec9df31..2f73c5dbfa12 100644 --- a/google/cloud/compute/region_disk_types/v1/mocks/mock_region_disk_types_connection.h +++ b/google/cloud/compute/region_disk_types/v1/mocks/mock_region_disk_types_connection.h @@ -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 MockRegionDiskTypesConnection : public compute_region_disk_types_v1::RegionDiskTypesConnection { diff --git a/google/cloud/compute/region_disks/v1/mocks/mock_region_disks_connection.h b/google/cloud/compute/region_disks/v1/mocks/mock_region_disks_connection.h index 336ca8090150..a7b6f56f0dc9 100644 --- a/google/cloud/compute/region_disks/v1/mocks/mock_region_disks_connection.h +++ b/google/cloud/compute/region_disks/v1/mocks/mock_region_disks_connection.h @@ -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 MockRegionDisksConnection : public compute_region_disks_v1::RegionDisksConnection { diff --git a/google/cloud/compute/region_health_check_services/v1/mocks/mock_region_health_check_services_connection.h b/google/cloud/compute/region_health_check_services/v1/mocks/mock_region_health_check_services_connection.h index 506d15a2a4e8..873b93735694 100644 --- a/google/cloud/compute/region_health_check_services/v1/mocks/mock_region_health_check_services_connection.h +++ b/google/cloud/compute/region_health_check_services/v1/mocks/mock_region_health_check_services_connection.h @@ -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 MockRegionHealthCheckServicesConnection : public compute_region_health_check_services_v1:: diff --git a/google/cloud/compute/region_health_checks/v1/mocks/mock_region_health_checks_connection.h b/google/cloud/compute/region_health_checks/v1/mocks/mock_region_health_checks_connection.h index 24a416a4f339..7aad527e33f2 100644 --- a/google/cloud/compute/region_health_checks/v1/mocks/mock_region_health_checks_connection.h +++ b/google/cloud/compute/region_health_checks/v1/mocks/mock_region_health_checks_connection.h @@ -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 MockRegionHealthChecksConnection : public compute_region_health_checks_v1::RegionHealthChecksConnection { diff --git a/google/cloud/compute/region_instance_group_managers/v1/mocks/mock_region_instance_group_managers_connection.h b/google/cloud/compute/region_instance_group_managers/v1/mocks/mock_region_instance_group_managers_connection.h index 75d3471f02bc..422a82e9c0d1 100644 --- a/google/cloud/compute/region_instance_group_managers/v1/mocks/mock_region_instance_group_managers_connection.h +++ b/google/cloud/compute/region_instance_group_managers/v1/mocks/mock_region_instance_group_managers_connection.h @@ -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 MockRegionInstanceGroupManagersConnection : public compute_region_instance_group_managers_v1:: diff --git a/google/cloud/compute/region_instance_groups/v1/mocks/mock_region_instance_groups_connection.h b/google/cloud/compute/region_instance_groups/v1/mocks/mock_region_instance_groups_connection.h index 5affee7d9dac..e31dba806df8 100644 --- a/google/cloud/compute/region_instance_groups/v1/mocks/mock_region_instance_groups_connection.h +++ b/google/cloud/compute/region_instance_groups/v1/mocks/mock_region_instance_groups_connection.h @@ -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 MockRegionInstanceGroupsConnection : public compute_region_instance_groups_v1::RegionInstanceGroupsConnection { diff --git a/google/cloud/compute/region_instance_templates/v1/mocks/mock_region_instance_templates_connection.h b/google/cloud/compute/region_instance_templates/v1/mocks/mock_region_instance_templates_connection.h index 3f275fbd6da8..608487f25fdb 100644 --- a/google/cloud/compute/region_instance_templates/v1/mocks/mock_region_instance_templates_connection.h +++ b/google/cloud/compute/region_instance_templates/v1/mocks/mock_region_instance_templates_connection.h @@ -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 MockRegionInstanceTemplatesConnection : public compute_region_instance_templates_v1:: diff --git a/google/cloud/compute/region_instances/v1/mocks/mock_region_instances_connection.h b/google/cloud/compute/region_instances/v1/mocks/mock_region_instances_connection.h index 3f6ba829dcd3..db43de5c72bd 100644 --- a/google/cloud/compute/region_instances/v1/mocks/mock_region_instances_connection.h +++ b/google/cloud/compute/region_instances/v1/mocks/mock_region_instances_connection.h @@ -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 MockRegionInstancesConnection : public compute_region_instances_v1::RegionInstancesConnection { diff --git a/google/cloud/compute/region_network_endpoint_groups/v1/mocks/mock_region_network_endpoint_groups_connection.h b/google/cloud/compute/region_network_endpoint_groups/v1/mocks/mock_region_network_endpoint_groups_connection.h index 5e0690215e6e..d41974668a52 100644 --- a/google/cloud/compute/region_network_endpoint_groups/v1/mocks/mock_region_network_endpoint_groups_connection.h +++ b/google/cloud/compute/region_network_endpoint_groups/v1/mocks/mock_region_network_endpoint_groups_connection.h @@ -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 MockRegionNetworkEndpointGroupsConnection : public compute_region_network_endpoint_groups_v1:: diff --git a/google/cloud/compute/region_network_firewall_policies/v1/mocks/mock_region_network_firewall_policies_connection.h b/google/cloud/compute/region_network_firewall_policies/v1/mocks/mock_region_network_firewall_policies_connection.h index f9fd578b438c..c233fa7bb543 100644 --- a/google/cloud/compute/region_network_firewall_policies/v1/mocks/mock_region_network_firewall_policies_connection.h +++ b/google/cloud/compute/region_network_firewall_policies/v1/mocks/mock_region_network_firewall_policies_connection.h @@ -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 MockRegionNetworkFirewallPoliciesConnection : public compute_region_network_firewall_policies_v1:: diff --git a/google/cloud/compute/region_notification_endpoints/v1/mocks/mock_region_notification_endpoints_connection.h b/google/cloud/compute/region_notification_endpoints/v1/mocks/mock_region_notification_endpoints_connection.h index bedbf4ca6b0d..79ac6fe82b2e 100644 --- a/google/cloud/compute/region_notification_endpoints/v1/mocks/mock_region_notification_endpoints_connection.h +++ b/google/cloud/compute/region_notification_endpoints/v1/mocks/mock_region_notification_endpoints_connection.h @@ -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 MockRegionNotificationEndpointsConnection : public compute_region_notification_endpoints_v1:: diff --git a/google/cloud/compute/region_operations/v1/mocks/mock_region_operations_connection.h b/google/cloud/compute/region_operations/v1/mocks/mock_region_operations_connection.h index b334de08d26f..1283db0ff7a0 100644 --- a/google/cloud/compute/region_operations/v1/mocks/mock_region_operations_connection.h +++ b/google/cloud/compute/region_operations/v1/mocks/mock_region_operations_connection.h @@ -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 MockRegionOperationsConnection : public compute_region_operations_v1::RegionOperationsConnection { diff --git a/google/cloud/compute/region_security_policies/v1/mocks/mock_region_security_policies_connection.h b/google/cloud/compute/region_security_policies/v1/mocks/mock_region_security_policies_connection.h index 2a917694f15a..47143a81fba7 100644 --- a/google/cloud/compute/region_security_policies/v1/mocks/mock_region_security_policies_connection.h +++ b/google/cloud/compute/region_security_policies/v1/mocks/mock_region_security_policies_connection.h @@ -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 MockRegionSecurityPoliciesConnection : public compute_region_security_policies_v1:: diff --git a/google/cloud/compute/region_ssl_certificates/v1/mocks/mock_region_ssl_certificates_connection.h b/google/cloud/compute/region_ssl_certificates/v1/mocks/mock_region_ssl_certificates_connection.h index ae5ba65bf197..420ce153af4e 100644 --- a/google/cloud/compute/region_ssl_certificates/v1/mocks/mock_region_ssl_certificates_connection.h +++ b/google/cloud/compute/region_ssl_certificates/v1/mocks/mock_region_ssl_certificates_connection.h @@ -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 MockRegionSslCertificatesConnection : public compute_region_ssl_certificates_v1:: diff --git a/google/cloud/compute/region_ssl_policies/v1/mocks/mock_region_ssl_policies_connection.h b/google/cloud/compute/region_ssl_policies/v1/mocks/mock_region_ssl_policies_connection.h index deff71e3cd54..1326c48562ad 100644 --- a/google/cloud/compute/region_ssl_policies/v1/mocks/mock_region_ssl_policies_connection.h +++ b/google/cloud/compute/region_ssl_policies/v1/mocks/mock_region_ssl_policies_connection.h @@ -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 MockRegionSslPoliciesConnection : public compute_region_ssl_policies_v1::RegionSslPoliciesConnection { diff --git a/google/cloud/compute/region_target_http_proxies/v1/mocks/mock_region_target_http_proxies_connection.h b/google/cloud/compute/region_target_http_proxies/v1/mocks/mock_region_target_http_proxies_connection.h index e08ce9c4c356..2ae468090500 100644 --- a/google/cloud/compute/region_target_http_proxies/v1/mocks/mock_region_target_http_proxies_connection.h +++ b/google/cloud/compute/region_target_http_proxies/v1/mocks/mock_region_target_http_proxies_connection.h @@ -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 MockRegionTargetHttpProxiesConnection : public compute_region_target_http_proxies_v1:: diff --git a/google/cloud/compute/region_target_https_proxies/v1/mocks/mock_region_target_https_proxies_connection.h b/google/cloud/compute/region_target_https_proxies/v1/mocks/mock_region_target_https_proxies_connection.h index ef5ab5ce555a..e9d99534fda3 100644 --- a/google/cloud/compute/region_target_https_proxies/v1/mocks/mock_region_target_https_proxies_connection.h +++ b/google/cloud/compute/region_target_https_proxies/v1/mocks/mock_region_target_https_proxies_connection.h @@ -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 MockRegionTargetHttpsProxiesConnection : public compute_region_target_https_proxies_v1:: diff --git a/google/cloud/compute/region_target_tcp_proxies/v1/mocks/mock_region_target_tcp_proxies_connection.h b/google/cloud/compute/region_target_tcp_proxies/v1/mocks/mock_region_target_tcp_proxies_connection.h index e25d9243a6e3..872bc9961ff1 100644 --- a/google/cloud/compute/region_target_tcp_proxies/v1/mocks/mock_region_target_tcp_proxies_connection.h +++ b/google/cloud/compute/region_target_tcp_proxies/v1/mocks/mock_region_target_tcp_proxies_connection.h @@ -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 MockRegionTargetTcpProxiesConnection : public compute_region_target_tcp_proxies_v1:: diff --git a/google/cloud/compute/region_url_maps/v1/mocks/mock_region_url_maps_connection.h b/google/cloud/compute/region_url_maps/v1/mocks/mock_region_url_maps_connection.h index becdaa6abdf9..672b74424a70 100644 --- a/google/cloud/compute/region_url_maps/v1/mocks/mock_region_url_maps_connection.h +++ b/google/cloud/compute/region_url_maps/v1/mocks/mock_region_url_maps_connection.h @@ -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 MockRegionUrlMapsConnection : public compute_region_url_maps_v1::RegionUrlMapsConnection { diff --git a/google/cloud/compute/regions/v1/mocks/mock_regions_connection.h b/google/cloud/compute/regions/v1/mocks/mock_regions_connection.h index e54b4cc084d0..05fa72e10e60 100644 --- a/google/cloud/compute/regions/v1/mocks/mock_regions_connection.h +++ b/google/cloud/compute/regions/v1/mocks/mock_regions_connection.h @@ -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 MockRegionsConnection : public compute_regions_v1::RegionsConnection { public: diff --git a/google/cloud/compute/reservations/v1/mocks/mock_reservations_connection.h b/google/cloud/compute/reservations/v1/mocks/mock_reservations_connection.h index 92d738eaab11..7e599b015b16 100644 --- a/google/cloud/compute/reservations/v1/mocks/mock_reservations_connection.h +++ b/google/cloud/compute/reservations/v1/mocks/mock_reservations_connection.h @@ -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 MockReservationsConnection : public compute_reservations_v1::ReservationsConnection { diff --git a/google/cloud/compute/resource_policies/v1/mocks/mock_resource_policies_connection.h b/google/cloud/compute/resource_policies/v1/mocks/mock_resource_policies_connection.h index 8cf30bd39f82..5591683d45f8 100644 --- a/google/cloud/compute/resource_policies/v1/mocks/mock_resource_policies_connection.h +++ b/google/cloud/compute/resource_policies/v1/mocks/mock_resource_policies_connection.h @@ -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 MockResourcePoliciesConnection : public compute_resource_policies_v1::ResourcePoliciesConnection { diff --git a/google/cloud/compute/routers/v1/mocks/mock_routers_connection.h b/google/cloud/compute/routers/v1/mocks/mock_routers_connection.h index 8970958dcb36..ff481dbe02b8 100644 --- a/google/cloud/compute/routers/v1/mocks/mock_routers_connection.h +++ b/google/cloud/compute/routers/v1/mocks/mock_routers_connection.h @@ -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 MockRoutersConnection : public compute_routers_v1::RoutersConnection { public: diff --git a/google/cloud/compute/routes/v1/mocks/mock_routes_connection.h b/google/cloud/compute/routes/v1/mocks/mock_routes_connection.h index a29a54253257..b2b39fc0ac46 100644 --- a/google/cloud/compute/routes/v1/mocks/mock_routes_connection.h +++ b/google/cloud/compute/routes/v1/mocks/mock_routes_connection.h @@ -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 MockRoutesConnection : public compute_routes_v1::RoutesConnection { public: diff --git a/google/cloud/compute/security_policies/v1/mocks/mock_security_policies_connection.h b/google/cloud/compute/security_policies/v1/mocks/mock_security_policies_connection.h index 727269b61e5b..630e2182d591 100644 --- a/google/cloud/compute/security_policies/v1/mocks/mock_security_policies_connection.h +++ b/google/cloud/compute/security_policies/v1/mocks/mock_security_policies_connection.h @@ -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 MockSecurityPoliciesConnection : public compute_security_policies_v1::SecurityPoliciesConnection { diff --git a/google/cloud/compute/service_attachments/v1/mocks/mock_service_attachments_connection.h b/google/cloud/compute/service_attachments/v1/mocks/mock_service_attachments_connection.h index 4ff3c010c02c..899170c27457 100644 --- a/google/cloud/compute/service_attachments/v1/mocks/mock_service_attachments_connection.h +++ b/google/cloud/compute/service_attachments/v1/mocks/mock_service_attachments_connection.h @@ -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 MockServiceAttachmentsConnection : public compute_service_attachments_v1::ServiceAttachmentsConnection { diff --git a/google/cloud/compute/snapshots/v1/mocks/mock_snapshots_connection.h b/google/cloud/compute/snapshots/v1/mocks/mock_snapshots_connection.h index b996712a0ead..6ad35cb056c9 100644 --- a/google/cloud/compute/snapshots/v1/mocks/mock_snapshots_connection.h +++ b/google/cloud/compute/snapshots/v1/mocks/mock_snapshots_connection.h @@ -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 MockSnapshotsConnection : public compute_snapshots_v1::SnapshotsConnection { diff --git a/google/cloud/compute/ssl_certificates/v1/mocks/mock_ssl_certificates_connection.h b/google/cloud/compute/ssl_certificates/v1/mocks/mock_ssl_certificates_connection.h index fe3fcda3c809..66e2af59c223 100644 --- a/google/cloud/compute/ssl_certificates/v1/mocks/mock_ssl_certificates_connection.h +++ b/google/cloud/compute/ssl_certificates/v1/mocks/mock_ssl_certificates_connection.h @@ -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 MockSslCertificatesConnection : public compute_ssl_certificates_v1::SslCertificatesConnection { diff --git a/google/cloud/compute/ssl_policies/v1/mocks/mock_ssl_policies_connection.h b/google/cloud/compute/ssl_policies/v1/mocks/mock_ssl_policies_connection.h index 4223a8a09d99..7eb5cdaf9a56 100644 --- a/google/cloud/compute/ssl_policies/v1/mocks/mock_ssl_policies_connection.h +++ b/google/cloud/compute/ssl_policies/v1/mocks/mock_ssl_policies_connection.h @@ -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 MockSslPoliciesConnection : public compute_ssl_policies_v1::SslPoliciesConnection { diff --git a/google/cloud/compute/subnetworks/v1/mocks/mock_subnetworks_connection.h b/google/cloud/compute/subnetworks/v1/mocks/mock_subnetworks_connection.h index 8339f19198d7..3bd581511291 100644 --- a/google/cloud/compute/subnetworks/v1/mocks/mock_subnetworks_connection.h +++ b/google/cloud/compute/subnetworks/v1/mocks/mock_subnetworks_connection.h @@ -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 MockSubnetworksConnection : public compute_subnetworks_v1::SubnetworksConnection { diff --git a/google/cloud/compute/target_grpc_proxies/v1/mocks/mock_target_grpc_proxies_connection.h b/google/cloud/compute/target_grpc_proxies/v1/mocks/mock_target_grpc_proxies_connection.h index adc04a60b5d0..02f6800b5118 100644 --- a/google/cloud/compute/target_grpc_proxies/v1/mocks/mock_target_grpc_proxies_connection.h +++ b/google/cloud/compute/target_grpc_proxies/v1/mocks/mock_target_grpc_proxies_connection.h @@ -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 MockTargetGrpcProxiesConnection : public compute_target_grpc_proxies_v1::TargetGrpcProxiesConnection { diff --git a/google/cloud/compute/target_http_proxies/v1/mocks/mock_target_http_proxies_connection.h b/google/cloud/compute/target_http_proxies/v1/mocks/mock_target_http_proxies_connection.h index 93cf31899165..95086075c199 100644 --- a/google/cloud/compute/target_http_proxies/v1/mocks/mock_target_http_proxies_connection.h +++ b/google/cloud/compute/target_http_proxies/v1/mocks/mock_target_http_proxies_connection.h @@ -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 MockTargetHttpProxiesConnection : public compute_target_http_proxies_v1::TargetHttpProxiesConnection { diff --git a/google/cloud/compute/target_https_proxies/v1/mocks/mock_target_https_proxies_connection.h b/google/cloud/compute/target_https_proxies/v1/mocks/mock_target_https_proxies_connection.h index 3e4c6ee2b9a8..9b676a9f9bf8 100644 --- a/google/cloud/compute/target_https_proxies/v1/mocks/mock_target_https_proxies_connection.h +++ b/google/cloud/compute/target_https_proxies/v1/mocks/mock_target_https_proxies_connection.h @@ -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 MockTargetHttpsProxiesConnection : public compute_target_https_proxies_v1::TargetHttpsProxiesConnection { diff --git a/google/cloud/compute/target_instances/v1/mocks/mock_target_instances_connection.h b/google/cloud/compute/target_instances/v1/mocks/mock_target_instances_connection.h index 733a2f2a125d..499cb6733288 100644 --- a/google/cloud/compute/target_instances/v1/mocks/mock_target_instances_connection.h +++ b/google/cloud/compute/target_instances/v1/mocks/mock_target_instances_connection.h @@ -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 MockTargetInstancesConnection : public compute_target_instances_v1::TargetInstancesConnection { diff --git a/google/cloud/compute/target_pools/v1/mocks/mock_target_pools_connection.h b/google/cloud/compute/target_pools/v1/mocks/mock_target_pools_connection.h index 35e64521f804..76b9145a3ddc 100644 --- a/google/cloud/compute/target_pools/v1/mocks/mock_target_pools_connection.h +++ b/google/cloud/compute/target_pools/v1/mocks/mock_target_pools_connection.h @@ -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 MockTargetPoolsConnection : public compute_target_pools_v1::TargetPoolsConnection { diff --git a/google/cloud/compute/target_ssl_proxies/v1/mocks/mock_target_ssl_proxies_connection.h b/google/cloud/compute/target_ssl_proxies/v1/mocks/mock_target_ssl_proxies_connection.h index 58e47a9fd0f8..63dd4c1f61cd 100644 --- a/google/cloud/compute/target_ssl_proxies/v1/mocks/mock_target_ssl_proxies_connection.h +++ b/google/cloud/compute/target_ssl_proxies/v1/mocks/mock_target_ssl_proxies_connection.h @@ -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 MockTargetSslProxiesConnection : public compute_target_ssl_proxies_v1::TargetSslProxiesConnection { diff --git a/google/cloud/compute/target_tcp_proxies/v1/mocks/mock_target_tcp_proxies_connection.h b/google/cloud/compute/target_tcp_proxies/v1/mocks/mock_target_tcp_proxies_connection.h index 9be41f74e3af..8b84d2c701b1 100644 --- a/google/cloud/compute/target_tcp_proxies/v1/mocks/mock_target_tcp_proxies_connection.h +++ b/google/cloud/compute/target_tcp_proxies/v1/mocks/mock_target_tcp_proxies_connection.h @@ -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 MockTargetTcpProxiesConnection : public compute_target_tcp_proxies_v1::TargetTcpProxiesConnection { diff --git a/google/cloud/compute/target_vpn_gateways/v1/mocks/mock_target_vpn_gateways_connection.h b/google/cloud/compute/target_vpn_gateways/v1/mocks/mock_target_vpn_gateways_connection.h index d8b163253fc7..c3c01ba526df 100644 --- a/google/cloud/compute/target_vpn_gateways/v1/mocks/mock_target_vpn_gateways_connection.h +++ b/google/cloud/compute/target_vpn_gateways/v1/mocks/mock_target_vpn_gateways_connection.h @@ -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 MockTargetVpnGatewaysConnection : public compute_target_vpn_gateways_v1::TargetVpnGatewaysConnection { diff --git a/google/cloud/compute/url_maps/v1/mocks/mock_url_maps_connection.h b/google/cloud/compute/url_maps/v1/mocks/mock_url_maps_connection.h index 4f19f9ce03bd..b83bd6d2c1ac 100644 --- a/google/cloud/compute/url_maps/v1/mocks/mock_url_maps_connection.h +++ b/google/cloud/compute/url_maps/v1/mocks/mock_url_maps_connection.h @@ -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 MockUrlMapsConnection : public compute_url_maps_v1::UrlMapsConnection { public: diff --git a/google/cloud/compute/vpn_gateways/v1/mocks/mock_vpn_gateways_connection.h b/google/cloud/compute/vpn_gateways/v1/mocks/mock_vpn_gateways_connection.h index 1b3870929c39..150552d3caf6 100644 --- a/google/cloud/compute/vpn_gateways/v1/mocks/mock_vpn_gateways_connection.h +++ b/google/cloud/compute/vpn_gateways/v1/mocks/mock_vpn_gateways_connection.h @@ -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 MockVpnGatewaysConnection : public compute_vpn_gateways_v1::VpnGatewaysConnection { diff --git a/google/cloud/compute/vpn_tunnels/v1/mocks/mock_vpn_tunnels_connection.h b/google/cloud/compute/vpn_tunnels/v1/mocks/mock_vpn_tunnels_connection.h index b725c183d0f5..9c44beb9f898 100644 --- a/google/cloud/compute/vpn_tunnels/v1/mocks/mock_vpn_tunnels_connection.h +++ b/google/cloud/compute/vpn_tunnels/v1/mocks/mock_vpn_tunnels_connection.h @@ -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 MockVpnTunnelsConnection : public compute_vpn_tunnels_v1::VpnTunnelsConnection { diff --git a/google/cloud/compute/zone_operations/v1/mocks/mock_zone_operations_connection.h b/google/cloud/compute/zone_operations/v1/mocks/mock_zone_operations_connection.h index e9454d80a05e..7eddf111731e 100644 --- a/google/cloud/compute/zone_operations/v1/mocks/mock_zone_operations_connection.h +++ b/google/cloud/compute/zone_operations/v1/mocks/mock_zone_operations_connection.h @@ -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 MockZoneOperationsConnection : public compute_zone_operations_v1::ZoneOperationsConnection { diff --git a/google/cloud/compute/zones/v1/mocks/mock_zones_connection.h b/google/cloud/compute/zones/v1/mocks/mock_zones_connection.h index 56704ce4f18c..4743d22e3852 100644 --- a/google/cloud/compute/zones/v1/mocks/mock_zones_connection.h +++ b/google/cloud/compute/zones/v1/mocks/mock_zones_connection.h @@ -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 MockZonesConnection : public compute_zones_v1::ZonesConnection { public: diff --git a/google/cloud/confidentialcomputing/v1/mocks/mock_confidential_computing_connection.h b/google/cloud/confidentialcomputing/v1/mocks/mock_confidential_computing_connection.h index 6037fa7759d9..ac2a676ce889 100644 --- a/google/cloud/confidentialcomputing/v1/mocks/mock_confidential_computing_connection.h +++ b/google/cloud/confidentialcomputing/v1/mocks/mock_confidential_computing_connection.h @@ -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 MockConfidentialComputingConnection : public confidentialcomputing_v1::ConfidentialComputingConnection { diff --git a/google/cloud/connectors/v1/mocks/mock_connectors_connection.h b/google/cloud/connectors/v1/mocks/mock_connectors_connection.h index 7710731a225d..983828864318 100644 --- a/google/cloud/connectors/v1/mocks/mock_connectors_connection.h +++ b/google/cloud/connectors/v1/mocks/mock_connectors_connection.h @@ -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 MockConnectorsConnection : public connectors_v1::ConnectorsConnection { public: diff --git a/google/cloud/contactcenterinsights/v1/mocks/mock_contact_center_insights_connection.h b/google/cloud/contactcenterinsights/v1/mocks/mock_contact_center_insights_connection.h index 14d47d6c5e79..34217675c010 100644 --- a/google/cloud/contactcenterinsights/v1/mocks/mock_contact_center_insights_connection.h +++ b/google/cloud/contactcenterinsights/v1/mocks/mock_contact_center_insights_connection.h @@ -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 MockContactCenterInsightsConnection : public contactcenterinsights_v1::ContactCenterInsightsConnection { diff --git a/google/cloud/container/v1/mocks/mock_cluster_manager_connection.h b/google/cloud/container/v1/mocks/mock_cluster_manager_connection.h index 7ef314e25761..82552ca269cd 100644 --- a/google/cloud/container/v1/mocks/mock_cluster_manager_connection.h +++ b/google/cloud/container/v1/mocks/mock_cluster_manager_connection.h @@ -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 MockClusterManagerConnection : public container_v1::ClusterManagerConnection { diff --git a/google/cloud/containeranalysis/v1/mocks/mock_container_analysis_connection.h b/google/cloud/containeranalysis/v1/mocks/mock_container_analysis_connection.h index 5e315e59962a..fb3aea17e8de 100644 --- a/google/cloud/containeranalysis/v1/mocks/mock_container_analysis_connection.h +++ b/google/cloud/containeranalysis/v1/mocks/mock_container_analysis_connection.h @@ -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 MockContainerAnalysisConnection : public containeranalysis_v1::ContainerAnalysisConnection { diff --git a/google/cloud/containeranalysis/v1/mocks/mock_grafeas_connection.h b/google/cloud/containeranalysis/v1/mocks/mock_grafeas_connection.h index 4baa19929624..3c4eecb74a2d 100644 --- a/google/cloud/containeranalysis/v1/mocks/mock_grafeas_connection.h +++ b/google/cloud/containeranalysis/v1/mocks/mock_grafeas_connection.h @@ -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 MockGrafeasConnection : public containeranalysis_v1::GrafeasConnection { public: diff --git a/google/cloud/datacatalog/lineage/v1/mocks/mock_lineage_connection.h b/google/cloud/datacatalog/lineage/v1/mocks/mock_lineage_connection.h index 0e87eba8da93..8d6cac1410e3 100644 --- a/google/cloud/datacatalog/lineage/v1/mocks/mock_lineage_connection.h +++ b/google/cloud/datacatalog/lineage/v1/mocks/mock_lineage_connection.h @@ -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 MockLineageConnection : public datacatalog_lineage_v1::LineageConnection { public: diff --git a/google/cloud/datacatalog/v1/mocks/mock_data_catalog_connection.h b/google/cloud/datacatalog/v1/mocks/mock_data_catalog_connection.h index 38c6f20b589b..5b4b230f8274 100644 --- a/google/cloud/datacatalog/v1/mocks/mock_data_catalog_connection.h +++ b/google/cloud/datacatalog/v1/mocks/mock_data_catalog_connection.h @@ -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 MockDataCatalogConnection : public datacatalog_v1::DataCatalogConnection { public: diff --git a/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_connection.h b/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_connection.h index 824c840e1cdb..79cdf9b07c32 100644 --- a/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_connection.h +++ b/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_connection.h @@ -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 MockPolicyTagManagerConnection : public datacatalog_v1::PolicyTagManagerConnection { diff --git a/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_serialization_connection.h b/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_serialization_connection.h index 2f23404d531e..e9cca25cb117 100644 --- a/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_serialization_connection.h +++ b/google/cloud/datacatalog/v1/mocks/mock_policy_tag_manager_serialization_connection.h @@ -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 MockPolicyTagManagerSerializationConnection : public datacatalog_v1::PolicyTagManagerSerializationConnection { diff --git a/google/cloud/datamigration/v1/mocks/mock_data_migration_connection.h b/google/cloud/datamigration/v1/mocks/mock_data_migration_connection.h index 64ddf92e8ee7..6e0d186ab348 100644 --- a/google/cloud/datamigration/v1/mocks/mock_data_migration_connection.h +++ b/google/cloud/datamigration/v1/mocks/mock_data_migration_connection.h @@ -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 MockDataMigrationServiceConnection : public datamigration_v1::DataMigrationServiceConnection { diff --git a/google/cloud/dataplex/v1/mocks/mock_content_connection.h b/google/cloud/dataplex/v1/mocks/mock_content_connection.h index 4b21d9f850a9..03b70673d273 100644 --- a/google/cloud/dataplex/v1/mocks/mock_content_connection.h +++ b/google/cloud/dataplex/v1/mocks/mock_content_connection.h @@ -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 MockContentServiceConnection : public dataplex_v1::ContentServiceConnection { diff --git a/google/cloud/dataplex/v1/mocks/mock_dataplex_connection.h b/google/cloud/dataplex/v1/mocks/mock_dataplex_connection.h index d4eed6e3612b..878c7671959e 100644 --- a/google/cloud/dataplex/v1/mocks/mock_dataplex_connection.h +++ b/google/cloud/dataplex/v1/mocks/mock_dataplex_connection.h @@ -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 MockDataplexServiceConnection : public dataplex_v1::DataplexServiceConnection { diff --git a/google/cloud/dataplex/v1/mocks/mock_metadata_connection.h b/google/cloud/dataplex/v1/mocks/mock_metadata_connection.h index 74a8a8c0d705..4257aa5cf617 100644 --- a/google/cloud/dataplex/v1/mocks/mock_metadata_connection.h +++ b/google/cloud/dataplex/v1/mocks/mock_metadata_connection.h @@ -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 dataplex_v1::MetadataServiceConnection { diff --git a/google/cloud/dataproc/v1/mocks/mock_autoscaling_policy_connection.h b/google/cloud/dataproc/v1/mocks/mock_autoscaling_policy_connection.h index b8ecd7dabece..2b82d5387205 100644 --- a/google/cloud/dataproc/v1/mocks/mock_autoscaling_policy_connection.h +++ b/google/cloud/dataproc/v1/mocks/mock_autoscaling_policy_connection.h @@ -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 MockAutoscalingPolicyServiceConnection : public dataproc_v1::AutoscalingPolicyServiceConnection { diff --git a/google/cloud/dataproc/v1/mocks/mock_batch_controller_connection.h b/google/cloud/dataproc/v1/mocks/mock_batch_controller_connection.h index 9c418afda02c..5738abaa8e90 100644 --- a/google/cloud/dataproc/v1/mocks/mock_batch_controller_connection.h +++ b/google/cloud/dataproc/v1/mocks/mock_batch_controller_connection.h @@ -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 MockBatchControllerConnection : public dataproc_v1::BatchControllerConnection { diff --git a/google/cloud/dataproc/v1/mocks/mock_cluster_controller_connection.h b/google/cloud/dataproc/v1/mocks/mock_cluster_controller_connection.h index 504cb0cb9484..ce69263271c9 100644 --- a/google/cloud/dataproc/v1/mocks/mock_cluster_controller_connection.h +++ b/google/cloud/dataproc/v1/mocks/mock_cluster_controller_connection.h @@ -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 MockClusterControllerConnection : public dataproc_v1::ClusterControllerConnection { diff --git a/google/cloud/dataproc/v1/mocks/mock_job_controller_connection.h b/google/cloud/dataproc/v1/mocks/mock_job_controller_connection.h index eeb334518c72..df65f726538a 100644 --- a/google/cloud/dataproc/v1/mocks/mock_job_controller_connection.h +++ b/google/cloud/dataproc/v1/mocks/mock_job_controller_connection.h @@ -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 MockJobControllerConnection : public dataproc_v1::JobControllerConnection { diff --git a/google/cloud/dataproc/v1/mocks/mock_workflow_template_connection.h b/google/cloud/dataproc/v1/mocks/mock_workflow_template_connection.h index 3a1cf56267c7..f919e821d5a0 100644 --- a/google/cloud/dataproc/v1/mocks/mock_workflow_template_connection.h +++ b/google/cloud/dataproc/v1/mocks/mock_workflow_template_connection.h @@ -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 MockWorkflowTemplateServiceConnection : public dataproc_v1::WorkflowTemplateServiceConnection { diff --git a/google/cloud/datastream/v1/mocks/mock_datastream_connection.h b/google/cloud/datastream/v1/mocks/mock_datastream_connection.h index 3419d511aaa7..660ee14eeef1 100644 --- a/google/cloud/datastream/v1/mocks/mock_datastream_connection.h +++ b/google/cloud/datastream/v1/mocks/mock_datastream_connection.h @@ -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 MockDatastreamConnection : public datastream_v1::DatastreamConnection { public: diff --git a/google/cloud/deploy/v1/mocks/mock_cloud_deploy_connection.h b/google/cloud/deploy/v1/mocks/mock_cloud_deploy_connection.h index 617830221202..9c13e99a4fec 100644 --- a/google/cloud/deploy/v1/mocks/mock_cloud_deploy_connection.h +++ b/google/cloud/deploy/v1/mocks/mock_cloud_deploy_connection.h @@ -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 MockCloudDeployConnection : public deploy_v1::CloudDeployConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_agents_connection.h b/google/cloud/dialogflow_cx/mocks/mock_agents_connection.h index c35fb339e594..b55eb17392de 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_agents_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_agents_connection.h @@ -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 MockAgentsConnection : public dialogflow_cx::AgentsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_changelogs_connection.h b/google/cloud/dialogflow_cx/mocks/mock_changelogs_connection.h index 7aec6a5657fe..c9cd5edeb212 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_changelogs_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_changelogs_connection.h @@ -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 MockChangelogsConnection : public dialogflow_cx::ChangelogsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_deployments_connection.h b/google/cloud/dialogflow_cx/mocks/mock_deployments_connection.h index 3f6ff6ddcb61..70c42514c2aa 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_deployments_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_deployments_connection.h @@ -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 MockDeploymentsConnection : public dialogflow_cx::DeploymentsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_entity_types_connection.h b/google/cloud/dialogflow_cx/mocks/mock_entity_types_connection.h index 265c7f7f3045..d740b00be78e 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_entity_types_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_entity_types_connection.h @@ -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 MockEntityTypesConnection : public dialogflow_cx::EntityTypesConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_environments_connection.h b/google/cloud/dialogflow_cx/mocks/mock_environments_connection.h index 0c659f1150a0..987c084ff8ef 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_environments_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_environments_connection.h @@ -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 MockEnvironmentsConnection : public dialogflow_cx::EnvironmentsConnection { diff --git a/google/cloud/dialogflow_cx/mocks/mock_experiments_connection.h b/google/cloud/dialogflow_cx/mocks/mock_experiments_connection.h index 09789f719711..a2d0e4f1f79c 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_experiments_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_experiments_connection.h @@ -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 MockExperimentsConnection : public dialogflow_cx::ExperimentsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_flows_connection.h b/google/cloud/dialogflow_cx/mocks/mock_flows_connection.h index 2f47b84be4c5..0670369d31b4 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_flows_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_flows_connection.h @@ -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 MockFlowsConnection : public dialogflow_cx::FlowsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_intents_connection.h b/google/cloud/dialogflow_cx/mocks/mock_intents_connection.h index 922dd0a81f9e..85eba62869ef 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_intents_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_intents_connection.h @@ -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 MockIntentsConnection : public dialogflow_cx::IntentsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_pages_connection.h b/google/cloud/dialogflow_cx/mocks/mock_pages_connection.h index 93811785d2e6..86037c71cdb1 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_pages_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_pages_connection.h @@ -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 MockPagesConnection : public dialogflow_cx::PagesConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_security_settings_connection.h b/google/cloud/dialogflow_cx/mocks/mock_security_settings_connection.h index c1823897666d..7b262fca8fed 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_security_settings_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_security_settings_connection.h @@ -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 MockSecuritySettingsServiceConnection : public dialogflow_cx::SecuritySettingsServiceConnection { diff --git a/google/cloud/dialogflow_cx/mocks/mock_session_entity_types_connection.h b/google/cloud/dialogflow_cx/mocks/mock_session_entity_types_connection.h index 84488297bde7..47b347ffc251 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_session_entity_types_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_session_entity_types_connection.h @@ -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 MockSessionEntityTypesConnection : public dialogflow_cx::SessionEntityTypesConnection { diff --git a/google/cloud/dialogflow_cx/mocks/mock_sessions_connection.h b/google/cloud/dialogflow_cx/mocks/mock_sessions_connection.h index 39191f980313..38e1e5030e8b 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_sessions_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_sessions_connection.h @@ -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 MockSessionsConnection : public dialogflow_cx::SessionsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_test_cases_connection.h b/google/cloud/dialogflow_cx/mocks/mock_test_cases_connection.h index b2998015eae7..89370b1e698b 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_test_cases_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_test_cases_connection.h @@ -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 MockTestCasesConnection : public dialogflow_cx::TestCasesConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_transition_route_groups_connection.h b/google/cloud/dialogflow_cx/mocks/mock_transition_route_groups_connection.h index f7566aae46b2..d7bb339bfeeb 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_transition_route_groups_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_transition_route_groups_connection.h @@ -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 MockTransitionRouteGroupsConnection : public dialogflow_cx::TransitionRouteGroupsConnection { diff --git a/google/cloud/dialogflow_cx/mocks/mock_versions_connection.h b/google/cloud/dialogflow_cx/mocks/mock_versions_connection.h index 4df73536380e..ad6a12b6f379 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_versions_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_versions_connection.h @@ -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 dialogflow_cx::VersionsConnection { public: diff --git a/google/cloud/dialogflow_cx/mocks/mock_webhooks_connection.h b/google/cloud/dialogflow_cx/mocks/mock_webhooks_connection.h index 4147268ceeb8..280e302a45fb 100644 --- a/google/cloud/dialogflow_cx/mocks/mock_webhooks_connection.h +++ b/google/cloud/dialogflow_cx/mocks/mock_webhooks_connection.h @@ -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 MockWebhooksConnection : public dialogflow_cx::WebhooksConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_agents_connection.h b/google/cloud/dialogflow_es/mocks/mock_agents_connection.h index 0edd80beb667..3eafddff7ea2 100644 --- a/google/cloud/dialogflow_es/mocks/mock_agents_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_agents_connection.h @@ -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 MockAgentsConnection : public dialogflow_es::AgentsConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_answer_records_connection.h b/google/cloud/dialogflow_es/mocks/mock_answer_records_connection.h index 66ee0157f25b..6912f9487369 100644 --- a/google/cloud/dialogflow_es/mocks/mock_answer_records_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_answer_records_connection.h @@ -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 MockAnswerRecordsConnection : public dialogflow_es::AnswerRecordsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_contexts_connection.h b/google/cloud/dialogflow_es/mocks/mock_contexts_connection.h index 6fcd42ad0ca5..3c2a1d3370b2 100644 --- a/google/cloud/dialogflow_es/mocks/mock_contexts_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_contexts_connection.h @@ -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 MockContextsConnection : public dialogflow_es::ContextsConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_conversation_datasets_connection.h b/google/cloud/dialogflow_es/mocks/mock_conversation_datasets_connection.h index a5901ff8d216..dee46050be95 100644 --- a/google/cloud/dialogflow_es/mocks/mock_conversation_datasets_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_conversation_datasets_connection.h @@ -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 MockConversationDatasetsConnection : public dialogflow_es::ConversationDatasetsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_conversation_models_connection.h b/google/cloud/dialogflow_es/mocks/mock_conversation_models_connection.h index 37ce8528e7ad..b033060ea13b 100644 --- a/google/cloud/dialogflow_es/mocks/mock_conversation_models_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_conversation_models_connection.h @@ -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 MockConversationModelsConnection : public dialogflow_es::ConversationModelsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_conversation_profiles_connection.h b/google/cloud/dialogflow_es/mocks/mock_conversation_profiles_connection.h index e547aeb4be33..24e0d8f5e9d0 100644 --- a/google/cloud/dialogflow_es/mocks/mock_conversation_profiles_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_conversation_profiles_connection.h @@ -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 MockConversationProfilesConnection : public dialogflow_es::ConversationProfilesConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_conversations_connection.h b/google/cloud/dialogflow_es/mocks/mock_conversations_connection.h index 33b6526719f6..71a5a2e0893b 100644 --- a/google/cloud/dialogflow_es/mocks/mock_conversations_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_conversations_connection.h @@ -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 MockConversationsConnection : public dialogflow_es::ConversationsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_documents_connection.h b/google/cloud/dialogflow_es/mocks/mock_documents_connection.h index a692eb069a84..a73bbd281701 100644 --- a/google/cloud/dialogflow_es/mocks/mock_documents_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_documents_connection.h @@ -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 MockDocumentsConnection : public dialogflow_es::DocumentsConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_entity_types_connection.h b/google/cloud/dialogflow_es/mocks/mock_entity_types_connection.h index 3b7f5f3d39da..fe1d629926f3 100644 --- a/google/cloud/dialogflow_es/mocks/mock_entity_types_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_entity_types_connection.h @@ -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 MockEntityTypesConnection : public dialogflow_es::EntityTypesConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_environments_connection.h b/google/cloud/dialogflow_es/mocks/mock_environments_connection.h index 4381dd97c320..54a11363e537 100644 --- a/google/cloud/dialogflow_es/mocks/mock_environments_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_environments_connection.h @@ -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 MockEnvironmentsConnection : public dialogflow_es::EnvironmentsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_fulfillments_connection.h b/google/cloud/dialogflow_es/mocks/mock_fulfillments_connection.h index 051cf93cbfac..1a323bed6eea 100644 --- a/google/cloud/dialogflow_es/mocks/mock_fulfillments_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_fulfillments_connection.h @@ -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 MockFulfillmentsConnection : public dialogflow_es::FulfillmentsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_intents_connection.h b/google/cloud/dialogflow_es/mocks/mock_intents_connection.h index b90078108d49..a34a9874dae0 100644 --- a/google/cloud/dialogflow_es/mocks/mock_intents_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_intents_connection.h @@ -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 MockIntentsConnection : public dialogflow_es::IntentsConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_knowledge_bases_connection.h b/google/cloud/dialogflow_es/mocks/mock_knowledge_bases_connection.h index fa854656ec5e..838eae0a2808 100644 --- a/google/cloud/dialogflow_es/mocks/mock_knowledge_bases_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_knowledge_bases_connection.h @@ -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 MockKnowledgeBasesConnection : public dialogflow_es::KnowledgeBasesConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_participants_connection.h b/google/cloud/dialogflow_es/mocks/mock_participants_connection.h index d2a2c71c7259..9558d6a57221 100644 --- a/google/cloud/dialogflow_es/mocks/mock_participants_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_participants_connection.h @@ -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 MockParticipantsConnection : public dialogflow_es::ParticipantsConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_session_entity_types_connection.h b/google/cloud/dialogflow_es/mocks/mock_session_entity_types_connection.h index c287e9a67ae0..7ce0fd13fa5c 100644 --- a/google/cloud/dialogflow_es/mocks/mock_session_entity_types_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_session_entity_types_connection.h @@ -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 MockSessionEntityTypesConnection : public dialogflow_es::SessionEntityTypesConnection { diff --git a/google/cloud/dialogflow_es/mocks/mock_sessions_connection.h b/google/cloud/dialogflow_es/mocks/mock_sessions_connection.h index 6149943b33e7..59e230dc99ab 100644 --- a/google/cloud/dialogflow_es/mocks/mock_sessions_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_sessions_connection.h @@ -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 MockSessionsConnection : public dialogflow_es::SessionsConnection { public: diff --git a/google/cloud/dialogflow_es/mocks/mock_versions_connection.h b/google/cloud/dialogflow_es/mocks/mock_versions_connection.h index 33f47192a8a9..25f4ce3a8c68 100644 --- a/google/cloud/dialogflow_es/mocks/mock_versions_connection.h +++ b/google/cloud/dialogflow_es/mocks/mock_versions_connection.h @@ -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 dialogflow_es::VersionsConnection { public: diff --git a/google/cloud/dlp/v2/mocks/mock_dlp_connection.h b/google/cloud/dlp/v2/mocks/mock_dlp_connection.h index efb33d070c11..ec03222800fc 100644 --- a/google/cloud/dlp/v2/mocks/mock_dlp_connection.h +++ b/google/cloud/dlp/v2/mocks/mock_dlp_connection.h @@ -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 MockDlpServiceConnection : public dlp_v2::DlpServiceConnection { public: diff --git a/google/cloud/documentai/v1/mocks/mock_document_processor_connection.h b/google/cloud/documentai/v1/mocks/mock_document_processor_connection.h index e4882194478d..f22e3f7935e9 100644 --- a/google/cloud/documentai/v1/mocks/mock_document_processor_connection.h +++ b/google/cloud/documentai/v1/mocks/mock_document_processor_connection.h @@ -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 MockDocumentProcessorServiceConnection : public documentai_v1::DocumentProcessorServiceConnection { diff --git a/google/cloud/domains/v1/mocks/mock_domains_connection.h b/google/cloud/domains/v1/mocks/mock_domains_connection.h index 6889b8b85ccb..8b6c829490e9 100644 --- a/google/cloud/domains/v1/mocks/mock_domains_connection.h +++ b/google/cloud/domains/v1/mocks/mock_domains_connection.h @@ -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 MockDomainsConnection : public domains_v1::DomainsConnection { public: diff --git a/google/cloud/edgecontainer/v1/mocks/mock_edge_container_connection.h b/google/cloud/edgecontainer/v1/mocks/mock_edge_container_connection.h index 4c8c567139f4..fdc50b605b23 100644 --- a/google/cloud/edgecontainer/v1/mocks/mock_edge_container_connection.h +++ b/google/cloud/edgecontainer/v1/mocks/mock_edge_container_connection.h @@ -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 MockEdgeContainerConnection : public edgecontainer_v1::EdgeContainerConnection { diff --git a/google/cloud/essentialcontacts/v1/mocks/mock_essential_contacts_connection.h b/google/cloud/essentialcontacts/v1/mocks/mock_essential_contacts_connection.h index 453e63a562c6..944b39b3e0c0 100644 --- a/google/cloud/essentialcontacts/v1/mocks/mock_essential_contacts_connection.h +++ b/google/cloud/essentialcontacts/v1/mocks/mock_essential_contacts_connection.h @@ -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 MockEssentialContactsServiceConnection : public essentialcontacts_v1::EssentialContactsServiceConnection { diff --git a/google/cloud/eventarc/publishing/v1/mocks/mock_publisher_connection.h b/google/cloud/eventarc/publishing/v1/mocks/mock_publisher_connection.h index 01f6667f808e..1376d820d9eb 100644 --- a/google/cloud/eventarc/publishing/v1/mocks/mock_publisher_connection.h +++ b/google/cloud/eventarc/publishing/v1/mocks/mock_publisher_connection.h @@ -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 MockPublisherConnection : public eventarc_publishing_v1::PublisherConnection { diff --git a/google/cloud/eventarc/v1/mocks/mock_eventarc_connection.h b/google/cloud/eventarc/v1/mocks/mock_eventarc_connection.h index b8c872a708b9..1f9b61d6f4e9 100644 --- a/google/cloud/eventarc/v1/mocks/mock_eventarc_connection.h +++ b/google/cloud/eventarc/v1/mocks/mock_eventarc_connection.h @@ -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 MockEventarcConnection : public eventarc_v1::EventarcConnection { public: diff --git a/google/cloud/filestore/v1/mocks/mock_cloud_filestore_manager_connection.h b/google/cloud/filestore/v1/mocks/mock_cloud_filestore_manager_connection.h index edc248267d86..171000ac0eb9 100644 --- a/google/cloud/filestore/v1/mocks/mock_cloud_filestore_manager_connection.h +++ b/google/cloud/filestore/v1/mocks/mock_cloud_filestore_manager_connection.h @@ -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 MockCloudFilestoreManagerConnection : public filestore_v1::CloudFilestoreManagerConnection { diff --git a/google/cloud/functions/v1/mocks/mock_cloud_functions_connection.h b/google/cloud/functions/v1/mocks/mock_cloud_functions_connection.h index 3915b12cc4d2..70fc64144378 100644 --- a/google/cloud/functions/v1/mocks/mock_cloud_functions_connection.h +++ b/google/cloud/functions/v1/mocks/mock_cloud_functions_connection.h @@ -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 MockCloudFunctionsServiceConnection : public functions_v1::CloudFunctionsServiceConnection { diff --git a/google/cloud/gameservices/v1/mocks/mock_game_server_clusters_connection.h b/google/cloud/gameservices/v1/mocks/mock_game_server_clusters_connection.h index 25dd903f96fd..aed71ce18706 100644 --- a/google/cloud/gameservices/v1/mocks/mock_game_server_clusters_connection.h +++ b/google/cloud/gameservices/v1/mocks/mock_game_server_clusters_connection.h @@ -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 MockGameServerClustersServiceConnection : public gameservices_v1::GameServerClustersServiceConnection { diff --git a/google/cloud/gameservices/v1/mocks/mock_game_server_configs_connection.h b/google/cloud/gameservices/v1/mocks/mock_game_server_configs_connection.h index 1a277993206e..d520e5dfd467 100644 --- a/google/cloud/gameservices/v1/mocks/mock_game_server_configs_connection.h +++ b/google/cloud/gameservices/v1/mocks/mock_game_server_configs_connection.h @@ -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 MockGameServerConfigsServiceConnection : public gameservices_v1::GameServerConfigsServiceConnection { diff --git a/google/cloud/gameservices/v1/mocks/mock_game_server_deployments_connection.h b/google/cloud/gameservices/v1/mocks/mock_game_server_deployments_connection.h index cbcfdf24ebe6..11f77d252319 100644 --- a/google/cloud/gameservices/v1/mocks/mock_game_server_deployments_connection.h +++ b/google/cloud/gameservices/v1/mocks/mock_game_server_deployments_connection.h @@ -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 MockGameServerDeploymentsServiceConnection : public gameservices_v1::GameServerDeploymentsServiceConnection { diff --git a/google/cloud/gameservices/v1/mocks/mock_realms_connection.h b/google/cloud/gameservices/v1/mocks/mock_realms_connection.h index 91dc024ed118..04ad78b83bc7 100644 --- a/google/cloud/gameservices/v1/mocks/mock_realms_connection.h +++ b/google/cloud/gameservices/v1/mocks/mock_realms_connection.h @@ -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 MockRealmsServiceConnection : public gameservices_v1::RealmsServiceConnection { diff --git a/google/cloud/gkehub/v1/mocks/mock_gke_hub_connection.h b/google/cloud/gkehub/v1/mocks/mock_gke_hub_connection.h index 98b772a2a1d0..accef19c027e 100644 --- a/google/cloud/gkehub/v1/mocks/mock_gke_hub_connection.h +++ b/google/cloud/gkehub/v1/mocks/mock_gke_hub_connection.h @@ -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 MockGkeHubConnection : public gkehub_v1::GkeHubConnection { public: diff --git a/google/cloud/gkemulticloud/v1/mocks/mock_attached_clusters_connection.h b/google/cloud/gkemulticloud/v1/mocks/mock_attached_clusters_connection.h index d608350987be..47665bf95d26 100644 --- a/google/cloud/gkemulticloud/v1/mocks/mock_attached_clusters_connection.h +++ b/google/cloud/gkemulticloud/v1/mocks/mock_attached_clusters_connection.h @@ -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 MockAttachedClustersConnection : public gkemulticloud_v1::AttachedClustersConnection { diff --git a/google/cloud/gkemulticloud/v1/mocks/mock_aws_clusters_connection.h b/google/cloud/gkemulticloud/v1/mocks/mock_aws_clusters_connection.h index 76007f866bd2..c0241a49ef2f 100644 --- a/google/cloud/gkemulticloud/v1/mocks/mock_aws_clusters_connection.h +++ b/google/cloud/gkemulticloud/v1/mocks/mock_aws_clusters_connection.h @@ -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 MockAwsClustersConnection : public gkemulticloud_v1::AwsClustersConnection { diff --git a/google/cloud/gkemulticloud/v1/mocks/mock_azure_clusters_connection.h b/google/cloud/gkemulticloud/v1/mocks/mock_azure_clusters_connection.h index 9ceb4fa25229..cfba82267263 100644 --- a/google/cloud/gkemulticloud/v1/mocks/mock_azure_clusters_connection.h +++ b/google/cloud/gkemulticloud/v1/mocks/mock_azure_clusters_connection.h @@ -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 MockAzureClustersConnection : public gkemulticloud_v1::AzureClustersConnection { diff --git a/google/cloud/iam/admin/v1/mocks/mock_iam_connection.h b/google/cloud/iam/admin/v1/mocks/mock_iam_connection.h index d1811efd769a..4a284ec5edb9 100644 --- a/google/cloud/iam/admin/v1/mocks/mock_iam_connection.h +++ b/google/cloud/iam/admin/v1/mocks/mock_iam_connection.h @@ -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 MockIAMConnection : public iam_admin_v1::IAMConnection { public: diff --git a/google/cloud/iam/credentials/v1/mocks/mock_iam_credentials_connection.h b/google/cloud/iam/credentials/v1/mocks/mock_iam_credentials_connection.h index 535021e103c9..55d4bcdd152a 100644 --- a/google/cloud/iam/credentials/v1/mocks/mock_iam_credentials_connection.h +++ b/google/cloud/iam/credentials/v1/mocks/mock_iam_credentials_connection.h @@ -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 MockIAMCredentialsConnection : public iam_credentials_v1::IAMCredentialsConnection { diff --git a/google/cloud/iam/v1/mocks/mock_iam_policy_connection.h b/google/cloud/iam/v1/mocks/mock_iam_policy_connection.h index 2d832e2a8671..5ae3087c9052 100644 --- a/google/cloud/iam/v1/mocks/mock_iam_policy_connection.h +++ b/google/cloud/iam/v1/mocks/mock_iam_policy_connection.h @@ -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 MockIAMPolicyConnection : public iam_v1::IAMPolicyConnection { public: diff --git a/google/cloud/iam/v2/mocks/mock_policies_connection.h b/google/cloud/iam/v2/mocks/mock_policies_connection.h index e88442925a70..5cc4862b4f16 100644 --- a/google/cloud/iam/v2/mocks/mock_policies_connection.h +++ b/google/cloud/iam/v2/mocks/mock_policies_connection.h @@ -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 MockPoliciesConnection : public iam_v2::PoliciesConnection { public: diff --git a/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_admin_connection.h b/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_admin_connection.h index 7e89b111fc0b..995a535b7168 100644 --- a/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_admin_connection.h +++ b/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_admin_connection.h @@ -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 MockIdentityAwareProxyAdminServiceConnection : public iap_v1::IdentityAwareProxyAdminServiceConnection { diff --git a/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_o_auth_connection.h b/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_o_auth_connection.h index cfccaba2560a..de49940d1d3a 100644 --- a/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_o_auth_connection.h +++ b/google/cloud/iap/v1/mocks/mock_identity_aware_proxy_o_auth_connection.h @@ -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 MockIdentityAwareProxyOAuthServiceConnection : public iap_v1::IdentityAwareProxyOAuthServiceConnection { diff --git a/google/cloud/ids/v1/mocks/mock_ids_connection.h b/google/cloud/ids/v1/mocks/mock_ids_connection.h index 4be0507268a2..1b8998ec553b 100644 --- a/google/cloud/ids/v1/mocks/mock_ids_connection.h +++ b/google/cloud/ids/v1/mocks/mock_ids_connection.h @@ -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 MockIDSConnection : public ids_v1::IDSConnection { public: diff --git a/google/cloud/iot/v1/mocks/mock_device_manager_connection.h b/google/cloud/iot/v1/mocks/mock_device_manager_connection.h index bf7fd3756eb3..343d0955a126 100644 --- a/google/cloud/iot/v1/mocks/mock_device_manager_connection.h +++ b/google/cloud/iot/v1/mocks/mock_device_manager_connection.h @@ -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 MockDeviceManagerConnection : public iot_v1::DeviceManagerConnection { public: diff --git a/google/cloud/kms/inventory/v1/mocks/mock_key_dashboard_connection.h b/google/cloud/kms/inventory/v1/mocks/mock_key_dashboard_connection.h index c1469857374f..6bb4309c2d5d 100644 --- a/google/cloud/kms/inventory/v1/mocks/mock_key_dashboard_connection.h +++ b/google/cloud/kms/inventory/v1/mocks/mock_key_dashboard_connection.h @@ -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 MockKeyDashboardServiceConnection : public kms_inventory_v1::KeyDashboardServiceConnection { diff --git a/google/cloud/kms/inventory/v1/mocks/mock_key_tracking_connection.h b/google/cloud/kms/inventory/v1/mocks/mock_key_tracking_connection.h index 566fcb67ec8a..f8bf6fc3705a 100644 --- a/google/cloud/kms/inventory/v1/mocks/mock_key_tracking_connection.h +++ b/google/cloud/kms/inventory/v1/mocks/mock_key_tracking_connection.h @@ -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 MockKeyTrackingServiceConnection : public kms_inventory_v1::KeyTrackingServiceConnection { diff --git a/google/cloud/kms/v1/mocks/mock_ekm_connection.h b/google/cloud/kms/v1/mocks/mock_ekm_connection.h index 29e53eaa49aa..e2d0b227dc3b 100644 --- a/google/cloud/kms/v1/mocks/mock_ekm_connection.h +++ b/google/cloud/kms/v1/mocks/mock_ekm_connection.h @@ -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 MockEkmServiceConnection : public kms_v1::EkmServiceConnection { public: diff --git a/google/cloud/kms/v1/mocks/mock_key_management_connection.h b/google/cloud/kms/v1/mocks/mock_key_management_connection.h index 0daeca494099..20cf885cbb8d 100644 --- a/google/cloud/kms/v1/mocks/mock_key_management_connection.h +++ b/google/cloud/kms/v1/mocks/mock_key_management_connection.h @@ -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 MockKeyManagementServiceConnection : public kms_v1::KeyManagementServiceConnection { diff --git a/google/cloud/language/v1/mocks/mock_language_connection.h b/google/cloud/language/v1/mocks/mock_language_connection.h index 0e9a55f8568d..d48be9e4d729 100644 --- a/google/cloud/language/v1/mocks/mock_language_connection.h +++ b/google/cloud/language/v1/mocks/mock_language_connection.h @@ -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 MockLanguageServiceConnection : public language_v1::LanguageServiceConnection { diff --git a/google/cloud/logging/v2/mocks/mock_logging_service_v2_connection.h b/google/cloud/logging/v2/mocks/mock_logging_service_v2_connection.h index 36a800d75af8..7a138204e67f 100644 --- a/google/cloud/logging/v2/mocks/mock_logging_service_v2_connection.h +++ b/google/cloud/logging/v2/mocks/mock_logging_service_v2_connection.h @@ -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 MockLoggingServiceV2Connection : public logging_v2::LoggingServiceV2Connection { diff --git a/google/cloud/managedidentities/v1/mocks/mock_managed_identities_connection.h b/google/cloud/managedidentities/v1/mocks/mock_managed_identities_connection.h index 6f78b5de0d21..304bc94cf460 100644 --- a/google/cloud/managedidentities/v1/mocks/mock_managed_identities_connection.h +++ b/google/cloud/managedidentities/v1/mocks/mock_managed_identities_connection.h @@ -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 MockManagedIdentitiesServiceConnection : public managedidentities_v1::ManagedIdentitiesServiceConnection { diff --git a/google/cloud/memcache/v1/mocks/mock_cloud_memcache_connection.h b/google/cloud/memcache/v1/mocks/mock_cloud_memcache_connection.h index d0a94844eceb..f23decf3e0a6 100644 --- a/google/cloud/memcache/v1/mocks/mock_cloud_memcache_connection.h +++ b/google/cloud/memcache/v1/mocks/mock_cloud_memcache_connection.h @@ -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 MockCloudMemcacheConnection : public memcache_v1::CloudMemcacheConnection { diff --git a/google/cloud/monitoring/dashboard/v1/mocks/mock_dashboards_connection.h b/google/cloud/monitoring/dashboard/v1/mocks/mock_dashboards_connection.h index 4d772c9b6058..904d8def5b0a 100644 --- a/google/cloud/monitoring/dashboard/v1/mocks/mock_dashboards_connection.h +++ b/google/cloud/monitoring/dashboard/v1/mocks/mock_dashboards_connection.h @@ -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 MockDashboardsServiceConnection : public monitoring_dashboard_v1::DashboardsServiceConnection { diff --git a/google/cloud/monitoring/metricsscope/v1/mocks/mock_metrics_scopes_connection.h b/google/cloud/monitoring/metricsscope/v1/mocks/mock_metrics_scopes_connection.h index 081c1b2c304e..b7237cd62c2c 100644 --- a/google/cloud/monitoring/metricsscope/v1/mocks/mock_metrics_scopes_connection.h +++ b/google/cloud/monitoring/metricsscope/v1/mocks/mock_metrics_scopes_connection.h @@ -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 MockMetricsScopesConnection : public monitoring_metricsscope_v1::MetricsScopesConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_alert_policy_connection.h b/google/cloud/monitoring/v3/mocks/mock_alert_policy_connection.h index b744c9c2f011..0d6367845791 100644 --- a/google/cloud/monitoring/v3/mocks/mock_alert_policy_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_alert_policy_connection.h @@ -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 MockAlertPolicyServiceConnection : public monitoring_v3::AlertPolicyServiceConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_group_connection.h b/google/cloud/monitoring/v3/mocks/mock_group_connection.h index ee1bb415f90c..b8050e05385f 100644 --- a/google/cloud/monitoring/v3/mocks/mock_group_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_group_connection.h @@ -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 MockGroupServiceConnection : public monitoring_v3::GroupServiceConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_metric_connection.h b/google/cloud/monitoring/v3/mocks/mock_metric_connection.h index 46eed5674bce..6d420107078d 100644 --- a/google/cloud/monitoring/v3/mocks/mock_metric_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_metric_connection.h @@ -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 MockMetricServiceConnection : public monitoring_v3::MetricServiceConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_notification_channel_connection.h b/google/cloud/monitoring/v3/mocks/mock_notification_channel_connection.h index 3744d1154706..7f1e1b899043 100644 --- a/google/cloud/monitoring/v3/mocks/mock_notification_channel_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_notification_channel_connection.h @@ -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 MockNotificationChannelServiceConnection : public monitoring_v3::NotificationChannelServiceConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_query_connection.h b/google/cloud/monitoring/v3/mocks/mock_query_connection.h index 699e75b26877..c74da5c85a4f 100644 --- a/google/cloud/monitoring/v3/mocks/mock_query_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_query_connection.h @@ -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 MockQueryServiceConnection : public monitoring_v3::QueryServiceConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_service_monitoring_connection.h b/google/cloud/monitoring/v3/mocks/mock_service_monitoring_connection.h index be753702273d..ed5afa526e1e 100644 --- a/google/cloud/monitoring/v3/mocks/mock_service_monitoring_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_service_monitoring_connection.h @@ -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 MockServiceMonitoringServiceConnection : public monitoring_v3::ServiceMonitoringServiceConnection { diff --git a/google/cloud/monitoring/v3/mocks/mock_uptime_check_connection.h b/google/cloud/monitoring/v3/mocks/mock_uptime_check_connection.h index 862929b046ec..78ae8f7b7537 100644 --- a/google/cloud/monitoring/v3/mocks/mock_uptime_check_connection.h +++ b/google/cloud/monitoring/v3/mocks/mock_uptime_check_connection.h @@ -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 MockUptimeCheckServiceConnection : public monitoring_v3::UptimeCheckServiceConnection { diff --git a/google/cloud/networkconnectivity/v1/mocks/mock_hub_connection.h b/google/cloud/networkconnectivity/v1/mocks/mock_hub_connection.h index d807c8f38aed..c75c4ae67d1a 100644 --- a/google/cloud/networkconnectivity/v1/mocks/mock_hub_connection.h +++ b/google/cloud/networkconnectivity/v1/mocks/mock_hub_connection.h @@ -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 MockHubServiceConnection : public networkconnectivity_v1::HubServiceConnection { diff --git a/google/cloud/networkmanagement/v1/mocks/mock_reachability_connection.h b/google/cloud/networkmanagement/v1/mocks/mock_reachability_connection.h index 44dcba6b6a81..1c0cd34d4fa3 100644 --- a/google/cloud/networkmanagement/v1/mocks/mock_reachability_connection.h +++ b/google/cloud/networkmanagement/v1/mocks/mock_reachability_connection.h @@ -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 MockReachabilityServiceConnection : public networkmanagement_v1::ReachabilityServiceConnection { diff --git a/google/cloud/networkservices/v1/mocks/mock_network_services_connection.h b/google/cloud/networkservices/v1/mocks/mock_network_services_connection.h index 193280aaed23..4b154986421a 100644 --- a/google/cloud/networkservices/v1/mocks/mock_network_services_connection.h +++ b/google/cloud/networkservices/v1/mocks/mock_network_services_connection.h @@ -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 MockNetworkServicesConnection : public networkservices_v1::NetworkServicesConnection { diff --git a/google/cloud/notebooks/v1/mocks/mock_managed_notebook_connection.h b/google/cloud/notebooks/v1/mocks/mock_managed_notebook_connection.h index bd3d118b73ed..9a2c7c5d73a6 100644 --- a/google/cloud/notebooks/v1/mocks/mock_managed_notebook_connection.h +++ b/google/cloud/notebooks/v1/mocks/mock_managed_notebook_connection.h @@ -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 MockManagedNotebookServiceConnection : public notebooks_v1::ManagedNotebookServiceConnection { diff --git a/google/cloud/notebooks/v1/mocks/mock_notebook_connection.h b/google/cloud/notebooks/v1/mocks/mock_notebook_connection.h index 70ceffa621ce..f3be26bd7670 100644 --- a/google/cloud/notebooks/v1/mocks/mock_notebook_connection.h +++ b/google/cloud/notebooks/v1/mocks/mock_notebook_connection.h @@ -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 MockNotebookServiceConnection : public notebooks_v1::NotebookServiceConnection { diff --git a/google/cloud/optimization/v1/mocks/mock_fleet_routing_connection.h b/google/cloud/optimization/v1/mocks/mock_fleet_routing_connection.h index a9e9163094d1..43c66171416e 100644 --- a/google/cloud/optimization/v1/mocks/mock_fleet_routing_connection.h +++ b/google/cloud/optimization/v1/mocks/mock_fleet_routing_connection.h @@ -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 MockFleetRoutingConnection : public optimization_v1::FleetRoutingConnection { diff --git a/google/cloud/orgpolicy/v2/mocks/mock_org_policy_connection.h b/google/cloud/orgpolicy/v2/mocks/mock_org_policy_connection.h index 238f301bd322..7d200bc6683f 100644 --- a/google/cloud/orgpolicy/v2/mocks/mock_org_policy_connection.h +++ b/google/cloud/orgpolicy/v2/mocks/mock_org_policy_connection.h @@ -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 MockOrgPolicyConnection : public orgpolicy_v2::OrgPolicyConnection { public: diff --git a/google/cloud/osconfig/agentendpoint/v1/mocks/mock_agent_endpoint_connection.h b/google/cloud/osconfig/agentendpoint/v1/mocks/mock_agent_endpoint_connection.h index 6c8c2924b584..81b96fb9ff41 100644 --- a/google/cloud/osconfig/agentendpoint/v1/mocks/mock_agent_endpoint_connection.h +++ b/google/cloud/osconfig/agentendpoint/v1/mocks/mock_agent_endpoint_connection.h @@ -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 MockAgentEndpointServiceConnection : public osconfig_agentendpoint_v1::AgentEndpointServiceConnection { diff --git a/google/cloud/osconfig/v1/mocks/mock_os_config_connection.h b/google/cloud/osconfig/v1/mocks/mock_os_config_connection.h index 9643ba2e6e35..b09e271fea97 100644 --- a/google/cloud/osconfig/v1/mocks/mock_os_config_connection.h +++ b/google/cloud/osconfig/v1/mocks/mock_os_config_connection.h @@ -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 MockOsConfigServiceConnection : public osconfig_v1::OsConfigServiceConnection { diff --git a/google/cloud/oslogin/v1/mocks/mock_os_login_connection.h b/google/cloud/oslogin/v1/mocks/mock_os_login_connection.h index 356c250ef279..5deb64fd6f59 100644 --- a/google/cloud/oslogin/v1/mocks/mock_os_login_connection.h +++ b/google/cloud/oslogin/v1/mocks/mock_os_login_connection.h @@ -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 MockOsLoginServiceConnection : public oslogin_v1::OsLoginServiceConnection { diff --git a/google/cloud/policytroubleshooter/v1/mocks/mock_iam_checker_connection.h b/google/cloud/policytroubleshooter/v1/mocks/mock_iam_checker_connection.h index 7261b93872d6..1828d63409c5 100644 --- a/google/cloud/policytroubleshooter/v1/mocks/mock_iam_checker_connection.h +++ b/google/cloud/policytroubleshooter/v1/mocks/mock_iam_checker_connection.h @@ -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 MockIamCheckerConnection : public policytroubleshooter_v1::IamCheckerConnection { diff --git a/google/cloud/privateca/v1/mocks/mock_certificate_authority_connection.h b/google/cloud/privateca/v1/mocks/mock_certificate_authority_connection.h index c947ce414b9a..4964be5a3975 100644 --- a/google/cloud/privateca/v1/mocks/mock_certificate_authority_connection.h +++ b/google/cloud/privateca/v1/mocks/mock_certificate_authority_connection.h @@ -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 MockCertificateAuthorityServiceConnection : public privateca_v1::CertificateAuthorityServiceConnection { diff --git a/google/cloud/profiler/v2/mocks/mock_profiler_connection.h b/google/cloud/profiler/v2/mocks/mock_profiler_connection.h index 8f34d2ab1565..2da5122355d8 100644 --- a/google/cloud/profiler/v2/mocks/mock_profiler_connection.h +++ b/google/cloud/profiler/v2/mocks/mock_profiler_connection.h @@ -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 MockProfilerServiceConnection : public profiler_v2::ProfilerServiceConnection { diff --git a/google/cloud/pubsub/mocks/mock_schema_connection.h b/google/cloud/pubsub/mocks/mock_schema_connection.h index 9a1170ce498b..77224604e785 100644 --- a/google/cloud/pubsub/mocks/mock_schema_connection.h +++ b/google/cloud/pubsub/mocks/mock_schema_connection.h @@ -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 MockSchemaServiceConnection : public pubsub::SchemaServiceConnection { public: diff --git a/google/cloud/pubsublite/mocks/mock_admin_connection.h b/google/cloud/pubsublite/mocks/mock_admin_connection.h index 3d4eb4b4f79c..7dec7537904c 100644 --- a/google/cloud/pubsublite/mocks/mock_admin_connection.h +++ b/google/cloud/pubsublite/mocks/mock_admin_connection.h @@ -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 MockAdminServiceConnection : public pubsublite::AdminServiceConnection { public: diff --git a/google/cloud/pubsublite/mocks/mock_topic_stats_connection.h b/google/cloud/pubsublite/mocks/mock_topic_stats_connection.h index b4633dd300c8..4920825272f6 100644 --- a/google/cloud/pubsublite/mocks/mock_topic_stats_connection.h +++ b/google/cloud/pubsublite/mocks/mock_topic_stats_connection.h @@ -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 MockTopicStatsServiceConnection : public pubsublite::TopicStatsServiceConnection { diff --git a/google/cloud/recommender/v1/mocks/mock_recommender_connection.h b/google/cloud/recommender/v1/mocks/mock_recommender_connection.h index d289a77eb539..348a1be4b3d5 100644 --- a/google/cloud/recommender/v1/mocks/mock_recommender_connection.h +++ b/google/cloud/recommender/v1/mocks/mock_recommender_connection.h @@ -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 MockRecommenderConnection : public recommender_v1::RecommenderConnection { public: diff --git a/google/cloud/redis/v1/mocks/mock_cloud_redis_connection.h b/google/cloud/redis/v1/mocks/mock_cloud_redis_connection.h index b207c036f634..d0a3ed1f8ce9 100644 --- a/google/cloud/redis/v1/mocks/mock_cloud_redis_connection.h +++ b/google/cloud/redis/v1/mocks/mock_cloud_redis_connection.h @@ -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 MockCloudRedisConnection : public redis_v1::CloudRedisConnection { public: diff --git a/google/cloud/resourcemanager/v3/mocks/mock_folders_connection.h b/google/cloud/resourcemanager/v3/mocks/mock_folders_connection.h index c4e40d119d48..6fee5b78bde2 100644 --- a/google/cloud/resourcemanager/v3/mocks/mock_folders_connection.h +++ b/google/cloud/resourcemanager/v3/mocks/mock_folders_connection.h @@ -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 MockFoldersConnection : public resourcemanager_v3::FoldersConnection { public: diff --git a/google/cloud/resourcemanager/v3/mocks/mock_organizations_connection.h b/google/cloud/resourcemanager/v3/mocks/mock_organizations_connection.h index a9804821eb4a..b59e847ab214 100644 --- a/google/cloud/resourcemanager/v3/mocks/mock_organizations_connection.h +++ b/google/cloud/resourcemanager/v3/mocks/mock_organizations_connection.h @@ -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 MockOrganizationsConnection : public resourcemanager_v3::OrganizationsConnection { diff --git a/google/cloud/resourcemanager/v3/mocks/mock_projects_connection.h b/google/cloud/resourcemanager/v3/mocks/mock_projects_connection.h index 64b2c9cbc49c..3b312eef36fd 100644 --- a/google/cloud/resourcemanager/v3/mocks/mock_projects_connection.h +++ b/google/cloud/resourcemanager/v3/mocks/mock_projects_connection.h @@ -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 MockProjectsConnection : public resourcemanager_v3::ProjectsConnection { public: diff --git a/google/cloud/resourcesettings/v1/mocks/mock_resource_settings_connection.h b/google/cloud/resourcesettings/v1/mocks/mock_resource_settings_connection.h index 2eaef0392707..76b0051a662d 100644 --- a/google/cloud/resourcesettings/v1/mocks/mock_resource_settings_connection.h +++ b/google/cloud/resourcesettings/v1/mocks/mock_resource_settings_connection.h @@ -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 MockResourceSettingsServiceConnection : public resourcesettings_v1::ResourceSettingsServiceConnection { diff --git a/google/cloud/retail/v2/mocks/mock_catalog_connection.h b/google/cloud/retail/v2/mocks/mock_catalog_connection.h index 3298079b0aed..a4889d9bcbcf 100644 --- a/google/cloud/retail/v2/mocks/mock_catalog_connection.h +++ b/google/cloud/retail/v2/mocks/mock_catalog_connection.h @@ -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 MockCatalogServiceConnection : public retail_v2::CatalogServiceConnection { diff --git a/google/cloud/retail/v2/mocks/mock_completion_connection.h b/google/cloud/retail/v2/mocks/mock_completion_connection.h index 98a499ba5f38..af7fd864dac6 100644 --- a/google/cloud/retail/v2/mocks/mock_completion_connection.h +++ b/google/cloud/retail/v2/mocks/mock_completion_connection.h @@ -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 MockCompletionServiceConnection : public retail_v2::CompletionServiceConnection { diff --git a/google/cloud/retail/v2/mocks/mock_prediction_connection.h b/google/cloud/retail/v2/mocks/mock_prediction_connection.h index 2fe08d430afb..5533340cc047 100644 --- a/google/cloud/retail/v2/mocks/mock_prediction_connection.h +++ b/google/cloud/retail/v2/mocks/mock_prediction_connection.h @@ -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 retail_v2::PredictionServiceConnection { diff --git a/google/cloud/retail/v2/mocks/mock_product_connection.h b/google/cloud/retail/v2/mocks/mock_product_connection.h index 78d3d579ff00..3e5ebde7a315 100644 --- a/google/cloud/retail/v2/mocks/mock_product_connection.h +++ b/google/cloud/retail/v2/mocks/mock_product_connection.h @@ -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 MockProductServiceConnection : public retail_v2::ProductServiceConnection { diff --git a/google/cloud/retail/v2/mocks/mock_search_connection.h b/google/cloud/retail/v2/mocks/mock_search_connection.h index c4f6effeb4c4..445e057efac1 100644 --- a/google/cloud/retail/v2/mocks/mock_search_connection.h +++ b/google/cloud/retail/v2/mocks/mock_search_connection.h @@ -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 MockSearchServiceConnection : public retail_v2::SearchServiceConnection { public: diff --git a/google/cloud/retail/v2/mocks/mock_user_event_connection.h b/google/cloud/retail/v2/mocks/mock_user_event_connection.h index f72b2048cf89..d42e0d4dd49c 100644 --- a/google/cloud/retail/v2/mocks/mock_user_event_connection.h +++ b/google/cloud/retail/v2/mocks/mock_user_event_connection.h @@ -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 MockUserEventServiceConnection : public retail_v2::UserEventServiceConnection { diff --git a/google/cloud/run/v2/mocks/mock_revisions_connection.h b/google/cloud/run/v2/mocks/mock_revisions_connection.h index 30b43e2b8907..c380f0d78a2e 100644 --- a/google/cloud/run/v2/mocks/mock_revisions_connection.h +++ b/google/cloud/run/v2/mocks/mock_revisions_connection.h @@ -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 MockRevisionsConnection : public run_v2::RevisionsConnection { public: diff --git a/google/cloud/run/v2/mocks/mock_services_connection.h b/google/cloud/run/v2/mocks/mock_services_connection.h index bb604f7c8c61..b993b8d392b1 100644 --- a/google/cloud/run/v2/mocks/mock_services_connection.h +++ b/google/cloud/run/v2/mocks/mock_services_connection.h @@ -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 run_v2::ServicesConnection { public: diff --git a/google/cloud/scheduler/v1/mocks/mock_cloud_scheduler_connection.h b/google/cloud/scheduler/v1/mocks/mock_cloud_scheduler_connection.h index d04a3ff81f40..1f6d19e8b683 100644 --- a/google/cloud/scheduler/v1/mocks/mock_cloud_scheduler_connection.h +++ b/google/cloud/scheduler/v1/mocks/mock_cloud_scheduler_connection.h @@ -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 MockCloudSchedulerConnection : public scheduler_v1::CloudSchedulerConnection { diff --git a/google/cloud/secretmanager/v1/mocks/mock_secret_manager_connection.h b/google/cloud/secretmanager/v1/mocks/mock_secret_manager_connection.h index 1a35c14d2fad..0e0acafd6077 100644 --- a/google/cloud/secretmanager/v1/mocks/mock_secret_manager_connection.h +++ b/google/cloud/secretmanager/v1/mocks/mock_secret_manager_connection.h @@ -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 MockSecretManagerServiceConnection : public secretmanager_v1::SecretManagerServiceConnection { diff --git a/google/cloud/securitycenter/v1/mocks/mock_security_center_connection.h b/google/cloud/securitycenter/v1/mocks/mock_security_center_connection.h index 6be74cd0f827..6ca1bc558245 100644 --- a/google/cloud/securitycenter/v1/mocks/mock_security_center_connection.h +++ b/google/cloud/securitycenter/v1/mocks/mock_security_center_connection.h @@ -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 MockSecurityCenterConnection : public securitycenter_v1::SecurityCenterConnection { diff --git a/google/cloud/servicecontrol/v1/mocks/mock_quota_controller_connection.h b/google/cloud/servicecontrol/v1/mocks/mock_quota_controller_connection.h index 8e08bd0e0f5b..3cac85eb2cb0 100644 --- a/google/cloud/servicecontrol/v1/mocks/mock_quota_controller_connection.h +++ b/google/cloud/servicecontrol/v1/mocks/mock_quota_controller_connection.h @@ -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 MockQuotaControllerConnection : public servicecontrol_v1::QuotaControllerConnection { diff --git a/google/cloud/servicecontrol/v1/mocks/mock_service_controller_connection.h b/google/cloud/servicecontrol/v1/mocks/mock_service_controller_connection.h index 9bfea15036f8..b78322c1c237 100644 --- a/google/cloud/servicecontrol/v1/mocks/mock_service_controller_connection.h +++ b/google/cloud/servicecontrol/v1/mocks/mock_service_controller_connection.h @@ -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 MockServiceControllerConnection : public servicecontrol_v1::ServiceControllerConnection { diff --git a/google/cloud/servicecontrol/v2/mocks/mock_service_controller_connection.h b/google/cloud/servicecontrol/v2/mocks/mock_service_controller_connection.h index 0347d4ec2af1..887fcafc6f1a 100644 --- a/google/cloud/servicecontrol/v2/mocks/mock_service_controller_connection.h +++ b/google/cloud/servicecontrol/v2/mocks/mock_service_controller_connection.h @@ -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 MockServiceControllerConnection : public servicecontrol_v2::ServiceControllerConnection { diff --git a/google/cloud/servicedirectory/v1/mocks/mock_lookup_connection.h b/google/cloud/servicedirectory/v1/mocks/mock_lookup_connection.h index d38d1a904e09..a88a8fc13820 100644 --- a/google/cloud/servicedirectory/v1/mocks/mock_lookup_connection.h +++ b/google/cloud/servicedirectory/v1/mocks/mock_lookup_connection.h @@ -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 MockLookupServiceConnection : public servicedirectory_v1::LookupServiceConnection { diff --git a/google/cloud/servicedirectory/v1/mocks/mock_registration_connection.h b/google/cloud/servicedirectory/v1/mocks/mock_registration_connection.h index 4954c4126aaa..ea89accd86fd 100644 --- a/google/cloud/servicedirectory/v1/mocks/mock_registration_connection.h +++ b/google/cloud/servicedirectory/v1/mocks/mock_registration_connection.h @@ -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 MockRegistrationServiceConnection : public servicedirectory_v1::RegistrationServiceConnection { diff --git a/google/cloud/servicemanagement/v1/mocks/mock_service_manager_connection.h b/google/cloud/servicemanagement/v1/mocks/mock_service_manager_connection.h index 9f13778fffb5..e3908067354e 100644 --- a/google/cloud/servicemanagement/v1/mocks/mock_service_manager_connection.h +++ b/google/cloud/servicemanagement/v1/mocks/mock_service_manager_connection.h @@ -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 MockServiceManagerConnection : public servicemanagement_v1::ServiceManagerConnection { diff --git a/google/cloud/serviceusage/v1/mocks/mock_service_usage_connection.h b/google/cloud/serviceusage/v1/mocks/mock_service_usage_connection.h index 446bba1ac018..1170ccef1226 100644 --- a/google/cloud/serviceusage/v1/mocks/mock_service_usage_connection.h +++ b/google/cloud/serviceusage/v1/mocks/mock_service_usage_connection.h @@ -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 MockServiceUsageConnection : public serviceusage_v1::ServiceUsageConnection { diff --git a/google/cloud/shell/v1/mocks/mock_cloud_shell_connection.h b/google/cloud/shell/v1/mocks/mock_cloud_shell_connection.h index 4946ed4982c7..d10ed3db8a2a 100644 --- a/google/cloud/shell/v1/mocks/mock_cloud_shell_connection.h +++ b/google/cloud/shell/v1/mocks/mock_cloud_shell_connection.h @@ -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 MockCloudShellServiceConnection : public shell_v1::CloudShellServiceConnection { diff --git a/google/cloud/spanner/admin/mocks/mock_database_admin_connection.h b/google/cloud/spanner/admin/mocks/mock_database_admin_connection.h index 386bf26e0bc3..486ac41f0c1f 100644 --- a/google/cloud/spanner/admin/mocks/mock_database_admin_connection.h +++ b/google/cloud/spanner/admin/mocks/mock_database_admin_connection.h @@ -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 MockDatabaseAdminConnection : public spanner_admin::DatabaseAdminConnection { diff --git a/google/cloud/spanner/admin/mocks/mock_instance_admin_connection.h b/google/cloud/spanner/admin/mocks/mock_instance_admin_connection.h index 860af5ef9643..b873326ced62 100644 --- a/google/cloud/spanner/admin/mocks/mock_instance_admin_connection.h +++ b/google/cloud/spanner/admin/mocks/mock_instance_admin_connection.h @@ -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 MockInstanceAdminConnection : public spanner_admin::InstanceAdminConnection { diff --git a/google/cloud/speech/v1/mocks/mock_speech_connection.h b/google/cloud/speech/v1/mocks/mock_speech_connection.h index 16f7397cfc36..96a6623f190d 100644 --- a/google/cloud/speech/v1/mocks/mock_speech_connection.h +++ b/google/cloud/speech/v1/mocks/mock_speech_connection.h @@ -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 MockSpeechConnection : public speech_v1::SpeechConnection { public: diff --git a/google/cloud/speech/v2/mocks/mock_speech_connection.h b/google/cloud/speech/v2/mocks/mock_speech_connection.h index 80d26212d656..b0fe42ae224f 100644 --- a/google/cloud/speech/v2/mocks/mock_speech_connection.h +++ b/google/cloud/speech/v2/mocks/mock_speech_connection.h @@ -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 MockSpeechConnection : public speech_v2::SpeechConnection { public: diff --git a/google/cloud/sql/v1/mocks/mock_sql_backup_runs_connection.h b/google/cloud/sql/v1/mocks/mock_sql_backup_runs_connection.h index 137528c8cb4f..486da4c0b18f 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_backup_runs_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_backup_runs_connection.h @@ -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 MockSqlBackupRunsServiceConnection : public sql_v1::SqlBackupRunsServiceConnection { diff --git a/google/cloud/sql/v1/mocks/mock_sql_connect_connection.h b/google/cloud/sql/v1/mocks/mock_sql_connect_connection.h index 01f18bf43e61..675c6168dea6 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_connect_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_connect_connection.h @@ -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 MockSqlConnectServiceConnection : public sql_v1::SqlConnectServiceConnection { diff --git a/google/cloud/sql/v1/mocks/mock_sql_databases_connection.h b/google/cloud/sql/v1/mocks/mock_sql_databases_connection.h index b81801c11555..155ed8052f87 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_databases_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_databases_connection.h @@ -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 MockSqlDatabasesServiceConnection : public sql_v1::SqlDatabasesServiceConnection { diff --git a/google/cloud/sql/v1/mocks/mock_sql_flags_connection.h b/google/cloud/sql/v1/mocks/mock_sql_flags_connection.h index 3cda44f1c2ad..d700563e714b 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_flags_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_flags_connection.h @@ -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 MockSqlFlagsServiceConnection : public sql_v1::SqlFlagsServiceConnection { public: diff --git a/google/cloud/sql/v1/mocks/mock_sql_instances_connection.h b/google/cloud/sql/v1/mocks/mock_sql_instances_connection.h index e317760e9d7e..5e6ed4a9607e 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_instances_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_instances_connection.h @@ -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 MockSqlInstancesServiceConnection : public sql_v1::SqlInstancesServiceConnection { diff --git a/google/cloud/sql/v1/mocks/mock_sql_operations_connection.h b/google/cloud/sql/v1/mocks/mock_sql_operations_connection.h index b07d6de2684f..cbd86c73f726 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_operations_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_operations_connection.h @@ -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 MockSqlOperationsServiceConnection : public sql_v1::SqlOperationsServiceConnection { diff --git a/google/cloud/sql/v1/mocks/mock_sql_ssl_certs_connection.h b/google/cloud/sql/v1/mocks/mock_sql_ssl_certs_connection.h index 6b955db7e16c..94a386cbc11a 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_ssl_certs_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_ssl_certs_connection.h @@ -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 MockSqlSslCertsServiceConnection : public sql_v1::SqlSslCertsServiceConnection { diff --git a/google/cloud/sql/v1/mocks/mock_sql_tiers_connection.h b/google/cloud/sql/v1/mocks/mock_sql_tiers_connection.h index 1a8f35d7b7f3..afbcb86cd6e0 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_tiers_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_tiers_connection.h @@ -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 MockSqlTiersServiceConnection : public sql_v1::SqlTiersServiceConnection { public: diff --git a/google/cloud/sql/v1/mocks/mock_sql_users_connection.h b/google/cloud/sql/v1/mocks/mock_sql_users_connection.h index 00a52699f484..ec11b28fc607 100644 --- a/google/cloud/sql/v1/mocks/mock_sql_users_connection.h +++ b/google/cloud/sql/v1/mocks/mock_sql_users_connection.h @@ -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 MockSqlUsersServiceConnection : public sql_v1::SqlUsersServiceConnection { public: diff --git a/google/cloud/storageinsights/v1/mocks/mock_storage_insights_connection.h b/google/cloud/storageinsights/v1/mocks/mock_storage_insights_connection.h index 0dc5257bb316..3c18978d3bee 100644 --- a/google/cloud/storageinsights/v1/mocks/mock_storage_insights_connection.h +++ b/google/cloud/storageinsights/v1/mocks/mock_storage_insights_connection.h @@ -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 MockStorageInsightsConnection : public storageinsights_v1::StorageInsightsConnection { diff --git a/google/cloud/storagetransfer/v1/mocks/mock_storage_transfer_connection.h b/google/cloud/storagetransfer/v1/mocks/mock_storage_transfer_connection.h index 1a910916e544..7c1e94044c23 100644 --- a/google/cloud/storagetransfer/v1/mocks/mock_storage_transfer_connection.h +++ b/google/cloud/storagetransfer/v1/mocks/mock_storage_transfer_connection.h @@ -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 MockStorageTransferServiceConnection : public storagetransfer_v1::StorageTransferServiceConnection { diff --git a/google/cloud/support/v2/mocks/mock_case_attachment_connection.h b/google/cloud/support/v2/mocks/mock_case_attachment_connection.h index 4c290d0cdb8b..fdf420fd9435 100644 --- a/google/cloud/support/v2/mocks/mock_case_attachment_connection.h +++ b/google/cloud/support/v2/mocks/mock_case_attachment_connection.h @@ -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 MockCaseAttachmentServiceConnection : public support_v2::CaseAttachmentServiceConnection { diff --git a/google/cloud/support/v2/mocks/mock_case_connection.h b/google/cloud/support/v2/mocks/mock_case_connection.h index 714693754a5c..fdd06fc2e7f2 100644 --- a/google/cloud/support/v2/mocks/mock_case_connection.h +++ b/google/cloud/support/v2/mocks/mock_case_connection.h @@ -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 MockCaseServiceConnection : public support_v2::CaseServiceConnection { public: diff --git a/google/cloud/support/v2/mocks/mock_comment_connection.h b/google/cloud/support/v2/mocks/mock_comment_connection.h index 24a904456308..e9a1071651bd 100644 --- a/google/cloud/support/v2/mocks/mock_comment_connection.h +++ b/google/cloud/support/v2/mocks/mock_comment_connection.h @@ -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 MockCommentServiceConnection : public support_v2::CommentServiceConnection { diff --git a/google/cloud/talent/v4/mocks/mock_company_connection.h b/google/cloud/talent/v4/mocks/mock_company_connection.h index e0e0157ab807..2ea969ef656a 100644 --- a/google/cloud/talent/v4/mocks/mock_company_connection.h +++ b/google/cloud/talent/v4/mocks/mock_company_connection.h @@ -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 MockCompanyServiceConnection : public talent_v4::CompanyServiceConnection { diff --git a/google/cloud/talent/v4/mocks/mock_completion_connection.h b/google/cloud/talent/v4/mocks/mock_completion_connection.h index 0f74e5893b67..ffebf604ed99 100644 --- a/google/cloud/talent/v4/mocks/mock_completion_connection.h +++ b/google/cloud/talent/v4/mocks/mock_completion_connection.h @@ -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 MockCompletionConnection : public talent_v4::CompletionConnection { public: diff --git a/google/cloud/talent/v4/mocks/mock_event_connection.h b/google/cloud/talent/v4/mocks/mock_event_connection.h index c08a8f818b3d..73269638c98a 100644 --- a/google/cloud/talent/v4/mocks/mock_event_connection.h +++ b/google/cloud/talent/v4/mocks/mock_event_connection.h @@ -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 MockEventServiceConnection : public talent_v4::EventServiceConnection { public: diff --git a/google/cloud/talent/v4/mocks/mock_job_connection.h b/google/cloud/talent/v4/mocks/mock_job_connection.h index a9349eb48319..c548f9160d6d 100644 --- a/google/cloud/talent/v4/mocks/mock_job_connection.h +++ b/google/cloud/talent/v4/mocks/mock_job_connection.h @@ -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 talent_v4::JobServiceConnection { public: diff --git a/google/cloud/talent/v4/mocks/mock_tenant_connection.h b/google/cloud/talent/v4/mocks/mock_tenant_connection.h index 59e60442fe9d..476f4a7d47ad 100644 --- a/google/cloud/talent/v4/mocks/mock_tenant_connection.h +++ b/google/cloud/talent/v4/mocks/mock_tenant_connection.h @@ -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 MockTenantServiceConnection : public talent_v4::TenantServiceConnection { public: diff --git a/google/cloud/tasks/v2/mocks/mock_cloud_tasks_connection.h b/google/cloud/tasks/v2/mocks/mock_cloud_tasks_connection.h index a8226fe9c8b0..69d245b835da 100644 --- a/google/cloud/tasks/v2/mocks/mock_cloud_tasks_connection.h +++ b/google/cloud/tasks/v2/mocks/mock_cloud_tasks_connection.h @@ -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 MockCloudTasksConnection : public tasks_v2::CloudTasksConnection { public: diff --git a/google/cloud/texttospeech/v1/mocks/mock_text_to_speech_connection.h b/google/cloud/texttospeech/v1/mocks/mock_text_to_speech_connection.h index b5d1e154a1d7..e963844448de 100644 --- a/google/cloud/texttospeech/v1/mocks/mock_text_to_speech_connection.h +++ b/google/cloud/texttospeech/v1/mocks/mock_text_to_speech_connection.h @@ -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 MockTextToSpeechConnection : public texttospeech_v1::TextToSpeechConnection { diff --git a/google/cloud/timeseriesinsights/v1/mocks/mock_timeseries_insights_controller_connection.h b/google/cloud/timeseriesinsights/v1/mocks/mock_timeseries_insights_controller_connection.h index a47f82b083fb..1d9fc318d7ba 100644 --- a/google/cloud/timeseriesinsights/v1/mocks/mock_timeseries_insights_controller_connection.h +++ b/google/cloud/timeseriesinsights/v1/mocks/mock_timeseries_insights_controller_connection.h @@ -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 MockTimeseriesInsightsControllerConnection : public timeseriesinsights_v1::TimeseriesInsightsControllerConnection { diff --git a/google/cloud/tpu/v1/mocks/mock_tpu_connection.h b/google/cloud/tpu/v1/mocks/mock_tpu_connection.h index ae28bd441a29..0520e1e22f94 100644 --- a/google/cloud/tpu/v1/mocks/mock_tpu_connection.h +++ b/google/cloud/tpu/v1/mocks/mock_tpu_connection.h @@ -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 MockTpuConnection : public tpu_v1::TpuConnection { public: diff --git a/google/cloud/tpu/v2/mocks/mock_tpu_connection.h b/google/cloud/tpu/v2/mocks/mock_tpu_connection.h index 1d08f663aeed..b7050cbe56a3 100644 --- a/google/cloud/tpu/v2/mocks/mock_tpu_connection.h +++ b/google/cloud/tpu/v2/mocks/mock_tpu_connection.h @@ -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 MockTpuConnection : public tpu_v2::TpuConnection { public: diff --git a/google/cloud/trace/v1/mocks/mock_trace_connection.h b/google/cloud/trace/v1/mocks/mock_trace_connection.h index 42cc1cea7f9d..825a32643430 100644 --- a/google/cloud/trace/v1/mocks/mock_trace_connection.h +++ b/google/cloud/trace/v1/mocks/mock_trace_connection.h @@ -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 MockTraceServiceConnection : public trace_v1::TraceServiceConnection { public: diff --git a/google/cloud/trace/v2/mocks/mock_trace_connection.h b/google/cloud/trace/v2/mocks/mock_trace_connection.h index c9178faeb7d4..4a5d8a7e8014 100644 --- a/google/cloud/trace/v2/mocks/mock_trace_connection.h +++ b/google/cloud/trace/v2/mocks/mock_trace_connection.h @@ -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 MockTraceServiceConnection : public trace_v2::TraceServiceConnection { public: diff --git a/google/cloud/translate/v3/mocks/mock_translation_connection.h b/google/cloud/translate/v3/mocks/mock_translation_connection.h index b50e240c849a..83bec0f9c6b9 100644 --- a/google/cloud/translate/v3/mocks/mock_translation_connection.h +++ b/google/cloud/translate/v3/mocks/mock_translation_connection.h @@ -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 MockTranslationServiceConnection : public translate_v3::TranslationServiceConnection { diff --git a/google/cloud/video/livestream/v1/mocks/mock_livestream_connection.h b/google/cloud/video/livestream/v1/mocks/mock_livestream_connection.h index 3dd301a4bbe7..2845a8894c25 100644 --- a/google/cloud/video/livestream/v1/mocks/mock_livestream_connection.h +++ b/google/cloud/video/livestream/v1/mocks/mock_livestream_connection.h @@ -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 MockLivestreamServiceConnection : public video_livestream_v1::LivestreamServiceConnection { diff --git a/google/cloud/video/stitcher/v1/mocks/mock_video_stitcher_connection.h b/google/cloud/video/stitcher/v1/mocks/mock_video_stitcher_connection.h index 1f0aa84da9f4..1cbdd5c35be2 100644 --- a/google/cloud/video/stitcher/v1/mocks/mock_video_stitcher_connection.h +++ b/google/cloud/video/stitcher/v1/mocks/mock_video_stitcher_connection.h @@ -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 MockVideoStitcherServiceConnection : public video_stitcher_v1::VideoStitcherServiceConnection { diff --git a/google/cloud/video/transcoder/v1/mocks/mock_transcoder_connection.h b/google/cloud/video/transcoder/v1/mocks/mock_transcoder_connection.h index 36dee44067ef..22e359ab74d6 100644 --- a/google/cloud/video/transcoder/v1/mocks/mock_transcoder_connection.h +++ b/google/cloud/video/transcoder/v1/mocks/mock_transcoder_connection.h @@ -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 MockTranscoderServiceConnection : public video_transcoder_v1::TranscoderServiceConnection { diff --git a/google/cloud/videointelligence/v1/mocks/mock_video_intelligence_connection.h b/google/cloud/videointelligence/v1/mocks/mock_video_intelligence_connection.h index 5d529a6b3585..8da58bd78923 100644 --- a/google/cloud/videointelligence/v1/mocks/mock_video_intelligence_connection.h +++ b/google/cloud/videointelligence/v1/mocks/mock_video_intelligence_connection.h @@ -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 MockVideoIntelligenceServiceConnection : public videointelligence_v1::VideoIntelligenceServiceConnection { diff --git a/google/cloud/vision/v1/mocks/mock_image_annotator_connection.h b/google/cloud/vision/v1/mocks/mock_image_annotator_connection.h index 0580de925108..27f7007e2d0a 100644 --- a/google/cloud/vision/v1/mocks/mock_image_annotator_connection.h +++ b/google/cloud/vision/v1/mocks/mock_image_annotator_connection.h @@ -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 MockImageAnnotatorConnection : public vision_v1::ImageAnnotatorConnection { diff --git a/google/cloud/vision/v1/mocks/mock_product_search_connection.h b/google/cloud/vision/v1/mocks/mock_product_search_connection.h index 34a397e7b68e..f77dc6209bde 100644 --- a/google/cloud/vision/v1/mocks/mock_product_search_connection.h +++ b/google/cloud/vision/v1/mocks/mock_product_search_connection.h @@ -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 MockProductSearchConnection : public vision_v1::ProductSearchConnection { public: diff --git a/google/cloud/vmmigration/v1/mocks/mock_vm_migration_connection.h b/google/cloud/vmmigration/v1/mocks/mock_vm_migration_connection.h index ed00e8f8192f..25b162e33090 100644 --- a/google/cloud/vmmigration/v1/mocks/mock_vm_migration_connection.h +++ b/google/cloud/vmmigration/v1/mocks/mock_vm_migration_connection.h @@ -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 MockVmMigrationConnection : public vmmigration_v1::VmMigrationConnection { public: diff --git a/google/cloud/vmwareengine/v1/mocks/mock_vmware_engine_connection.h b/google/cloud/vmwareengine/v1/mocks/mock_vmware_engine_connection.h index de64e92ef367..ed8aeda073ba 100644 --- a/google/cloud/vmwareengine/v1/mocks/mock_vmware_engine_connection.h +++ b/google/cloud/vmwareengine/v1/mocks/mock_vmware_engine_connection.h @@ -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 MockVmwareEngineConnection : public vmwareengine_v1::VmwareEngineConnection { diff --git a/google/cloud/vpcaccess/v1/mocks/mock_vpc_access_connection.h b/google/cloud/vpcaccess/v1/mocks/mock_vpc_access_connection.h index 6c1758d628b3..742c3cae1132 100644 --- a/google/cloud/vpcaccess/v1/mocks/mock_vpc_access_connection.h +++ b/google/cloud/vpcaccess/v1/mocks/mock_vpc_access_connection.h @@ -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 MockVpcAccessServiceConnection : public vpcaccess_v1::VpcAccessServiceConnection { diff --git a/google/cloud/webrisk/v1/mocks/mock_web_risk_connection.h b/google/cloud/webrisk/v1/mocks/mock_web_risk_connection.h index 79f73b9b1e67..94f4e252a19e 100644 --- a/google/cloud/webrisk/v1/mocks/mock_web_risk_connection.h +++ b/google/cloud/webrisk/v1/mocks/mock_web_risk_connection.h @@ -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 MockWebRiskServiceConnection : public webrisk_v1::WebRiskServiceConnection { diff --git a/google/cloud/websecurityscanner/v1/mocks/mock_web_security_scanner_connection.h b/google/cloud/websecurityscanner/v1/mocks/mock_web_security_scanner_connection.h index a489160d69a1..fb21a153a4d4 100644 --- a/google/cloud/websecurityscanner/v1/mocks/mock_web_security_scanner_connection.h +++ b/google/cloud/websecurityscanner/v1/mocks/mock_web_security_scanner_connection.h @@ -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 MockWebSecurityScannerConnection : public websecurityscanner_v1::WebSecurityScannerConnection { diff --git a/google/cloud/workflows/executions/v1/mocks/mock_executions_connection.h b/google/cloud/workflows/executions/v1/mocks/mock_executions_connection.h index 6cba5397eaa9..c5d6774c4bbf 100644 --- a/google/cloud/workflows/executions/v1/mocks/mock_executions_connection.h +++ b/google/cloud/workflows/executions/v1/mocks/mock_executions_connection.h @@ -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 MockExecutionsConnection : public workflows_executions_v1::ExecutionsConnection { diff --git a/google/cloud/workflows/v1/mocks/mock_workflows_connection.h b/google/cloud/workflows/v1/mocks/mock_workflows_connection.h index db1c2036be2c..51d09751c5f3 100644 --- a/google/cloud/workflows/v1/mocks/mock_workflows_connection.h +++ b/google/cloud/workflows/v1/mocks/mock_workflows_connection.h @@ -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 MockWorkflowsConnection : public workflows_v1::WorkflowsConnection { public: diff --git a/google/cloud/workstations/v1/mocks/mock_workstations_connection.h b/google/cloud/workstations/v1/mocks/mock_workstations_connection.h index b7ad3be340f1..7b1d8487d308 100644 --- a/google/cloud/workstations/v1/mocks/mock_workstations_connection.h +++ b/google/cloud/workstations/v1/mocks/mock_workstations_connection.h @@ -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 MockWorkstationsConnection : public workstations_v1::WorkstationsConnection {