google-apis-workspaceevents_v1 0.25.0 → 0.26.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: 7e7f1a5f264f644a99fd4f5f956fa123a4bb67bccf704bca3987d2cf3ac8acaa
|
|
4
|
+
data.tar.gz: c7c7347b7b26815f331bc29b598b98c8fc8d6c755097fafb52a8dab1ebe59a0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4b4d022c971243f7a1d0bf980c820e34d7413810ecd2ae18bc2896ec776c71c46738b8ee487a4c64ce8647fe09bc7ebe2f4930fddc1bfc2262036c350be5232
|
|
7
|
+
data.tar.gz: 76b91c19005ebea24a69a3e36cbdf3a686df158f7a477ced9286b6cf330cfbe8e62efb99d4745aacabcc563e76b3039f937cd9ab901b497d9b7e21f89f59904d
|
data/CHANGELOG.md
CHANGED
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260721"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -118,14 +118,20 @@ module Google
|
|
|
118
118
|
# Create a Google Workspace subscription](https://developers.google.com/
|
|
119
119
|
# workspace/events/guides/create-subscription). For a subscription on a [Chat
|
|
120
120
|
# target resource](https://developers.google.com/workspace/events/guides/events-
|
|
121
|
-
# chat), you can create a subscription as: - A Chat app
|
|
122
|
-
#
|
|
123
|
-
#
|
|
124
|
-
# administrator approval](https://
|
|
125
|
-
# authenticate-authorize-chat-app). -
|
|
126
|
-
#
|
|
127
|
-
# a
|
|
128
|
-
#
|
|
121
|
+
# chat), you can create a subscription as: - A Chat app subscribing to space
|
|
122
|
+
# events where the app is a member by specifying an authorization scope that
|
|
123
|
+
# begins with `chat.app` and getting one-time administrator approval. To learn
|
|
124
|
+
# more, see [Authorize as a Chat app with administrator approval](https://
|
|
125
|
+
# developers.google.com/workspace/chat/authenticate-authorize-chat-app). - [
|
|
126
|
+
# Developer Preview](https://developers.google.com/workspace/preview): A Chat
|
|
127
|
+
# app subscribing to all events in a Google Workspace organization by specifying
|
|
128
|
+
# an authorization scope that begins with `chat.app.all` and obtaining one-time
|
|
129
|
+
# administrator approval. To learn more, see [Subscribe to all Google Chat
|
|
130
|
+
# events in a Workspace organization ](https://developers.google.com/workspace/
|
|
131
|
+
# events/guides/create-subscription#customer-subscription). - A user by
|
|
132
|
+
# specifying an authorization scope that doesn't include `app` in its name. To
|
|
133
|
+
# learn more, see [Authorize as a Chat user](https://developers.google.com/
|
|
134
|
+
# workspace/chat/authenticate-authorize-chat-user).
|
|
129
135
|
# @param [Google::Apis::WorkspaceeventsV1::Subscription] subscription_object
|
|
130
136
|
# @param [Boolean] validate_only
|
|
131
137
|
# Optional. If set to `true`, validates and previews the request, but doesn't
|
|
@@ -252,8 +258,11 @@ module Google
|
|
|
252
258
|
# message.v1.created" AND target_resource="//chat.googleapis.com/spaces/`space`"
|
|
253
259
|
# ( event_types:"google.workspace.chat.membership.v1.updated" OR event_types:"
|
|
254
260
|
# google.workspace.chat.message.v1.created" ) AND target_resource="//chat.
|
|
255
|
-
# googleapis.com/spaces/`space`" ``` The
|
|
256
|
-
#
|
|
261
|
+
# googleapis.com/spaces/`space`" ``` The following query is available in [
|
|
262
|
+
# Developer Preview](https://developers.google.com/workspace/preview): ```
|
|
263
|
+
# event_types:"google.workspace.chat.message.v1.created" AND target_resource="//
|
|
264
|
+
# admin.googleapis.com/customers/my_customer" ``` The server rejects invalid
|
|
265
|
+
# queries with an `INVALID_ARGUMENT` error.
|
|
257
266
|
# @param [Fixnum] page_size
|
|
258
267
|
# Optional. The maximum number of subscriptions to return. The service might
|
|
259
268
|
# return fewer than this value. If unspecified or set to `0`, up to 50
|
|
@@ -298,13 +307,19 @@ module Google
|
|
|
298
307
|
# developers.google.com/workspace/events/guides/update-subscription). For a
|
|
299
308
|
# subscription on a [Chat target resource](https://developers.google.com/
|
|
300
309
|
# workspace/events/guides/events-chat), you can update a subscription as: - A
|
|
301
|
-
# Chat app
|
|
302
|
-
#
|
|
303
|
-
# Chat app with
|
|
304
|
-
# chat/
|
|
305
|
-
#
|
|
306
|
-
#
|
|
307
|
-
#
|
|
310
|
+
# Chat app subscribing to space events where the app is a member by specifying
|
|
311
|
+
# an authorization scope that begins with `chat.app` and getting one-time
|
|
312
|
+
# administrator approval. To learn more, see [Authorize as a Chat app with
|
|
313
|
+
# administrator approval](https://developers.google.com/workspace/chat/
|
|
314
|
+
# authenticate-authorize-chat-app). - [Developer Preview](https://developers.
|
|
315
|
+
# google.com/workspace/preview): A Chat app subscribing to all events in a
|
|
316
|
+
# Google Workspace organization by specifying an authorization scope that begins
|
|
317
|
+
# with `chat.app.all` and getting one-time administrator approval. To learn more,
|
|
318
|
+
# see [Subscribe to all Google Chat events in a Workspace organization ](https:/
|
|
319
|
+
# /developers.google.com/workspace/events/guides/create-subscription#customer-
|
|
320
|
+
# subscription). - A user by specifying an authorization scope that doesn't
|
|
321
|
+
# include `app` in its name. To learn more, see [Authorize as a Chat user](https:
|
|
322
|
+
# //developers.google.com/workspace/chat/authenticate-authorize-chat-user).
|
|
308
323
|
# @param [String] name
|
|
309
324
|
# Identifier. Resource name of the subscription. Format: `subscriptions/`
|
|
310
325
|
# subscription``
|
|
@@ -359,13 +374,19 @@ module Google
|
|
|
359
374
|
# //developers.google.com/workspace/events/guides/reactivate-subscription). For
|
|
360
375
|
# a subscription on a [Chat target resource](https://developers.google.com/
|
|
361
376
|
# workspace/events/guides/events-chat), you can reactivate a subscription as: -
|
|
362
|
-
# A Chat app
|
|
363
|
-
#
|
|
364
|
-
# a Chat app with
|
|
365
|
-
# workspace/chat/
|
|
366
|
-
#
|
|
367
|
-
#
|
|
368
|
-
#
|
|
377
|
+
# A Chat app subscribing to space events where the app is a member by specifying
|
|
378
|
+
# an authorization scope that begins with `chat.app` and getting one-time
|
|
379
|
+
# administrator approval. To learn more, see [Authorize as a Chat app with
|
|
380
|
+
# administrator approval](https://developers.google.com/workspace/chat/
|
|
381
|
+
# authenticate-authorize-chat-app). - [Developer Preview](https://developers.
|
|
382
|
+
# google.com/workspace/preview): A Chat app subscribing to all events in a
|
|
383
|
+
# Google Workspace organization by specifying an authorization scope that begins
|
|
384
|
+
# with `chat.app.all` and getting one-time administrator approval. To learn more,
|
|
385
|
+
# see [Subscribe to all Google Chat events in a Workspace organization ](https:/
|
|
386
|
+
# /developers.google.com/workspace/events/guides/create-subscription#customer-
|
|
387
|
+
# subscription). - A user by specifying an authorization scope that doesn't
|
|
388
|
+
# include `app` in its name. To learn more, see [Authorize as a Chat user](https:
|
|
389
|
+
# //developers.google.com/workspace/chat/authenticate-authorize-chat-user).
|
|
369
390
|
# @param [String] name
|
|
370
391
|
# Required. Resource name of the subscription. Format: `subscriptions/`
|
|
371
392
|
# subscription``
|
|
@@ -30,6 +30,18 @@ module Google
|
|
|
30
30
|
# This is NOT the gem version.
|
|
31
31
|
VERSION = 'V1'
|
|
32
32
|
|
|
33
|
+
# On their own behalf, apps in Google Chat can see all members in Google Chat spaces and conversations throughout your Workspace organization, even when the Chat app isn't a member
|
|
34
|
+
AUTH_CHAT_APP_ALL_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.app.all.memberships.readonly'
|
|
35
|
+
|
|
36
|
+
# On their own behalf, apps in Google Chat can see all messages and reactions throughout your Workspace organization, even when the Chat app isn't a member of a space or conversation
|
|
37
|
+
AUTH_CHAT_APP_ALL_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.app.all.messages.readonly'
|
|
38
|
+
|
|
39
|
+
# On their own behalf, apps in Google Chat can see metadata about all spaces and conversations in Google Chat throughout your Workspace organization, even when the Chat app isn't a member
|
|
40
|
+
AUTH_CHAT_APP_ALL_SPACES_READONLY = 'https://www.googleapis.com/auth/chat.app.all.spaces.readonly'
|
|
41
|
+
|
|
42
|
+
# On their own behalf, apps in Google Chat can see the last read time for all users in all spaces and conversations throughout your Workspace organization, even when the Chat app isn't a member.
|
|
43
|
+
AUTH_CHAT_APP_ALL_USERS_READSTATE_READONLY = 'https://www.googleapis.com/auth/chat.app.all.users.readstate.readonly'
|
|
44
|
+
|
|
33
45
|
# On their own behalf, apps in Google Chat can see, add, update, and remove members from conversations and spaces
|
|
34
46
|
AUTH_CHAT_APP_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.app.memberships'
|
|
35
47
|
|
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.26.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.26.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:
|