From ddf135906a209061e460692dcc60a081201e416d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 23 Sep 2021 11:41:11 -0700 Subject: [PATCH] chore(ruby): Set Ruby GAPIC generator parameters for artifactregistry/v1 PiperOrigin-RevId: 398539590 --- google/devtools/artifactregistry/v1/BUILD.bazel | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/google/devtools/artifactregistry/v1/BUILD.bazel b/google/devtools/artifactregistry/v1/BUILD.bazel index 5dfcfe0b0d11b..9ebbef14ea0fe 100644 --- a/google/devtools/artifactregistry/v1/BUILD.bazel +++ b/google/devtools/artifactregistry/v1/BUILD.bazel @@ -275,9 +275,15 @@ ruby_cloud_gapic_library( name = "artifactregistry_ruby_gapic", srcs = [":artifactregistry_proto_with_info"], extra_protoc_parameters = [ - "ruby-cloud-gem-name=google-cloud-devtools-artifactregistry-v1", + "ruby-cloud-gem-name=google-cloud-artifact_registry-v1", + "ruby-cloud-env-prefix=ARTIFACT_REGISTRY", + "ruby-cloud-product-url=https://cloud.google.com/artifact-registry/", + "ruby-cloud-api-id=artifactregistry.googleapis.com", + "ruby-cloud-api-shortname=artifactregistry", ], grpc_service_config = "artifactregistry_grpc_service_config.json", + ruby_cloud_description = "Artifact Registry stores and manages build artifacts in a scalable and integrated service built on Google infrastructure.", + ruby_cloud_title = "Artifact Registry V1", deps = [ ":artifactregistry_ruby_grpc", ":artifactregistry_ruby_proto",