Skip to content

Commit 0e57a0b

Browse files
authored
docs: use c.g.com/cpp mocking guide (googleapis#11869)
1 parent f9cc920 commit 0e57a0b

344 files changed

Lines changed: 344 additions & 344 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmake/GoogleCloudCppDoxygen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function (google_cloud_cpp_doxygen_targets_impl library)
7878
list(
7979
APPEND
8080
DOXYGEN_ALIASES
81-
"googleapis_dev_link{2}=\"https://googleapis.dev/cpp/google-cloud-\\1/${VERSION}/\\2\""
81+
"cloud_cpp_docs_link{2}=\"https://cloud.google.com/cpp/docs/reference/\\1/${VERSION}/\\2\""
8282
)
8383
set(DOXYGEN_INLINE_INHERITED_MEMB YES)
8484
set(DOXYGEN_JAVADOC_AUTOBRIEF YES)

generator/integration_tests/golden/v1/mocks/mock_golden_kitchen_sink_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockGoldenKitchenSinkConnection : public golden_v1::GoldenKitchenSinkConnection {
4646
public:

generator/integration_tests/golden/v1/mocks/mock_golden_rest_only_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockGoldenRestOnlyConnection : public golden_v1::GoldenRestOnlyConnection {
4646
public:

generator/integration_tests/golden/v1/mocks/mock_golden_thing_admin_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockGoldenThingAdminConnection : public golden_v1::GoldenThingAdminConnection {
4646
public:

generator/internal/mock_connection_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Status MockConnectionGenerator::GenerateHeader() {
6969
* While the example showcases types from the BigQuery library, the underlying
7070
* principles apply for any pair of `*Client` and `*Connection`.
7171
*
72-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
72+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
7373
*/
7474
class $mock_connection_class_name$ : public $product_namespace$::$connection_class_name$ {
7575
public:

google/cloud/accessapproval/v1/mocks/mock_access_approval_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockAccessApprovalConnection
4646
: public accessapproval_v1::AccessApprovalConnection {

google/cloud/accesscontextmanager/v1/mocks/mock_access_context_manager_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockAccessContextManagerConnection
4646
: public accesscontextmanager_v1::AccessContextManagerConnection {

google/cloud/advisorynotifications/v1/mocks/mock_advisory_notifications_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockAdvisoryNotificationsServiceConnection
4646
: public advisorynotifications_v1::AdvisoryNotificationsServiceConnection {

google/cloud/aiplatform/v1/mocks/mock_dataset_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockDatasetServiceConnection
4646
: public aiplatform_v1::DatasetServiceConnection {

google/cloud/aiplatform/v1/mocks/mock_endpoint_connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
4040
* While the example showcases types from the BigQuery library, the underlying
4141
* principles apply for any pair of `*Client` and `*Connection`.
4242
*
43-
* [bq-mock]: @googleapis_dev_link{bigquery,bigquery-read-mock.html}
43+
* [bq-mock]: @cloud_cpp_docs_link{bigquery,bigquery-read-mock}
4444
*/
4545
class MockEndpointServiceConnection
4646
: public aiplatform_v1::EndpointServiceConnection {

0 commit comments

Comments
 (0)