Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: Fixed casing of the Ruby namespace (#192)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 379779471

Source-Link: googleapis/googleapis@f176fe6

Source-Link: googleapis/googleapis-gen@49ebc3e
  • Loading branch information
gcf-owl-bot[bot] committed Jun 16, 2021
1 parent c247797 commit 82a4598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -549,7 +549,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "eca/v1;privateca\370\001\001\252\002\"Google.Cloud.Secur"
+ "ity.PrivateCA.V1\312\002\"Google\\Cloud\\Security"
+ "\\PrivateCA\\V1\352\002&Google::Cloud::Security:"
+ ":PrivateCA::v1b\006proto3"
+ ":PrivateCA::V1b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -33,7 +33,7 @@ option java_multiple_files = true;
option java_outer_classname = "PrivateCaProto";
option java_package = "com.google.cloud.security.privateca.v1";
option php_namespace = "Google\\Cloud\\Security\\PrivateCA\\V1";
option ruby_package = "Google::Cloud::Security::PrivateCA::v1";
option ruby_package = "Google::Cloud::Security::PrivateCA::V1";

// [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private
// certificate authorities and issued certificates.
Expand Down

0 comments on commit 82a4598

Please sign in to comment.