Skip to content

Commit

Permalink
feat(apikeys): update the api
Browse files Browse the repository at this point in the history
#### apikeys:v2

The following keys were added:
- schemas.V2Key.properties.serviceAccountEmail.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 29, 2024
1 parent 0e8a38d commit 3fd2abd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/dyn/apikeys_v2.projects.locations.keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ <h3>Method Details</h3>
],
},
},
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
&quot;uid&quot;: &quot;A String&quot;, # Output only. Unique id in UUID4 format.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was last updated.
}
Expand Down Expand Up @@ -286,6 +287,7 @@ <h3>Method Details</h3>
],
},
},
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
&quot;uid&quot;: &quot;A String&quot;, # Output only. Unique id in UUID4 format.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was last updated.
}</pre>
Expand Down Expand Up @@ -372,6 +374,7 @@ <h3>Method Details</h3>
],
},
},
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
&quot;uid&quot;: &quot;A String&quot;, # Output only. Unique id in UUID4 format.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was last updated.
},
Expand Down Expand Up @@ -446,6 +449,7 @@ <h3>Method Details</h3>
],
},
},
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
&quot;uid&quot;: &quot;A String&quot;, # Output only. Unique id in UUID4 format.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was last updated.
}
Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/apikeys.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
}
}
},
"revision": "20240811",
"revision": "20241016",
"rootUrl": "https://apikeys.googleapis.com/",
"schemas": {
"Operation": {
Expand Down Expand Up @@ -593,6 +593,10 @@
"$ref": "V2Restrictions",
"description": "Key restrictions."
},
"serviceAccountEmail": {
"description": "Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.",
"type": "string"
},
"uid": {
"description": "Output only. Unique id in UUID4 format.",
"readOnly": true,
Expand Down

0 comments on commit 3fd2abd

Please sign in to comment.