Skip to content

Commit dbdb567

Browse files
yoshi-automationsofisl
authored andcommittedAug 30, 2024
fix(workspaceevents): update the API
#### workspaceevents:v1 The following keys were changed: - resources.subscriptions.methods.patch.parameters.updateMask.description
1 parent 2c4f5c4 commit dbdb567

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎discovery/workspaceevents-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@
353353
"type": "string"
354354
},
355355
"updateMask": {
356-
"description": "Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.",
356+
"description": "Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. * `event_types`: The list of event types to receive about the target resource. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.",
357357
"format": "google-fieldmask",
358358
"location": "query",
359359
"type": "string"
@@ -424,7 +424,7 @@
424424
}
425425
}
426426
},
427-
"revision": "20240723",
427+
"revision": "20240825",
428428
"rootUrl": "https://workspaceevents.googleapis.com/",
429429
"schemas": {
430430
"ListSubscriptionsResponse": {

‎src/apis/workspaceevents/v1.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ export namespace workspaceevents_v1 {
965965
*/
966966
name?: string;
967967
/**
968-
* Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.
968+
* Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription: * `expire_time`: The timestamp when the subscription expires. * `ttl`: The time-to-live (TTL) or duration of the subscription. * `event_types`: The list of event types to receive about the target resource. To fully replace the subscription (the equivalent of `PUT`), use `*`. Any omitted fields are updated with empty values.
969969
*/
970970
updateMask?: string;
971971
/**

0 commit comments

Comments
 (0)
Please sign in to comment.