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

fix: Fixed casing of the Ruby namespace #192

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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