Skip to content

Commit

Permalink
fix: Specify namespaces for C# and PHP
Browse files Browse the repository at this point in the history
Note: this isn't marked as a breaking change in the conventional commit as it is *only* breaking for C# and PHP, and Google Cloud Client Libraries for the Access Approval API have not been released in these languages yet. Anyone who previously generated libraries for these languages will see a breaking change when they regenerate though.
PiperOrigin-RevId: 345470945
  • Loading branch information
Google APIs authored and copybara-github committed Dec 3, 2020
1 parent b53c4d9 commit 50586d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions google/cloud/accessapproval/v1/accessapproval.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ import "google/protobuf/empty.proto";
import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";

option csharp_namespace = "Google.Cloud.AccessApproval.V1";
option go_package = "google.golang.org/genproto/googleapis/cloud/accessapproval/v1;accessapproval";
option java_multiple_files = true;
option java_outer_classname = "AccessApprovalProto";
option java_package = "com.google.cloud.accessapproval.v1";
option php_namespace = "Google\\Cloud\\AccessApproval\\V1";
option ruby_package = "Google::Cloud::AccessApproval::V1";

// This API allows a customer to manage accesses to cloud resources by
Expand Down

0 comments on commit 50586d3

Please sign in to comment.