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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chat_v1/classes.rb +9 -9
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88360559d1e18497b9058420db18bb318518fdf9352fa103b9076f2f1168ab6f
|
|
4
|
+
data.tar.gz: 6c260dfac4349ba184062ed8a30994a82005e5a37ae49a0bacf06779877b48da
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa51ce96aad9a3268024921ae37b29e8f3ba57cd9d59371dc33b012ec8d84270275a11ad44ab64ad64634bde91a9df50945eb0d1c911fe1d4b21ea79e9e1fa8d
|
|
7
|
+
data.tar.gz: 190e17801565bada2ec425f4722a155d20fc31255877dde41da6b22c4f8e85927071868c1c2af5267b823041b541a515142f475b1a49508bd1961ec3eb544bf1
|
data/CHANGELOG.md
CHANGED
|
@@ -233,15 +233,15 @@ module Google
|
|
|
233
233
|
end
|
|
234
234
|
end
|
|
235
235
|
|
|
236
|
-
#
|
|
237
|
-
#
|
|
238
|
-
#
|
|
239
|
-
#
|
|
240
|
-
#
|
|
241
|
-
#
|
|
242
|
-
#
|
|
243
|
-
#
|
|
244
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|