Skip to content

Commit 8fa32a3

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate iamcredentials client (#4605)
1 parent 46273d6 commit 8fa32a3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

google-api-grpc/proto-google-cloud-iamcredentials-v1/src/main/proto/google/iam/credentials/v1/common.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ option java_multiple_files = true;
2525
option java_outer_classname = "IAMCredentialsCommonProto";
2626
option java_package = "com.google.cloud.iam.credentials.v1";
2727

28-
2928
message GenerateAccessTokenRequest {
3029
// The resource name of the service account for which the credentials
3130
// are requested, in the following format:

google-api-grpc/proto-google-cloud-iamcredentials-v1/src/main/proto/google/iam/credentials/v1/iamcredentials.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ option java_multiple_files = true;
2525
option java_outer_classname = "IAMCredentialsProto";
2626
option java_package = "com.google.cloud.iam.credentials.v1";
2727

28-
2928
// A service account is a special type of Google account that belongs to your
3029
// application or a virtual machine (VM), instead of to an individual end user.
3130
// Your application assumes the identity of the service account to call Google
@@ -37,15 +36,17 @@ option java_package = "com.google.cloud.iam.credentials.v1";
3736
// more.
3837
service IAMCredentials {
3938
// Generates an OAuth 2.0 access token for a service account.
40-
rpc GenerateAccessToken(GenerateAccessTokenRequest) returns (GenerateAccessTokenResponse) {
39+
rpc GenerateAccessToken(GenerateAccessTokenRequest)
40+
returns (GenerateAccessTokenResponse) {
4141
option (google.api.http) = {
4242
post: "/v1/{name=projects/*/serviceAccounts/*}:generateAccessToken"
4343
body: "*"
4444
};
4545
}
4646

4747
// Generates an OpenID Connect ID token for a service account.
48-
rpc GenerateIdToken(GenerateIdTokenRequest) returns (GenerateIdTokenResponse) {
48+
rpc GenerateIdToken(GenerateIdTokenRequest)
49+
returns (GenerateIdTokenResponse) {
4950
option (google.api.http) = {
5051
post: "/v1/{name=projects/*/serviceAccounts/*}:generateIdToken"
5152
body: "*"

google-cloud-clients/google-cloud-iamcredentials/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-01-17T08:44:16.541917Z",
2+
"updateTime": "2019-03-01T08:44:56.923289Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.16.6",
8-
"dockerImage": "googleapis/artman@sha256:12722f2ca3fbc3b53cc6aa5f0e569d7d221b46bd876a2136497089dec5e3634e"
7+
"version": "0.16.14",
8+
"dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "0ac60e21a1aa86c07c1836865b35308ba8178b05",
16-
"internalRef": "229626798"
15+
"sha": "41d72d444fbe445f4da89e13be02078734fb7875",
16+
"internalRef": "236230004"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)