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

Commit 82a4598

Browse files
fix: Fixed casing of the Ruby namespace (#192)
PiperOrigin-RevId: 379779471 Source-Link: googleapis/googleapis@f176fe6 Source-Link: https://github.com/googleapis/googleapis-gen/commit/49ebc3ebe84665d045f53955970362892ab0cb93
1 parent c247797 commit 82a4598

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • proto-google-cloud-security-private-ca-v1/src/main

proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PrivateCaProto.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
549549
+ "eca/v1;privateca\370\001\001\252\002\"Google.Cloud.Secur"
550550
+ "ity.PrivateCA.V1\312\002\"Google\\Cloud\\Security"
551551
+ "\\PrivateCA\\V1\352\002&Google::Cloud::Security:"
552-
+ ":PrivateCA::v1b\006proto3"
552+
+ ":PrivateCA::V1b\006proto3"
553553
};
554554
descriptor =
555555
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-security-private-ca-v1/src/main/proto/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)