Skip to content

Commit b8ec722

Browse files
feat: Automated regeneration of workspaceevents v1 client (#18711)
Auto-created at 2024-04-07 09:54:31 +0000 using the toys pull request generator.
1 parent d7bef4c commit b8ec722

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

generated/google-apis-workspaceevents_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-workspaceevents_v1
22

3+
### v0.4.0 (2024-04-07)
4+
5+
* Regenerated from discovery document revision 20240402
6+
37
### v0.3.0 (2024-03-10)
48

59
* Regenerated from discovery document revision 20240305

generated/google-apis-workspaceevents_v1/lib/google/apis/workspaceevents_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module WorkspaceeventsV1
1818
# Version of the google-apis-workspaceevents_v1 gem
19-
GEM_VERSION = "0.3.0"
19+
GEM_VERSION = "0.4.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.14.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240305"
25+
REVISION = "20240402"
2626
end
2727
end
2828
end

generated/google-apis-workspaceevents_v1/lib/google/apis/workspaceevents_v1/service.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,12 @@ def list_subscriptions(filter: nil, page_size: nil, page_token: nil, fields: nil
266266
# subscriptions/`subscription``
267267
# @param [Google::Apis::WorkspaceeventsV1::Subscription] subscription_object
268268
# @param [String] update_mask
269-
# Optional. Required. The field to update. You can update one of the following
270-
# fields in a subscription: * `expire_time`: The timestamp when the subscription
271-
# expires. * `ttl`: The time-to-live (TTL) or duration of the subscription.
269+
# Optional. The field to update. If omitted, updates any fields included in the
270+
# request. You can update one of the following fields in a subscription: * `
271+
# expire_time`: The timestamp when the subscription expires. * `ttl`: The time-
272+
# to-live (TTL) or duration of the subscription. To fully replace the
273+
# subscription (the equivalent of `PUT`), use `*`. Any omitted fields are
274+
# updated with empty values.
272275
# @param [Boolean] validate_only
273276
# Optional. If set to `true`, validates and previews the request, but doesn't
274277
# update the subscription.

0 commit comments

Comments
 (0)