google-apis-chat_v1 0.121.0 → 0.123.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: f7e52ed2381cbb63443971e80480fef60d7642c21cbf00596608376578380d4d
4
- data.tar.gz: dbeb8e43101ad6030f1d6e54ec00660e57331accc5172bafee3df70520d0fc7c
3
+ metadata.gz: 19a3db58a663b9de1172ce66fe76f195d8c3e92cf22863c32da31966adc1d1b2
4
+ data.tar.gz: fc2fe6a2d9ef82adf63a5fa4045184daae5aeebefec8b933d6f6ebf20a2fe2ba
5
5
  SHA512:
6
- metadata.gz: 94ff742c1fdb30e39b55ccb5818a8b8b253838a1efff04f540b80a6cf8b4d56db677e873b8c5a6488ede183c56ab510b86cb9dae558854b687b7098f45347f23
7
- data.tar.gz: 2337ebf8a326e69573f8d4871af1f7838ad15a360fdb831f87691e6bc034bcc4514d93874af2b120c8fb42be4c6d44a8996a11207dffeb8e3960df9db81de0cf
6
+ metadata.gz: 5d453c9674fc07458b6d896b471b42e728c33cab5325d63ab4ee2cad9ed96576066c49f5bc708f3e65f71d8a97d0a4c12c35a61d267fbb06bffa133006da4899
7
+ data.tar.gz: 18cb957bcc19000c2a34be9d64606d536fabd128ac4ef65bd8d1a0b563f02e7a55336dbc9c89397e673d445a1ebc63b6bd68538ac207fd438b074c1cd58f0c28
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.123.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250529
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.122.0 (2025-05-21)
9
+
10
+ * Regenerated from discovery document revision 20250516
11
+
3
12
  ### v0.121.0 (2025-05-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20250508
@@ -3212,16 +3212,6 @@ module Google
3212
3212
  # @return [String]
3213
3213
  attr_accessor :bottom_text
3214
3214
 
3215
- # A [Google Material Icon](https://fonts.google.com/icons), which includes over
3216
- # 2500+ options. For example, to display a [checkbox icon](https://fonts.google.
3217
- # com/icons?selected=Material%20Symbols%20Outlined%3Acheck_box%3AFILL%400%3Bwght%
3218
- # 40400%3BGRAD%400%3Bopsz%4048) with customized weight and grade, write the
3219
- # following: ``` ` "name": "check_box", "fill": true, "weight": 300, "grade": -
3220
- # 25 ` ``` [Google Chat apps](https://developers.google.com/workspace/chat):
3221
- # Corresponds to the JSON property `materialIcon`
3222
- # @return [Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon]
3223
- attr_accessor :material_icon
3224
-
3225
3215
  # Whether the item is selected by default. If the selection input only accepts
3226
3216
  # one value (such as for radio buttons or a dropdown menu), only set this field
3227
3217
  # for one item.
@@ -3254,7 +3244,6 @@ module Google
3254
3244
  # Update properties of this object
3255
3245
  def update!(**args)
3256
3246
  @bottom_text = args[:bottom_text] if args.key?(:bottom_text)
3257
- @material_icon = args[:material_icon] if args.key?(:material_icon)
3258
3247
  @selected = args[:selected] if args.key?(:selected)
3259
3248
  @start_icon_uri = args[:start_icon_uri] if args.key?(:start_icon_uri)
3260
3249
  @text = args[:text] if args.key?(:text)
@@ -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.121.0"
19
+ GEM_VERSION = "0.123.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250508"
25
+ REVISION = "20250529"
26
26
  end
27
27
  end
28
28
  end
@@ -1669,8 +1669,6 @@ module Google
1669
1669
  # @private
1670
1670
  class Representation < Google::Apis::Core::JsonRepresentation
1671
1671
  property :bottom_text, as: 'bottomText'
1672
- property :material_icon, as: 'materialIcon', class: Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon, decorator: Google::Apis::ChatV1::GoogleAppsCardV1MaterialIcon::Representation
1673
-
1674
1672
  property :selected, as: 'selected'
1675
1673
  property :start_icon_uri, as: 'startIconUri'
1676
1674
  property :text, as: 'text'
@@ -380,13 +380,18 @@ module Google
380
380
  # /www.googleapis.com/auth/chat.spaces.create` - `https://www.googleapis.com/
381
381
  # auth/chat.spaces` - `https://www.googleapis.com/auth/chat.import` (import mode
382
382
  # spaces only) When authenticating as an app, the `space.customer` field must be
383
- # set in the request. Space membership upon creation depends on whether the
384
- # space is created in `Import mode`: * **Import mode:** No members are created. *
385
- # **All other modes:** The calling user is added as a member. This is: * The
386
- # app itself when using app authentication. * The human user when using user
387
- # authentication. If you receive the error message `ALREADY_EXISTS` when
388
- # creating a space, try a different `displayName`. An existing space within the
389
- # Google Workspace organization might already use this display name.
383
+ # set in the request. When authenticating as an app, the Chat app is added as a
384
+ # member of the space. However, unlike human authentication, the Chat app is not
385
+ # added as a space manager. By default, the Chat app can be removed from the
386
+ # space by all space members. To allow only space managers to remove the app
387
+ # from a space, set `space.permission_settings.manage_apps` to `managers_allowed`
388
+ # . Space membership upon creation depends on whether the space is created in `
389
+ # Import mode`: * **Import mode:** No members are created. * **All other modes:**
390
+ # The calling user is added as a member. This is: * The app itself when using
391
+ # app authentication. * The human user when using user authentication. If you
392
+ # receive the error message `ALREADY_EXISTS` when creating a space, try a
393
+ # different `displayName`. An existing space within the Google Workspace
394
+ # organization might already use this display name.
390
395
  # @param [Google::Apis::ChatV1::Space] space_object
391
396
  # @param [String] request_id
392
397
  # Optional. A unique identifier for this request. A random UUID is recommended.
@@ -544,7 +549,12 @@ module Google
544
549
  # authentication grants administrator privileges when an administrator account
545
550
  # authenticates, `use_admin_access` is `true`, and one of the following
546
551
  # authorization scopes is used: - `https://www.googleapis.com/auth/chat.admin.
547
- # spaces.readonly` - `https://www.googleapis.com/auth/chat.admin.spaces`
552
+ # spaces.readonly` - `https://www.googleapis.com/auth/chat.admin.spaces` App
553
+ # authentication has the following limitations: - `space.access_settings` is
554
+ # only populated when using the `chat.app.spaces` scope. - `space.
555
+ # predefind_permission_settings` and `space.permission_settings` are only
556
+ # populated when using the `chat.app.spaces` scope, and only for spaces the app
557
+ # created.
548
558
  # @param [String] name
549
559
  # Required. Resource name of the space, in the form `spaces/`space``. Format: `
550
560
  # spaces/`space``
@@ -661,7 +671,10 @@ module Google
661
671
  # spaces only) - User authentication grants administrator privileges when an
662
672
  # administrator account authenticates, `use_admin_access` is `true`, and the
663
673
  # following authorization scopes is used: - `https://www.googleapis.com/auth/
664
- # chat.admin.spaces`
674
+ # chat.admin.spaces` App authentication has the following limitations: - To
675
+ # update either `space.predefined_permission_settings` or `space.
676
+ # permission_settings`, the app must be the space creator. - Updating the `space.
677
+ # access_settings.audience` is not supported for app authentication.
665
678
  # @param [String] name
666
679
  # Identifier. Resource name of the space. Format: `spaces/`space`` Where ``space`
667
680
  # ` represents the system-assigned ID for the space. You can obtain the space ID
@@ -942,12 +955,15 @@ module Google
942
955
  # User authentication grants administrator privileges when an administrator
943
956
  # account authenticates, `use_admin_access` is `true`, and the following
944
957
  # authorization scope is used: - `https://www.googleapis.com/auth/chat.admin.
945
- # memberships` For example usage, see: - [Invite or add a user to a space](https:
946
- # //developers.google.com/workspace/chat/create-members#create-user-membership).
947
- # - [Invite or add a Google Group to a space](https://developers.google.com/
948
- # workspace/chat/create-members#create-group-membership). - [Add the Chat app to
949
- # a space](https://developers.google.com/workspace/chat/create-members#create-
950
- # membership-calling-api).
958
+ # memberships` App authentication is not supported for the following use cases: -
959
+ # Inviting users external to the Workspace organization that owns the space. -
960
+ # Adding a Google Group to a space. - Adding a Chat app to a space. For example
961
+ # usage, see: - [Invite or add a user to a space](https://developers.google.com/
962
+ # workspace/chat/create-members#create-user-membership). - [Invite or add a
963
+ # Google Group to a space](https://developers.google.com/workspace/chat/create-
964
+ # members#create-group-membership). - [Add the Chat app to a space](https://
965
+ # developers.google.com/workspace/chat/create-members#create-membership-calling-
966
+ # api).
951
967
  # @param [String] parent
952
968
  # Required. The resource name of the space for which to create the membership.
953
969
  # Format: spaces/`space`
@@ -1007,10 +1023,12 @@ module Google
1007
1023
  # only) - User authentication grants administrator privileges when an
1008
1024
  # administrator account authenticates, `use_admin_access` is `true`, and the
1009
1025
  # following authorization scope is used: - `https://www.googleapis.com/auth/chat.
1010
- # admin.memberships` To delete memberships for space managers, the requester
1011
- # must be a space manager. If you're using [app authentication](https://
1012
- # developers.google.com/workspace/chat/authenticate-authorize-chat-app) the
1013
- # application must be the space creator.
1026
+ # admin.memberships` App authentication is not supported for the following use
1027
+ # cases: - Removing a Google Group from a space. - Removing a Chat app from a
1028
+ # space. To delete memberships for space managers, the requester must be a space
1029
+ # manager. If you're using [app authentication](https://developers.google.com/
1030
+ # workspace/chat/authenticate-authorize-chat-app) the Chat app must be the space
1031
+ # creator.
1014
1032
  # @param [String] name
1015
1033
  # Required. Resource name of the membership to delete. Chat apps can delete
1016
1034
  # human users' or their own memberships. Chat apps can't delete other apps'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.121.0
4
+ version: 0.123.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-chat_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.121.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.123.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Chat API V1
79
79
  test_files: []