From 445a4960f2d8ae24d057fd184b8d12de04eba67e Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 10 Jun 2021 03:46:13 -0700 Subject: [PATCH] fix!: Correct capitalization for C#, Ruby and PHP namespaces/packages. This is *only* a breaking change for C#, Ruby and PHP, which haven't yet published libraries. The change was made earlier for V1 and V1Alpha1, but not V1Beta1. PiperOrigin-RevId: 378617085 --- google/cloud/gkeconnect/gateway/v1beta1/gateway.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google/cloud/gkeconnect/gateway/v1beta1/gateway.proto b/google/cloud/gkeconnect/gateway/v1beta1/gateway.proto index 3966e58bb2..6e13893ca7 100644 --- a/google/cloud/gkeconnect/gateway/v1beta1/gateway.proto +++ b/google/cloud/gkeconnect/gateway/v1beta1/gateway.proto @@ -20,13 +20,13 @@ import "google/api/annotations.proto"; import "google/api/client.proto"; import "google/api/httpbody.proto"; -option csharp_namespace = "Google.Cloud.Gkeconnect.Gateway.V1Beta1"; +option csharp_namespace = "Google.Cloud.GkeConnect.Gateway.V1Beta1"; option go_package = "google.golang.org/genproto/googleapis/cloud/gkeconnect/gateway/v1beta1;gateway"; option java_multiple_files = true; option java_outer_classname = "GatewayProto"; option java_package = "com.google.cloud.gkeconnect.gateway.v1beta1"; -option php_namespace = "Google\\Cloud\\Gkeconnect\\Gateway\\V1beta1"; -option ruby_package = "Google::Cloud::Gkeconnect::Gateway::V1beta1"; +option php_namespace = "Google\\Cloud\\GkeConnect\\Gateway\\V1beta1"; +option ruby_package = "Google::Cloud::GkeConnect::Gateway::V1beta1"; // Gateway service is a public API which works as a Kubernetes resource model // proxy between end users and registered Kubernetes clusters. Each RPC in this