Skip to content

Commit 33f21fa

Browse files
fix(eventarc): update the API
#### eventarc:v1 The following keys were changed: - schemas.Channel.properties.cryptoKeyName.description
1 parent a7386fe commit 33f21fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/eventarc-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,7 @@
24662466
}
24672467
}
24682468
},
2469-
"revision": "20250624",
2469+
"revision": "20250801",
24702470
"rootUrl": "https://eventarc.googleapis.com/",
24712471
"schemas": {
24722472
"AuditConfig": {
@@ -2555,7 +2555,7 @@
25552555
"type": "string"
25562556
},
25572557
"cryptoKeyName": {
2558-
"description": "Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.",
2558+
"description": "Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/*/locations/*/keyRings/*/cryptoKeys/*`.",
25592559
"type": "string"
25602560
},
25612561
"labels": {

src/apis/eventarc/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export namespace eventarc_v1 {
180180
*/
181181
createTime?: string | null;
182182
/**
183-
* Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/x/locations/x/keyRings/x/cryptoKeys/x`.
183+
* Optional. Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt their event data. It must match the pattern `projects/x/locations/x/keyRings/x/cryptoKeys/x`.
184184
*/
185185
cryptoKeyName?: string | null;
186186
/**

0 commit comments

Comments
 (0)