chore: set Ruby namespace in proto options

PiperOrigin-RevId: 305327500
This commit is contained in:
Google APIs 2020-04-07 13:23:55 -07:00 committed by Copybara-Service
parent 82de0f6f04
commit 27daba5028
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ option java_multiple_files = true;
option java_outer_classname = "ClusterServiceProto";
option java_package = "com.google.container.v1";
option php_namespace = "Google\\Cloud\\Container\\V1";
option ruby_package = "Google::Cloud::Container::V1";
// Google Kubernetes Engine Cluster Manager v1
service ClusterManager {

View File

@ -29,6 +29,7 @@ option java_multiple_files = true;
option java_outer_classname = "ClusterServiceProto";
option java_package = "com.google.container.v1beta1";
option php_namespace = "Google\\Cloud\\Container\\V1beta1";
option ruby_package = "Google::Cloud::Container::V1beta1";
// Google Kubernetes Engine Cluster Manager v1beta1
service ClusterManager {