google-apis-workspaceevents_v1 0.10.0 → 0.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8105f242ebc90cdd041ce94163efeb4b15925a98a31dfb790a6eb39e8f1eebf1
|
4
|
+
data.tar.gz: fb3c158d1f4a79a1f16b192135f76f71fd3adadb5197fdaf3010cf824fe2780c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e51793d11bb72db9a1358ea609a1a67815fc52bcca6d45c6ae146ec5f833087830ab50462da6ac1b56c12781b11b81f9bc489b4c6697568f9f203d20e7a45ea
|
7
|
+
data.tar.gz: 12898c8101a4a9895d124704c3174904a7f1d5913d19c4e956abded5cd879073d5061e2ce52e58a515557a1501e783f7c1bdeffef4203a00be9dd68dc7686e24
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-workspaceevents_v1
|
2
2
|
|
3
|
+
### v0.12.0 (2025-04-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250420
|
6
|
+
|
7
|
+
### v0.11.0 (2025-03-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250225
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.10.0 (2024-11-03)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241027
|
@@ -52,12 +52,12 @@ module Google
|
|
52
52
|
class NotificationEndpoint
|
53
53
|
include Google::Apis::Core::Hashable
|
54
54
|
|
55
|
-
# Immutable. The
|
56
|
-
#
|
57
|
-
#
|
58
|
-
# receives events, the events are encoded as
|
59
|
-
#
|
60
|
-
#
|
55
|
+
# Immutable. The Pub/Sub topic that receives events for the subscription. Format:
|
56
|
+
# `projects/`project`/topics/`topic`` You must create the topic in the same
|
57
|
+
# Google Cloud project where you create this subscription. When the topic
|
58
|
+
# receives events, the events are encoded as Pub/Sub messages. For details, see
|
59
|
+
# the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://github.com/
|
60
|
+
# googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
|
61
61
|
# Corresponds to the JSON property `pubsubTopic`
|
62
62
|
# @return [String]
|
63
63
|
attr_accessor :pubsub_topic
|
@@ -222,8 +222,7 @@ module Google
|
|
222
222
|
end
|
223
223
|
end
|
224
224
|
|
225
|
-
#
|
226
|
-
# subscription to receive events about a Google Workspace resource. To learn
|
225
|
+
# A subscription to receive events about a Google Workspace resource. To learn
|
227
226
|
# more about subscriptions, see the [Google Workspace Events API overview](https:
|
228
227
|
# //developers.google.com/workspace/events).
|
229
228
|
class Subscription
|
@@ -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.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250420"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -83,10 +83,9 @@ module Google
|
|
83
83
|
execute_or_queue_command(command, &block)
|
84
84
|
end
|
85
85
|
|
86
|
-
#
|
87
|
-
# a Google Workspace subscription.
|
88
|
-
#
|
89
|
-
# events/guides/create-subscription).
|
86
|
+
# Creates a Google Workspace subscription. To learn how to use this method, see [
|
87
|
+
# Create a Google Workspace subscription](https://developers.google.com/
|
88
|
+
# workspace/events/guides/create-subscription).
|
90
89
|
# @param [Google::Apis::WorkspaceeventsV1::Subscription] subscription_object
|
91
90
|
# @param [Boolean] validate_only
|
92
91
|
# Optional. If set to `true`, validates and previews the request, but doesn't
|
@@ -120,10 +119,9 @@ module Google
|
|
120
119
|
execute_or_queue_command(command, &block)
|
121
120
|
end
|
122
121
|
|
123
|
-
#
|
124
|
-
# a Google Workspace subscription.
|
125
|
-
#
|
126
|
-
# events/guides/delete-subscription).
|
122
|
+
# Deletes a Google Workspace subscription. To learn how to use this method, see [
|
123
|
+
# Delete a Google Workspace subscription](https://developers.google.com/
|
124
|
+
# workspace/events/guides/delete-subscription).
|
127
125
|
# @param [String] name
|
128
126
|
# Required. Resource name of the subscription to delete. Format: `subscriptions/`
|
129
127
|
# subscription``
|
@@ -166,10 +164,9 @@ module Google
|
|
166
164
|
execute_or_queue_command(command, &block)
|
167
165
|
end
|
168
166
|
|
169
|
-
#
|
170
|
-
# details about a Google Workspace subscription
|
171
|
-
#
|
172
|
-
# google.com/workspace/events/guides/get-subscription).
|
167
|
+
# Gets details about a Google Workspace subscription. To learn how to use this
|
168
|
+
# method, see [Get details about a Google Workspace subscription](https://
|
169
|
+
# developers.google.com/workspace/events/guides/get-subscription).
|
173
170
|
# @param [String] name
|
174
171
|
# Required. Resource name of the subscription. Format: `subscriptions/`
|
175
172
|
# subscription``
|
@@ -200,10 +197,9 @@ module Google
|
|
200
197
|
execute_or_queue_command(command, &block)
|
201
198
|
end
|
202
199
|
|
203
|
-
#
|
204
|
-
# Google Workspace subscriptions.
|
205
|
-
#
|
206
|
-
# guides/list-subscriptions).
|
200
|
+
# Lists Google Workspace subscriptions. To learn how to use this method, see [
|
201
|
+
# List Google Workspace subscriptions](https://developers.google.com/workspace/
|
202
|
+
# events/guides/list-subscriptions).
|
207
203
|
# @param [String] filter
|
208
204
|
# Required. A query filter. You can filter subscriptions by event type (`
|
209
205
|
# event_types`) and target resource (`target_resource`). You must specify at
|
@@ -257,10 +253,9 @@ module Google
|
|
257
253
|
execute_or_queue_command(command, &block)
|
258
254
|
end
|
259
255
|
|
260
|
-
#
|
261
|
-
# or
|
262
|
-
#
|
263
|
-
# google.com/workspace/events/guides/update-subscription).
|
256
|
+
# Updates or renews a Google Workspace subscription. To learn how to use this
|
257
|
+
# method, see [Update or renew a Google Workspace subscription](https://
|
258
|
+
# developers.google.com/workspace/events/guides/update-subscription).
|
264
259
|
# @param [String] name
|
265
260
|
# Identifier. Resource name of the subscription. Format: `subscriptions/`
|
266
261
|
# subscription``
|
@@ -307,7 +302,6 @@ module Google
|
|
307
302
|
execute_or_queue_command(command, &block)
|
308
303
|
end
|
309
304
|
|
310
|
-
# [Developer Preview](https://developers.google.com/workspace/preview):
|
311
305
|
# Reactivates a suspended Google Workspace subscription. This method resets your
|
312
306
|
# subscription's `State` field to `ACTIVE`. Before you use this method, you must
|
313
307
|
# fix the error that suspended the subscription. This method will ignore or
|
@@ -39,16 +39,16 @@ module Google
|
|
39
39
|
# View members in Google Chat conversations.
|
40
40
|
AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
|
41
41
|
|
42
|
-
# See, compose, send, update, and delete messages
|
42
|
+
# See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
|
43
43
|
AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
|
44
44
|
|
45
|
-
# See, add, and delete reactions to messages in Google Chat
|
45
|
+
# See, add, and delete reactions as well as their reaction content to messages in Google Chat
|
46
46
|
AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
|
47
47
|
|
48
|
-
# View reactions to messages in Google Chat
|
48
|
+
# View reactions as well as their reaction content to messages in Google Chat
|
49
49
|
AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
|
50
50
|
|
51
|
-
# See messages
|
51
|
+
# See messages as well as their reactions and message content in Google Chat
|
52
52
|
AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
|
53
53
|
|
54
54
|
# Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.12.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Google Workspace Events API V1
|
82
79
|
test_files: []
|