Skip to content

Commit

Permalink
chore(ruby): Set Ruby GAPIC generator parameters for artifactregistry/v1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 398539590
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 23, 2021
1 parent f5de29b commit ddf1359
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion google/devtools/artifactregistry/v1/BUILD.bazel
Expand Up @@ -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",
Expand Down

0 comments on commit ddf1359

Please sign in to comment.