File tree Expand file tree Collapse file tree
google/cloud/apigateway/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ import "google/protobuf/field_mask.proto";
2222import "google/protobuf/timestamp.proto" ;
2323import "google/api/annotations.proto" ;
2424
25+ option csharp_namespace = "Google.Cloud.ApiGateway.V1" ;
2526option go_package = "google.golang.org/genproto/googleapis/cloud/apigateway/v1;apigateway" ;
2627option java_multiple_files = true ;
2728option java_package = "com.google.cloud.apigateway.v1" ;
29+ option php_namespace = "Google\\Cloud\\ApiGateway\\V1" ;
30+ option ruby_package = "Google::Cloud::APIGateway::V1" ;
2831
2932// An API that can be served by one or more Gateways.
3033message Api {
Original file line number Diff line number Diff line change @@ -21,9 +21,12 @@ import "google/api/client.proto";
2121import "google/cloud/apigateway/v1/apigateway.proto" ;
2222import "google/longrunning/operations.proto" ;
2323
24+ option csharp_namespace = "Google.Cloud.ApiGateway.V1" ;
2425option go_package = "google.golang.org/genproto/googleapis/cloud/apigateway/v1;apigateway" ;
2526option java_multiple_files = true ;
2627option java_package = "com.google.cloud.apigateway.v1" ;
28+ option php_namespace = "Google\\Cloud\\ApiGateway\\V1" ;
29+ option ruby_package = "Google::Cloud::APIGateway::V1" ;
2730
2831// The API Gateway Service is the interface for managing API Gateways.
2932service ApiGatewayService {
You can’t perform that action at this time.
0 commit comments