Skip to content

Commit 5917d34

Browse files
Google APIscopybara-github
authored andcommitted
chore: add php_namespace to iamcredentials.proto
PiperOrigin-RevId: 450743387
1 parent 665682d commit 5917d34

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

google/iam/credentials/v1/common.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ option go_package = "google.golang.org/genproto/googleapis/iam/credentials/v1;cr
2727
option java_multiple_files = true;
2828
option java_outer_classname = "IAMCredentialsCommonProto";
2929
option java_package = "com.google.cloud.iam.credentials.v1";
30+
option php_namespace = "Google\\Cloud\\Iam\\Credentials\\V1";
3031
option (google.api.resource_definition) = {
3132
type: "iam.googleapis.com/ServiceAccount"
3233
pattern: "projects/{project}/serviceAccounts/{service_account}"

google/iam/credentials/v1/iamcredentials.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ option go_package = "google.golang.org/genproto/googleapis/iam/credentials/v1;cr
2626
option java_multiple_files = true;
2727
option java_outer_classname = "IAMCredentialsProto";
2828
option java_package = "com.google.cloud.iam.credentials.v1";
29+
option php_namespace = "Google\\Cloud\\Iam\\Credentials\\V1";
2930

3031
// A service account is a special type of Google account that belongs to your
3132
// application or a virtual machine (VM), instead of to an individual end user.

0 commit comments

Comments
 (0)