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: 4a3628968f746d4e0e594d80f57273b11e4909f4f11680495f70cda98e374850
4
- data.tar.gz: 3756a42534e50e04d98605c72ea214166f7545a35a072c3f47b93f879844ce7f
3
+ metadata.gz: 8105f242ebc90cdd041ce94163efeb4b15925a98a31dfb790a6eb39e8f1eebf1
4
+ data.tar.gz: fb3c158d1f4a79a1f16b192135f76f71fd3adadb5197fdaf3010cf824fe2780c
5
5
  SHA512:
6
- metadata.gz: ef0138c4c6407b5fe5aca398de17b01f7bb8fb08a98bdba28a9a504755990317fb35d7b27eb937d22a33a370b92e994dae3a1daea264f82d2aa5d94623eed008
7
- data.tar.gz: 1310cf4f14a4ad0cbca5d80b697971035be0f6c7d10b52ce2a5ba8167b04f89ceca685a6e91184afd92a4f8c81b88da6e551a46183f8830d0e48da09842b0bfa
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 Cloud Pub/Sub topic that receives events for the subscription.
56
- # Format: `projects/`project`/topics/`topic`` You must create the topic in the
57
- # same Google Cloud project where you create this subscription. When the topic
58
- # receives events, the events are encoded as Cloud Pub/Sub messages. For details,
59
- # see the [Google Cloud Pub/Sub Protocol Binding for CloudEvents](https://
60
- # github.com/googleapis/google-cloudevents/blob/main/docs/spec/pubsub.md).
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
- # [Developer Preview](https://developers.google.com/workspace/preview). A
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.10.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.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241027"
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
- # [Developer Preview](https://developers.google.com/workspace/preview): Creates
87
- # a Google Workspace subscription. To learn how to use this method, see [Create
88
- # a Google Workspace subscription](https://developers.google.com/workspace/
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
- # [Developer Preview](https://developers.google.com/workspace/preview): Deletes
124
- # a Google Workspace subscription. To learn how to use this method, see [Delete
125
- # a Google Workspace subscription](https://developers.google.com/workspace/
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
- # [Developer Preview](https://developers.google.com/workspace/preview): Gets
170
- # details about a Google Workspace subscription. To learn how to use this method,
171
- # see [Get details about a Google Workspace subscription](https://developers.
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
- # [Developer Preview](https://developers.google.com/workspace/preview): Lists
204
- # Google Workspace subscriptions. To learn how to use this method, see [List
205
- # Google Workspace subscriptions](https://developers.google.com/workspace/events/
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
- # [Developer Preview](https://developers.google.com/workspace/preview): Updates
261
- # or renews a Google Workspace subscription. To learn how to use this method,
262
- # see [Update or renew a Google Workspace subscription](https://developers.
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 and their associated attachments, and add, see, and delete reactions to 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 and their associated reactions and attachments in Google Chat
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.10.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: 2024-11-03 00:00:00.000000000 Z
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.10.0
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.21
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: []