File tree Expand file tree Collapse file tree
packages/google-cloud-iam
google/cloud/iam_credentials_v1/proto Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ option java_multiple_files = true;
2525option java_outer_classname = "IAMCredentialsCommonProto" ;
2626option java_package = "com.google.cloud.iam.credentials.v1" ;
2727
28-
2928message GenerateAccessTokenRequest {
3029 // The resource name of the service account for which the credentials
3130 // 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;
2525option java_outer_classname = "IAMCredentialsProto" ;
2626option 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.
3837service 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 : "*"
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-02-20T18:06:09.970553Z ",
2+ "updateTime": "2019-03-01T13:15:22.601913Z ",
33 "sources": [
44 {
55 "generator": {
66 "name": "artman",
7- "version": "0.16.13 ",
8- "dockerImage": "googleapis/artman@sha256:5fd9aee1d82a00cebf425c8fa431f5457539562f5867ad9c54370f0ec9a7ccaa "
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": "18ab81eec27942a942622d5a8d9c9e7a202e8c16 ",
16- "internalRef": "234814197 "
15+ "sha": "41d72d444fbe445f4da89e13be02078734fb7875 ",
16+ "internalRef": "236230004 "
1717 }
1818 },
1919 {
2020 "template": {
2121 "name": "python_library",
2222 "origin": "synthtool.gcp",
23- "version": "2019.1.16 "
23+ "version": "2019.2.26 "
2424 }
2525 }
2626 ],
You can’t perform that action at this time.
0 commit comments