Skip to content

Commit

Permalink
fix: Update the dependency on the underlying google-cloud-security-pr…
Browse files Browse the repository at this point in the history
…ivate_ca-v1 client

PiperOrigin-RevId: 448579809
  • Loading branch information
Google APIs authored and copybara-github committed May 13, 2022
1 parent ac49187 commit cf88418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/cloud/security/privateca/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ load(

# Generates a Ruby wrapper client for privateca.
# Ruby wrapper clients are versionless, but are generated from source protos
# for a particular service version, v1beta1 in this case.
# for a particular service version, v1 in this case.
ruby_cloud_gapic_library(
name = "privateca_ruby_wrapper",
srcs = ["//google/cloud/security/privateca/v1beta1:privateca_proto_with_info"],
srcs = ["//google/cloud/security/privateca/v1:privateca_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-security-private_ca",
"ruby-cloud-gem-namespace=Google::Cloud::Security::PrivateCA",
"ruby-cloud-env-prefix=PRIVATE_CA",
"ruby-cloud-wrapper-of=v1:0.0;v1beta1:0.0",
"ruby-cloud-wrapper-of=v1:0.3;v1beta1:0.0",
"ruby-cloud-product-url=https://cloud.google.com/certificate-authority-service/",
"ruby-cloud-api-id=privateca.googleapis.com",
"ruby-cloud-api-shortname=privateca",
Expand Down

0 comments on commit cf88418

Please sign in to comment.