Skip to content

Commit dd50509

Browse files
Google APIscopybara-github
authored andcommitted
docs(ruby): Correct the name of the corresponding wrapper library
PiperOrigin-RevId: 392910344
1 parent 3cd708e commit dd50509

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

google/bigtable/admin/v2/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ ruby_cloud_gapic_library(
286286
"ruby-cloud-product-url=https://cloud.google.com/bigtable",
287287
"ruby-cloud-api-id=bigtable.googleapis.com",
288288
"ruby-cloud-api-shortname=bigtable",
289+
"ruby-cloud-wrapper-gem-override=google-cloud-bigtable",
289290
],
290291
grpc_service_config = "bigtableadmin_grpc_service_config.json",
291292
ruby_cloud_description = "Cloud Bigtable is a fully managed, scalable NoSQL database service for large analytical and operational workloads.",

google/cloud/workflows/executions/v1beta/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ ruby_cloud_gapic_library(
259259
"ruby-cloud-product-url=https://cloud.google.com/workflows/",
260260
"ruby-cloud-api-id=workflowexecutions.googleapis.com",
261261
"ruby-cloud-api-shortname=workflowexecutions",
262+
"ruby-cloud-wrapper-gem-override=google-cloud-workflows",
262263
],
263264
grpc_service_config = "executions_grpc_service_config.json",
264265
ruby_cloud_description = "Workflows link series of serverless tasks together in an order you define. Combine the power of Google Cloud's APIs, serverless products like Cloud Functions and Cloud Run, and calls to external APIs to create flexible serverless applications. Workflows requires no infrastructure management and scales seamlessly with demand, including scaling down to zero..",

google/datastore/admin/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ ruby_cloud_gapic_library(
264264
"ruby-cloud-product-url=https://cloud.google.com/datastore",
265265
"ruby-cloud-api-id=datastore.googleapis.com",
266266
"ruby-cloud-api-shortname=datastore",
267+
"ruby-cloud-wrapper-gem-override=google-cloud-datastore",
267268
],
268269
grpc_service_config = "datastore_admin_grpc_service_config.json",
269270
ruby_cloud_description = "Firestore in Datastore mode is a NoSQL document database built for automatic scaling, high performance, and ease of application development.",

google/firestore/admin/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ ruby_cloud_gapic_library(
273273
"ruby-cloud-product-url=https://cloud.google.com/firestore",
274274
"ruby-cloud-api-id=firestore.googleapis.com",
275275
"ruby-cloud-api-shortname=firestore",
276+
"ruby-cloud-wrapper-gem-override=google-cloud-firestore",
276277
],
277278
grpc_service_config = "firestore_admin_grpc_service_config.json",
278279
ruby_cloud_description = "Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.",

google/monitoring/dashboard/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ ruby_cloud_gapic_library(
289289
"ruby-cloud-env-prefix=MONITORING_DASHBOARD",
290290
"ruby-cloud-gem-name=google-cloud-monitoring-dashboard-v1",
291291
"ruby-cloud-product-url=https://cloud.google.com/monitoring",
292+
"ruby-cloud-wrapper-gem-override=google-cloud-monitoring",
292293
],
293294
grpc_service_config = "dashboards_grpc_service_config.json",
294295
ruby_cloud_description = "Cloud Monitoring collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. The Dashboards API manages arrangements of display widgets.",

google/spanner/admin/database/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ ruby_cloud_gapic_library(
280280
"ruby-cloud-product-url=https://cloud.google.com/spanner",
281281
"ruby-cloud-api-id=spanner.googleapis.com",
282282
"ruby-cloud-api-shortname=spanner",
283+
"ruby-cloud-wrapper-gem-override=google-cloud-spanner",
283284
],
284285
grpc_service_config = "spanner_admin_database_grpc_service_config.json",
285286
ruby_cloud_description = "Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.",

google/spanner/admin/instance/v1/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ ruby_cloud_gapic_library(
276276
"ruby-cloud-product-url=https://cloud.google.com/spanner",
277277
"ruby-cloud-api-id=spanner.googleapis.com",
278278
"ruby-cloud-api-shortname=spanner",
279+
"ruby-cloud-wrapper-gem-override=google-cloud-spanner",
279280
],
280281
grpc_service_config = "spanner_admin_instance_grpc_service_config.json",
281282
ruby_cloud_description = "Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.",

0 commit comments

Comments
 (0)