Skip to content

Commit 49e5f04

Browse files
yoshi-automationsofisl
authored andcommitted
feat(apikeys): update the API
#### apikeys:v2 The following keys were added: - schemas.V2Key.properties.serviceAccountEmail.description - schemas.V2Key.properties.serviceAccountEmail.type
1 parent c525784 commit 49e5f04

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎discovery/apikeys-v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
}
397397
}
398398
},
399-
"revision": "20240811",
399+
"revision": "20241016",
400400
"rootUrl": "https://apikeys.googleapis.com/",
401401
"schemas": {
402402
"Operation": {
@@ -593,6 +593,10 @@
593593
"$ref": "V2Restrictions",
594594
"description": "Key restrictions."
595595
},
596+
"serviceAccountEmail": {
597+
"description": "Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.",
598+
"type": "string"
599+
},
596600
"uid": {
597601
"description": "Output only. Unique id in UUID4 format.",
598602
"readOnly": true,

‎src/apis/apikeys/v2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ export namespace apikeys_v2 {
268268
* Key restrictions.
269269
*/
270270
restrictions?: Schema$V2Restrictions;
271+
/**
272+
* Optional. The email address of [the service account](https://cloud.google.com/iam/docs/service-accounts) the key is bound to.
273+
*/
274+
serviceAccountEmail?: string | null;
271275
/**
272276
* Output only. Unique id in UUID4 format.
273277
*/

0 commit comments

Comments
 (0)