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.description
- schemas.V2Key.properties.serviceAccountEmail.type
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 29, 2025
1 parent c525784 commit 49e5f04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion discovery/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
4 changes: 4 additions & 0 deletions src/apis/apikeys/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ export namespace apikeys_v2 {
* Key restrictions.
*/
restrictions?: Schema$V2Restrictions;
/**
* Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
*/
serviceAccountEmail?: string | null;
/**
* Output only. Unique id in UUID4 format.
*/
Expand Down

0 comments on commit 49e5f04

Please sign in to comment.