File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
packages/google-cloud-iam
google/cloud/iam_credentials_v1/proto Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ option java_multiple_files = true;
25
25
option java_outer_classname = "IAMCredentialsCommonProto" ;
26
26
option java_package = "com.google.cloud.iam.credentials.v1" ;
27
27
28
-
29
28
message GenerateAccessTokenRequest {
30
29
// The resource name of the service account for which the credentials
31
30
// are requested, in the following format:
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ option java_multiple_files = true;
25
25
option java_outer_classname = "IAMCredentialsProto" ;
26
26
option java_package = "com.google.cloud.iam.credentials.v1" ;
27
27
28
-
29
28
// A service account is a special type of Google account that belongs to your
30
29
// application or a virtual machine (VM), instead of to an individual end user.
31
30
// 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";
37
36
// more.
38
37
service IAMCredentials {
39
38
// Generates an OAuth 2.0 access token for a service account.
40
- rpc GenerateAccessToken (GenerateAccessTokenRequest ) returns (GenerateAccessTokenResponse ) {
39
+ rpc GenerateAccessToken (GenerateAccessTokenRequest )
40
+ returns (GenerateAccessTokenResponse ) {
41
41
option (google.api.http ) = {
42
42
post : "/v1/{name=projects/*/serviceAccounts/*}:generateAccessToken"
43
43
body : "*"
44
44
};
45
45
}
46
46
47
47
// Generates an OpenID Connect ID token for a service account.
48
- rpc GenerateIdToken (GenerateIdTokenRequest ) returns (GenerateIdTokenResponse ) {
48
+ rpc GenerateIdToken (GenerateIdTokenRequest )
49
+ returns (GenerateIdTokenResponse ) {
49
50
option (google.api.http ) = {
50
51
post : "/v1/{name=projects/*/serviceAccounts/*}:generateIdToken"
51
52
body : "*"
Original file line number Diff line number Diff line change 1
1
{
2
- "updateTime": "2019-02-20T18:06:09.970553Z ",
2
+ "updateTime": "2019-03-01T13:15:22.601913Z ",
3
3
"sources": [
4
4
{
5
5
"generator": {
6
6
"name": "artman",
7
- "version": "0.16.13 ",
8
- "dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa "
7
+ "version": "0.16.14 ",
8
+ "dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7 "
9
9
}
10
10
},
11
11
{
12
12
"git": {
13
13
"name": "googleapis",
14
14
"remote": "https://github.com/googleapis/googleapis.git",
15
- "sha": "18ab81eec27942a942622d5a8d9c9e7a202e8c16 ",
16
- "internalRef": "234814197 "
15
+ "sha": "41d72d444fbe445f4da89e13be02078734fb7875 ",
16
+ "internalRef": "236230004 "
17
17
}
18
18
},
19
19
{
20
20
"template": {
21
21
"name": "python_library",
22
22
"origin": "synthtool.gcp",
23
- "version": "2019.1.16 "
23
+ "version": "2019.2.26 "
24
24
}
25
25
}
26
26
],
You can’t perform that action at this time.
0 commit comments