google-apis-chat_v1 0.152.0 → 0.153.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: a3a2804cf8bc228df47a3eb95972b1a435f2ba5cf41827e970b2765de7380b3d
4
- data.tar.gz: 31e1d14982cc8fc2af1b6906319500428cdeecadf87b479d6fafd5cf01837b2f
3
+ metadata.gz: 88360559d1e18497b9058420db18bb318518fdf9352fa103b9076f2f1168ab6f
4
+ data.tar.gz: 6c260dfac4349ba184062ed8a30994a82005e5a37ae49a0bacf06779877b48da
5
5
  SHA512:
6
- metadata.gz: 5b29991469d471f4fe2f3b066e00edcfeeed8a67138a2c9f6dd28bc8493dd371be55b0705e3755cbfc0e0e09e073042898ac0f332154cee9db2b52be95e0db30
7
- data.tar.gz: 989dd4ed8feb5e2edfd04af1acf591a3cc7ae6de518039a2d9a746dd183801d40c518c089e163ad7d3fd334c5944e12723733b944152ab7774483608c152f4c4
6
+ metadata.gz: fa51ce96aad9a3268024921ae37b29e8f3ba57cd9d59371dc33b012ec8d84270275a11ad44ab64ad64634bde91a9df50945eb0d1c911fe1d4b21ea79e9e1fa8d
7
+ data.tar.gz: 190e17801565bada2ec425f4722a155d20fc31255877dde41da6b22c4f8e85927071868c1c2af5267b823041b541a515142f475b1a49508bd1961ec3eb544bf1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.153.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260815
6
+
3
7
  ### v0.152.0 (2026-08-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20260728
@@ -233,15 +233,15 @@ module Google
233
233
  end
234
234
  end
235
235
 
236
- # Output only. Annotations can be associated with the plain-text body of the
237
- # message or with chips that link to Google Workspace resources like Google Docs
238
- # or Sheets with `start_index` and `length` of 0. To add basic formatting to a
239
- # text message, see [Format text messages](https://developers.google.com/
240
- # workspace/chat/format-messages). Example plain-text message body: ``` Hello @
241
- # FooBot how are you!" ``` The corresponding annotations metadata: ``` "
242
- # annotations":[` "type":"USER_MENTION", "startIndex":6, "length":7, "
243
- # userMention": ` "user": ` "name":"users/`user`", "displayName":"FooBot", "
244
- # avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" `, "type":"MENTION" ` `] ```
236
+ # Annotations can be associated with the plain-text body of the message or with
237
+ # chips that link to Google Workspace resources like Google Docs or Sheets with `
238
+ # start_index` and `length` of 0. To add basic formatting to a text message, see
239
+ # [Format text messages](https://developers.google.com/workspace/chat/format-
240
+ # messages). Example plain-text message body: ``` Hello @FooBot how are you!" ```
241
+ # The corresponding annotations metadata: ``` "annotations":[` "type":"
242
+ # USER_MENTION", "startIndex":6, "length":7, "userMention": ` "user": ` "name":"
243
+ # users/`user`", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "
244
+ # type":"BOT" `, "type":"MENTION" ` `] ```
245
245
  class Annotation
246
246
  include Google::Apis::Core::Hashable
247
247
 
@@ -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.152.0"
19
+ GEM_VERSION = "0.153.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 = "20260728"
25
+ REVISION = "20260815"
26
26
  end
27
27
  end
28
28
  end
@@ -874,7 +874,8 @@ module Google
874
874
  # : - `membership_count.joined_direct_human_user_count DESC` - `membership_count.
875
875
  # joined_direct_human_user_count ASC` - `last_active_time DESC` - `
876
876
  # last_active_time ASC` - `create_time DESC` - `create_time ASC` When `
877
- # useAdminAccess` is set to `false`: - `create_time DESC` - `relevance DESC`
877
+ # useAdminAccess` is set to `false`: - `create_time DESC` - `relevance DESC` [
878
+ # Developer Preview](https://developers.google.com/workspace/preview).
878
879
  # @param [Fixnum] page_size
879
880
  # The maximum number of spaces to return. The service may return fewer than this
880
881
  # value. If unspecified, at most 100 spaces are returned. The maximum value is
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.152.0
4
+ version: 0.153.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.152.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.153.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: