google-apis-workspaceevents_v1 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6379d2d70c0981f04c121787db47fa07b4894f2918abde102b5a6465dfe68ee4
4
- data.tar.gz: 47f7d46bb593a290326c3a4de23c6eee0dea23cb6cdfd1bdfdf533474db0f690
3
+ metadata.gz: 37055f3cc563f8270868660db90f28548aee37ffb495960e55cc143394d60a9f
4
+ data.tar.gz: 0e8462fd744b32cd6d28598e97488e98df04f90242e8a9c1350f87e990393528
5
5
  SHA512:
6
- metadata.gz: 9652b10b3837021c61d4b867903dc9dd707ce8052ac3c366c576fc58ff5948e51c37e0c85beb6b036224aec74077c239b7e424aa07080ab5b87ea4d297994c45
7
- data.tar.gz: 3a50c7df3189b5c9ae5b1cd44fab76857099c003a6852492c88fc2ca1a7596a4ec51b79dd7f0a0240c94dd6c71095b33beff6640932f9a093258707d2e6f3b55
6
+ metadata.gz: 233ce8fa17fc9a3517b53eb0a43068902290142525cfa9c429089d8af9ce6b892e1f1bd43cf205d7933cc34e3e9d7d9bbc492cec605b2d50eed6d835a7d171d6
7
+ data.tar.gz: b38d4341a193fc0d9308e3912febbebd39edefb69a2080db9463e63c91f4a0acbe5c3c29604b3ffdd316a61eecda0ab4dadccf7ad92def00ac21dc339bec5c25
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-workspaceevents_v1
2
2
 
3
+ ### v0.16.0 (2025-07-13)
4
+
5
+ * Regenerated from discovery document revision 20250708
6
+
3
7
  ### v0.15.0 (2025-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20250629
@@ -54,15 +54,15 @@ module Google
54
54
 
55
55
  # Immutable. The Pub/Sub topic that receives events for the subscription. Format:
56
56
  # `projects/`project`/topics/`topic`` You must create the topic in the same
57
- # Google Cloud project where you create this subscription. Note: The Workspace
58
- # Events API uses [ordering keys](https://cloud.google.com/pubsub/docs/ordering)
59
- # for the benefit of sequential events. If the Cloud Pub/Sub topic has a [
60
- # message storage policy](https://cloud.google.com/pubsub/docs/resource-location-
61
- # restriction#exceptions) configured to exclude the nearest Google Cloud region,
62
- # publishing events with ordering keys will fail. When the topic receives events,
63
- # the events are encoded as Pub/Sub messages. For details, see the [Google
64
- # Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/googleapis/
65
- # google-cloudevents/blob/main/docs/spec/pubsub.md).
57
+ # Google Cloud project where you create this subscription. Note: The Google
58
+ # Workspace Events API uses [ordering keys](https://cloud.google.com/pubsub/docs/
59
+ # ordering) for the benefit of sequential events. If the Cloud Pub/Sub topic has
60
+ # a [message storage policy](https://cloud.google.com/pubsub/docs/resource-
61
+ # location-restriction#exceptions) configured to exclude the nearest Google
62
+ # Cloud region, publishing events with ordering keys will fail. When the topic
63
+ # receives events, the events are encoded as Pub/Sub messages. For details, see
64
+ # the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/
65
+ # googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
66
66
  # Corresponds to the JSON property `pubsubTopic`
67
67
  # @return [String]
68
68
  attr_accessor :pubsub_topic
@@ -140,7 +140,7 @@ module Google
140
140
  end
141
141
 
142
142
  # Options about what data to include in the event payload. Only supported for
143
- # Google Chat events.
143
+ # Google Chat and Google Drive events.
144
144
  class PayloadOptions
145
145
  include Google::Apis::Core::Hashable
146
146
 
@@ -285,7 +285,7 @@ module Google
285
285
  attr_accessor :notification_endpoint
286
286
 
287
287
  # Options about what data to include in the event payload. Only supported for
288
- # Google Chat events.
288
+ # Google Chat and Google Drive events.
289
289
  # Corresponds to the JSON property `payloadOptions`
290
290
  # @return [Google::Apis::WorkspaceeventsV1::PayloadOptions]
291
291
  attr_accessor :payload_options
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WorkspaceeventsV1
18
18
  # Version of the google-apis-workspaceevents_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250629"
25
+ REVISION = "20250708"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-workspaceevents_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.15.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.16.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1
62
62
  rdoc_options: []
63
63
  require_paths: