File tree Expand file tree Collapse file tree
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 @@ -104,7 +104,7 @@ refs/tags/v0.60.0: 4cd518d0612329f8a8e53484eef4cd1651e32855
104104refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107- refs/heads/autosynth-dlp: 46273d6ac0a4aa2222f5e02400bab427c21c1db8
107+ refs/heads/autosynth-dlp: 8fa32a329a5828830a4810345bbb2dafcda3149c
108108refs/heads/autosynth-logging: 0344d0c8f3b541accf8a19ac7e12f3528735c6c6
109109refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
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