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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/workspaceevents_v1/classes.rb +11 -11
- data/lib/google/apis/workspaceevents_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37055f3cc563f8270868660db90f28548aee37ffb495960e55cc143394d60a9f
|
4
|
+
data.tar.gz: 0e8462fd744b32cd6d28598e97488e98df04f90242e8a9c1350f87e990393528
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 233ce8fa17fc9a3517b53eb0a43068902290142525cfa9c429089d8af9ce6b892e1f1bd43cf205d7933cc34e3e9d7d9bbc492cec605b2d50eed6d835a7d171d6
|
7
|
+
data.tar.gz: b38d4341a193fc0d9308e3912febbebd39edefb69a2080db9463e63c91f4a0acbe5c3c29604b3ffdd316a61eecda0ab4dadccf7ad92def00ac21dc339bec5c25
|
data/CHANGELOG.md
CHANGED
@@ -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
|
58
|
-
# Events API uses [ordering keys](https://cloud.google.com/pubsub/docs/
|
59
|
-
# for the benefit of sequential events. If the Cloud Pub/Sub topic has
|
60
|
-
# message storage policy](https://cloud.google.com/pubsub/docs/resource-
|
61
|
-
# restriction#exceptions) configured to exclude the nearest Google
|
62
|
-
# publishing events with ordering keys will fail. When the topic
|
63
|
-
# the events are encoded as Pub/Sub messages. For details, see
|
64
|
-
# Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/
|
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.
|
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 = "
|
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.
|
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.
|
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:
|