Skip to content

Commit f47c388

Browse files
Google APIscopybara-github
authored andcommitted
chore(ruby): Populate Ruby microgenerator arguments for GkeHub V1 and V1beta
PiperOrigin-RevId: 394321534
1 parent 1549a69 commit f47c388

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

google/cloud/gkehub/v1/BUILD.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,15 @@ ruby_cloud_gapic_library(
292292
name = "gkehub_ruby_gapic",
293293
srcs = [":gkehub_proto_with_info"],
294294
extra_protoc_parameters = [
295-
"ruby-cloud-gem-name=google-cloud-gkehub-v1",
295+
"ruby-cloud-api-id=gkehub.googleapis.com",
296+
"ruby-cloud-api-shortname=gkehub",
297+
"ruby-cloud-env-prefix=GKE_HUB",
298+
"ruby-cloud-gem-name=google-cloud-gke_hub-v1",
299+
"ruby-cloud-product-url=https://cloud.google.com/anthos/clusters/docs",
296300
],
297301
grpc_service_config = "v1_grpc_service_config.json",
302+
ruby_cloud_description = "The GKE Hub API centrally manages features and services on all your Kubernetes clusters running in a variety of environments, including Google cloud, on premises in customer datacenters, or other third party clouds.",
303+
ruby_cloud_title = "GKE Hub V1",
298304
deps = [
299305
":gkehub_ruby_grpc",
300306
":gkehub_ruby_proto",

google/cloud/gkehub/v1beta/BUILD.bazel

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,15 @@ ruby_cloud_gapic_library(
299299
name = "gkehub_ruby_gapic",
300300
srcs = [":gkehub_proto_with_info"],
301301
extra_protoc_parameters = [
302-
"ruby-cloud-gem-name=google-cloud-gkehub-v1beta",
302+
"ruby-cloud-api-id=gkehub.googleapis.com",
303+
"ruby-cloud-api-shortname=gkehub",
304+
"ruby-cloud-env-prefix=GKE_HUB",
305+
"ruby-cloud-gem-name=google-cloud-gke_hub-v1beta",
306+
"ruby-cloud-product-url=https://cloud.google.com/anthos/clusters/docs",
303307
],
304308
grpc_service_config = "v1beta_grpc_service_config.json",
309+
ruby_cloud_description = "The GKE Hub API centrally manages features and services on all your Kubernetes clusters running in a variety of environments, including Google cloud, on premises in customer datacenters, or other third party clouds.",
310+
ruby_cloud_title = "GKE Hub V1beta",
305311
deps = [
306312
":gkehub_ruby_grpc",
307313
":gkehub_ruby_proto",

0 commit comments

Comments
 (0)