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
This commit is contained in:
Google APIs 2021-06-10 03:46:13 -07:00 committed by Copybara-Service
parent 7e7ec3748e
commit 445a4960f2

View file

@ -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