google-apis-chat_v1 0.97.0 → 0.98.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c16200b27efb94e3b650f5491f647d0fd43e057b82faea2f3ef682502926f8f
4
- data.tar.gz: 9b7cca47e2dacb12f8608f4795d1d799d1fdea82249d4fb0a51f090522738d4a
3
+ metadata.gz: 7c7f5381d0fb825bff8741b8e72d07ec79daf695a34ebb61c50f8056026393a4
4
+ data.tar.gz: 74e6bfcf2f7c125f2d9d535783d74b30912e314f5d7255f81a7e97b255b8632e
5
5
  SHA512:
6
- metadata.gz: a200e8b817b75ee93931bae84b98d6e3ea4f93212ef0e5fcbd1882c765278e25d707f026d8656cafd85c8783bd7a24e919bd7d5e231366ded4ef8897879d7567
7
- data.tar.gz: 919e9ecb57de253cc0533052e0be81fba3796bcdeafd76c8b1889b357eb1b9796fb9ebc49dbf6473adb50f0887423d940d8a9ac50df49c5b3aada4a9b3ca89e1
6
+ metadata.gz: 99eb911e2084e0019876e7f052a6c3dc72674cc6aec718666e541ae23335e0a5e2ede70a3df96934c8ec0bbc6fa88c60a0eccc94c522edbc43e641b3f3732b25
7
+ data.tar.gz: 627d69647e22405d8289b241e3d0b8beb0ebbfaf7d6f7194e9fd2bb2439cb6c074096977bcb673b6831710f951398bb511eb27d101b5a012cc7e1b416419319a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.98.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240709
6
+
3
7
  ### v0.97.0 (2024-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240625
@@ -34,10 +34,12 @@ module Google
34
34
 
35
35
  # Optional. The resource name of the [target audience](https://support.google.
36
36
  # com/a/answer/9934697) who can discover the space, join the space, and preview
37
- # the messages in the space. For details, see [Make a space discoverable to a
38
- # target audience](https://developers.google.com/workspace/chat/space-target-
39
- # audience). Format: `audiences/`audience`` To use the default target audience
40
- # for the Google Workspace organization, set to `audiences/default`.
37
+ # the messages in the space. If unset, only users or Google Groups who have been
38
+ # individually invited or added to the space can access it. For details, see [
39
+ # Make a space discoverable to a target audience](https://developers.google.com/
40
+ # workspace/chat/space-target-audience). Format: `audiences/`audience`` To use
41
+ # the default target audience for the Google Workspace organization, set to `
42
+ # audiences/default`.
41
43
  # Corresponds to the JSON property `audience`
42
44
  # @return [String]
43
45
  attr_accessor :audience
@@ -870,12 +872,11 @@ module Google
870
872
  end
871
873
  end
872
874
 
873
- # A Google Chat app interaction event. To learn about interaction events, see [
874
- # Receive and respond to interactions with your Google Chat app](https://
875
- # developers.google.com/workspace/chat/api/guides/message-formats). To learn
876
- # about event types and for example event payloads, see [Types of Google Chat
877
- # app interaction events](https://developers.google.com/workspace/chat/events).
878
- # In addition to receiving events from user interactions, Chat apps can receive
875
+ # A Google Chat app interaction event that represents and contains data about a
876
+ # user's interaction with a Chat app. To configure your Chat app to receive
877
+ # interaction events, see [Receive and respond to user interactions](https://
878
+ # developers.google.com/workspace/chat/receive-respond-interactions). In
879
+ # addition to receiving events from user interactions, Chat apps can receive
879
880
  # events about changes to spaces, such as when a new member is added to a space.
880
881
  # To learn about space events, see [Work with events from Google Chat](https://
881
882
  # developers.google.com/workspace/chat/events-overview).
@@ -952,8 +953,8 @@ module Google
952
953
  # @return [String]
953
954
  attr_accessor :token
954
955
 
955
- # The type of interaction event. For details, see [Types of Google Chat app
956
- # interaction events](https://developers.google.com/workspace/chat/events).
956
+ # The [type](/workspace/chat/api/reference/rest/v1/EventType) of user
957
+ # interaction with the Chat app, such as `MESSAGE` or `ADDED_TO_SPACE`.
957
958
  # Corresponds to the JSON property `type`
958
959
  # @return [String]
959
960
  attr_accessor :type
@@ -4591,13 +4592,8 @@ module Google
4591
4592
  # when creating a space in a Google Workspace organization. Omit this field when
4592
4593
  # creating spaces in the following conditions: * The authenticated user uses a
4593
4594
  # consumer account (unmanaged user account). By default, a space created by a
4594
- # consumer account permits any Google Chat user. * The space is used to [import
4595
- # data to Google Chat] (https://developers.google.com/chat/api/guides/import-
4596
- # data-overview) because import mode spaces must only permit members from the
4597
- # same Google Workspace organization. However, as part of the [Google Workspace
4598
- # Developer Preview Program](https://developers.google.com/workspace/preview),
4599
- # import mode spaces can permit any Google Chat user so this field can then be
4600
- # set for import mode spaces. For existing spaces, this field is output only.
4595
+ # consumer account permits any Google Chat user. For existing spaces, this field
4596
+ # is output only.
4601
4597
  # Corresponds to the JSON property `externalUserAllowed`
4602
4598
  # @return [Boolean]
4603
4599
  attr_accessor :external_user_allowed
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChatV1
18
18
  # Version of the google-apis-chat_v1 gem
19
- GEM_VERSION = "0.97.0"
19
+ GEM_VERSION = "0.98.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240625"
25
+ REVISION = "20240709"
26
26
  end
27
27
  end
28
28
  end
@@ -409,40 +409,43 @@ module Google
409
409
  # Resource name of the space. Format: `spaces/`space``
410
410
  # @param [Google::Apis::ChatV1::Space] space_object
411
411
  # @param [String] update_mask
412
- # Required. The updated field paths, comma separated if there are multiple.
413
- # Currently supported field paths: - `display_name` (Only supports changing the
414
- # display name of a space with the `SPACE` type, or when also including the `
415
- # space_type` mask to change a `GROUP_CHAT` space type to `SPACE`. Trying to
416
- # update the display name of a `GROUP_CHAT` or a `DIRECT_MESSAGE` space results
417
- # in an invalid argument error. If you receive the error message `ALREADY_EXISTS`
418
- # when updating the `displayName`, try a different `displayName`. An existing
419
- # space within the Google Workspace organization might already use this display
420
- # name.) - `space_type` (Only supports changing a `GROUP_CHAT` space type to `
421
- # SPACE`. Include `display_name` together with `space_type` in the update mask
422
- # and ensure that the specified space has a non-empty display name and the `
423
- # SPACE` space type. Including the `space_type` mask and the `SPACE` type in the
424
- # specified space when updating the display name is optional if the existing
425
- # space already has the `SPACE` type. Trying to update the space type in other
426
- # ways results in an invalid argument error). `space_type` is not supported with
427
- # admin access. - `space_details` - `space_history_state` (Supports [turning
428
- # history on or off for the space](https://support.google.com/chat/answer/
429
- # 7664687) if [the organization allows users to change their history setting](
430
- # https://support.google.com/a/answer/7664184). Warning: mutually exclusive with
431
- # all other field paths.) `space_history_state` is not supported with admin
432
- # access. - `access_settings.audience` (Supports changing the [access setting](
433
- # https://support.google.com/chat/answer/11971020) of who can discover the space,
434
- # join the space, and preview the messages in space. If no audience is
435
- # specified in the access setting, the space's access setting is updated to
436
- # private. Warning: mutually exclusive with all other field paths.) `
437
- # access_settings.audience` is not supported with admin access. - Developer
438
- # Preview: Supports changing the [permission settings](https://support.google.
439
- # com/chat/answer/13340792) of a space, supported field paths include: `
440
- # permission_settings.manage_members_and_groups`, `permission_settings.
441
- # modify_space_details`, `permission_settings.toggle_history`, `
442
- # permission_settings.use_at_mention_all`, `permission_settings.manage_apps`, `
443
- # permission_settings.manage_webhooks`, `permission_settings.reply_messages` (
444
- # Warning: mutually exclusive with all other non-permission settings field paths)
445
- # . `permission_settings` is not supported with admin access.
412
+ # Required. The updated field paths, comma separated if there are multiple. You
413
+ # can update the following fields for a space: - `space_details` - `display_name`
414
+ # : Only supports updating the display name for spaces where `spaceType` field
415
+ # is `SPACE`. If you receive the error message `ALREADY_EXISTS`, try a different
416
+ # value. An existing space within the Google Workspace organization might
417
+ # already use this display name. - `space_type`: Only supports changing a `
418
+ # GROUP_CHAT` space type to `SPACE`. Include `display_name` together with `
419
+ # space_type` in the update mask and ensure that the specified space has a non-
420
+ # empty display name and the `SPACE` space type. Including the `space_type` mask
421
+ # and the `SPACE` type in the specified space when updating the display name is
422
+ # optional if the existing space already has the `SPACE` type. Trying to update
423
+ # the space type in other ways results in an invalid argument error. `space_type`
424
+ # is not supported with admin access. - `space_history_state`: Updates [space
425
+ # history settings](https://support.google.com/chat/answer/7664687) by turning
426
+ # history on or off for the space. Only supported if history settings are
427
+ # enabled for the Google Workspace organization. To update the space history
428
+ # state, you must omit all other field masks in your request. `
429
+ # space_history_state` is not supported with admin access. - `access_settings.
430
+ # audience`: Updates the [access setting](https://support.google.com/chat/answer/
431
+ # 11971020) of who can discover the space, join the space, and preview the
432
+ # messages in named space where `spaceType` field is `SPACE`. If the existing
433
+ # space has a target audience, you can remove the audience and restrict space
434
+ # access by omitting a value for this field mask. To update access settings for
435
+ # a space, the authenticating user must be a space manager and omit all other
436
+ # field masks in your request. You can't update this field if the space is in [
437
+ # import mode](https://developers.google.com/workspace/chat/import-data-overview)
438
+ # . To learn more, see [Make a space discoverable to specific users](https://
439
+ # developers.google.com/workspace/chat/space-target-audience). `access_settings.
440
+ # audience` is not supported with admin access. - Developer Preview: Supports
441
+ # changing the [permission settings](https://support.google.com/chat/answer/
442
+ # 13340792) of a space, supported field paths include: `permission_settings.
443
+ # manage_members_and_groups`, `permission_settings.modify_space_details`, `
444
+ # permission_settings.toggle_history`, `permission_settings.use_at_mention_all`,
445
+ # `permission_settings.manage_apps`, `permission_settings.manage_webhooks`, `
446
+ # permission_settings.reply_messages` (Warning: mutually exclusive with all
447
+ # other non-permission settings field paths). `permission_settings` is not
448
+ # supported with admin access.
446
449
  # @param [String] fields
447
450
  # Selector specifying which fields to include in a partial response.
448
451
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.97.0
4
+ version: 0.98.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-07 00:00:00.000000000 Z
11
+ date: 2024-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.97.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.98.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
63
63
  post_install_message:
64
64
  rdoc_options: []