google-apis-workspaceevents_v1 0.11.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
@@ -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
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
|
metadata
CHANGED
@@ -1,13 +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
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-27 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.12.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:
|