mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-16 13:00:34 +02:00
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:
parent
7e7ec3748e
commit
445a4960f2
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue