Skip to content

Commit 44266a7

Browse files
fix(workspaceevents): update the API
#### workspaceevents:v1 The following keys were changed: - resources.subscriptions.methods.patch.parameters.name.description - schemas.Subscription.properties.name.description
1 parent 6685330 commit 44266a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discovery/workspaceevents-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
],
347347
"parameters": {
348348
"name": {
349-
"description": "Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
349+
"description": "Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
350350
"location": "path",
351351
"pattern": "^subscriptions/[^/]+$",
352352
"required": true,
@@ -424,7 +424,7 @@
424424
}
425425
}
426426
},
427-
"revision": "20240827",
427+
"revision": "20241008",
428428
"rootUrl": "https://workspaceevents.googleapis.com/",
429429
"schemas": {
430430
"ListSubscriptionsResponse": {
@@ -572,7 +572,7 @@
572572
"type": "string"
573573
},
574574
"name": {
575-
"description": "Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
575+
"description": "Identifier. Resource name of the subscription. Format: `subscriptions/{subscription}`",
576576
"type": "string"
577577
},
578578
"notificationEndpoint": {

src/apis/workspaceevents/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export namespace workspaceevents_v1 {
232232
*/
233233
expireTime?: string | null;
234234
/**
235-
* Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
235+
* Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
236236
*/
237237
name?: string | null;
238238
/**
@@ -961,7 +961,7 @@ export namespace workspaceevents_v1 {
961961
export interface Params$Resource$Subscriptions$Patch
962962
extends StandardParameters {
963963
/**
964-
* Optional. Immutable. Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
964+
* Identifier. Resource name of the subscription. Format: `subscriptions/{subscription\}`
965965
*/
966966
name?: string;
967967
/**

0 commit comments

Comments
 (0)