File tree Expand file tree Collapse file tree
branches/autosynth-compute
google-api-grpc/proto-google-cloud-iamcredentials-v1/src/main/proto/google/iam/credentials/v1
google-cloud-clients/google-cloud-iamcredentials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115- refs/heads/autosynth-compute: 46273d6ac0a4aa2222f5e02400bab427c21c1db8
115+ refs/heads/autosynth-compute: 8fa32a329a5828830a4810345bbb2dafcda3149c
116116refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
118118refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3
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-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 ],
You can’t perform that action at this time.
0 commit comments