Skip to content

Commit 293f5f8

Browse files
Google APIscopybara-github
authored andcommitted
chore: Add package/namespace options for C#, Ruby and PHP. This is a breaking change *only* for those languages, and packages for those languages have not been published yet.
PiperOrigin-RevId: 377848955
1 parent 2aacd41 commit 293f5f8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

google/cloud/apigeeconnect/v1/connection.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ import "google/api/client.proto";
2121
import "google/api/field_behavior.proto";
2222
import "google/api/resource.proto";
2323

24+
option csharp_namespace = "Google.Cloud.ApigeeConnect.V1";
2425
option go_package = "google.golang.org/genproto/googleapis/cloud/apigeeconnect/v1;apigeeconnect";
2526
option java_multiple_files = true;
2627
option java_outer_classname = "ConnectionProto";
2728
option java_package = "com.google.cloud.apigeeconnect.v1";
29+
option php_namespace = "Google\\Cloud\\ApigeeConnect\\V1";
30+
option ruby_package = "Google::Cloud::ApigeeConnect::V1";
2831
option (google.api.resource_definition) = {
2932
type: "apigeeconnect.googleapis.com/Endpoint"
3033
pattern: "projects/{project}/endpoints/{endpoint}"

google/cloud/apigeeconnect/v1/tether.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ import "google/protobuf/duration.proto";
2020
import "google/rpc/status.proto";
2121
import "google/api/client.proto";
2222

23+
option csharp_namespace = "Google.Cloud.ApigeeConnect.V1";
2324
option go_package = "google.golang.org/genproto/googleapis/cloud/apigeeconnect/v1;apigeeconnect";
2425
option java_multiple_files = true;
2526
option java_outer_classname = "TetherProto";
2627
option java_package = "com.google.cloud.apigeeconnect.v1";
28+
option php_namespace = "Google\\Cloud\\ApigeeConnect\\V1";
29+
option ruby_package = "Google::Cloud::ApigeeConnect::V1";
2730

2831
// Tether provides a way for the control plane to send HTTP API requests to
2932
// services in data planes that runs in a remote datacenter without

0 commit comments

Comments
 (0)