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",