Skip to content

Commit cdb9beb

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 20439 b: refs/heads/autosynth-spanner c: 8fa32a3 h: refs/heads/master i: 20437: 247992a 20435: 74a04ba 20431: 5ceac61
1 parent 5fb5f37 commit cdb9beb

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ refs/heads/autosynth-language: c3d990dd34d81e7e935041e7147fb9dd27f8a557
138138
refs/heads/autosynth-os-login: 092fdbed6d5317948f92b708e9f50dedd89fc666
139139
refs/heads/autosynth-redis: 9e1fe503973c7b4a9ba26afb1fcddc2a57ba795a
140140
refs/heads/autosynth-scheduler: 93995812e12a2fc009f4fd2e31f169b3d3cbbac8
141-
refs/heads/autosynth-spanner: 46273d6ac0a4aa2222f5e02400bab427c21c1db8
141+
refs/heads/autosynth-spanner: 8fa32a329a5828830a4810345bbb2dafcda3149c
142142
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
143143
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
144144
refs/heads/autosynth-texttospeech: 2dcc5dc22be0f456caa1b6a8a4bcdace2641239c

branches/autosynth-spanner/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:

branches/autosynth-spanner/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: "*"

branches/autosynth-spanner/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)