Skip to content

Commit f176fe6

Browse files
Google APIscopybara-github
authored andcommitted
fix: Fixed casing of the Ruby namespace
PiperOrigin-RevId: 379779471
1 parent 33b7fbd commit f176fe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/security/privateca/v1/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option java_multiple_files = true;
3333
option java_outer_classname = "PrivateCaProto";
3434
option java_package = "com.google.cloud.security.privateca.v1";
3535
option php_namespace = "Google\\Cloud\\Security\\PrivateCA\\V1";
36-
option ruby_package = "Google::Cloud::Security::PrivateCA::v1";
36+
option ruby_package = "Google::Cloud::Security::PrivateCA::V1";
3737

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

0 commit comments

Comments
 (0)