Skip to content

Commit

Permalink
fix(workspaceevents): update the API
Browse files Browse the repository at this point in the history
#### workspaceevents:v1

The following keys were changed:
- resources.subscriptions.methods.patch.parameters.updateMask.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 30, 2024
1 parent 2c4f5c4 commit dbdb567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/workspaceevents-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"type": "string"
},
"updateMask": {
"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.",
"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.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -424,7 +424,7 @@
}
}
},
"revision": "20240723",
"revision": "20240825",
"rootUrl": "https://workspaceevents.googleapis.com/",
"schemas": {
"ListSubscriptionsResponse": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/workspaceevents/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ export namespace workspaceevents_v1 {
*/
name?: string;
/**
* 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.
* 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.
*/
updateMask?: string;
/**
Expand Down

0 comments on commit dbdb567

Please sign in to comment.