docs(ruby): Correct the name of the corresponding wrapper library

PiperOrigin-RevId: 392910344
pull/672/head
Google APIs 4 years ago committed by Copybara-Service
parent 3cd708edbc
commit dd50509689
  1. 1
      google/bigtable/admin/v2/BUILD.bazel
  2. 1
      google/cloud/workflows/executions/v1beta/BUILD.bazel
  3. 1
      google/datastore/admin/v1/BUILD.bazel
  4. 1
      google/firestore/admin/v1/BUILD.bazel
  5. 1
      google/monitoring/dashboard/v1/BUILD.bazel
  6. 1
      google/spanner/admin/database/v1/BUILD.bazel
  7. 1
      google/spanner/admin/instance/v1/BUILD.bazel

@ -286,6 +286,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-product-url=https://cloud.google.com/bigtable",
"ruby-cloud-api-id=bigtable.googleapis.com",
"ruby-cloud-api-shortname=bigtable",
"ruby-cloud-wrapper-gem-override=google-cloud-bigtable",
],
grpc_service_config = "bigtableadmin_grpc_service_config.json",
ruby_cloud_description = "Cloud Bigtable is a fully managed, scalable NoSQL database service for large analytical and operational workloads.",

@ -259,6 +259,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-product-url=https://cloud.google.com/workflows/",
"ruby-cloud-api-id=workflowexecutions.googleapis.com",
"ruby-cloud-api-shortname=workflowexecutions",
"ruby-cloud-wrapper-gem-override=google-cloud-workflows",
],
grpc_service_config = "executions_grpc_service_config.json",
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..",

@ -264,6 +264,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-product-url=https://cloud.google.com/datastore",
"ruby-cloud-api-id=datastore.googleapis.com",
"ruby-cloud-api-shortname=datastore",
"ruby-cloud-wrapper-gem-override=google-cloud-datastore",
],
grpc_service_config = "datastore_admin_grpc_service_config.json",
ruby_cloud_description = "Firestore in Datastore mode is a NoSQL document database built for automatic scaling, high performance, and ease of application development.",

@ -273,6 +273,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-product-url=https://cloud.google.com/firestore",
"ruby-cloud-api-id=firestore.googleapis.com",
"ruby-cloud-api-shortname=firestore",
"ruby-cloud-wrapper-gem-override=google-cloud-firestore",
],
grpc_service_config = "firestore_admin_grpc_service_config.json",
ruby_cloud_description = "Cloud Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development.",

@ -289,6 +289,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-env-prefix=MONITORING_DASHBOARD",
"ruby-cloud-gem-name=google-cloud-monitoring-dashboard-v1",
"ruby-cloud-product-url=https://cloud.google.com/monitoring",
"ruby-cloud-wrapper-gem-override=google-cloud-monitoring",
],
grpc_service_config = "dashboards_grpc_service_config.json",
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.",

@ -280,6 +280,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-product-url=https://cloud.google.com/spanner",
"ruby-cloud-api-id=spanner.googleapis.com",
"ruby-cloud-api-shortname=spanner",
"ruby-cloud-wrapper-gem-override=google-cloud-spanner",
],
grpc_service_config = "spanner_admin_database_grpc_service_config.json",
ruby_cloud_description = "Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.",

@ -276,6 +276,7 @@ ruby_cloud_gapic_library(
"ruby-cloud-product-url=https://cloud.google.com/spanner",
"ruby-cloud-api-id=spanner.googleapis.com",
"ruby-cloud-api-shortname=spanner",
"ruby-cloud-wrapper-gem-override=google-cloud-spanner",
],
grpc_service_config = "spanner_admin_instance_grpc_service_config.json",
ruby_cloud_description = "Cloud Spanner is a managed, mission-critical, globally consistent and scalable relational database service.",

Loading…
Cancel
Save