Skip to content

Commit

Permalink
chore(ruby): Set Ruby GAPIC generator parameters for deploy/v1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 398539523
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 23, 2021
1 parent b224dfa commit f5de29b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/deploy/v1/BUILD.bazel
Expand Up @@ -277,8 +277,14 @@ ruby_cloud_gapic_library(
srcs = [":deploy_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-deploy-v1",
"ruby-cloud-product-url=https://cloud.google.com/deploy/",
"ruby-cloud-api-id=clouddeploy.googleapis.com",
"ruby-cloud-api-shortname=clouddeploy",
"ruby-cloud-yard-strict=false",
],
grpc_service_config = "clouddeploy_grpc_service_config.json",
ruby_cloud_description = "Google Cloud Deploy is a managed service that automates delivery of your applications to a series of target environments in a defined promotion sequence.",
ruby_cloud_title = "Google Cloud Deploy V1",
deps = [
":deploy_ruby_grpc",
":deploy_ruby_proto",
Expand Down

0 comments on commit f5de29b

Please sign in to comment.