Skip to content

Commit ec354d2

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 19439 b: refs/heads/autosynth-containeranalysis c: 8fa32a3 h: refs/heads/master i: 19437: d2e2ba2 19435: b042f7c 19431: 46ec498 19423: 0ec3734
1 parent 0e7fab0 commit ec354d2

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
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerydatatransfer: 564833a85642d4194adc025f021e10e723154
127127
refs/heads/autosynth-bigquerystorage: a75c34ed7a11741669121be69a7021a00f1133ce
128128
refs/heads/autosynth-bigtable: 45891a7178142c84a16d6a0b792f8ecb950a3159
129129
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
130-
refs/heads/autosynth-containeranalysis: 46273d6ac0a4aa2222f5e02400bab427c21c1db8
130+
refs/heads/autosynth-containeranalysis: 8fa32a329a5828830a4810345bbb2dafcda3149c
131131
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
132132
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
133133
refs/heads/autosynth-errorreporting: 9891e73a56af7c097829ca7a521b0e862ba6af30

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