google-apis-chat_v1 0.14.0 → 0.15.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 +16 -13
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06d451f2679ee7377987db11152a045d11900c7fbf41b44ee04c243feebff5a8
|
4
|
+
data.tar.gz: 9dbc703b11cc6caa7bdfbc61bd3801df8b0d635dc58cc32b3b74e8c9a7b20e1b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 606256351c57f21c7872b62ec19a5359e4ddb1afb891f1489ee12e0e563583d018a0e01b709c6ac4b1a7fdb4c0964d53394e91b93f45320d2e9c17af538cab35
|
7
|
+
data.tar.gz: 56b89ec1e9d0a5ca391d9ff2d3b95c5b0d7ad0a7581762763ce938d8731920f6349c48d34421fd1af1546da5f5d7307abf1bba1748f6a183e4a78fa393a192cd
|
data/CHANGELOG.md
CHANGED
@@ -163,7 +163,7 @@ module Google
|
|
163
163
|
end
|
164
164
|
end
|
165
165
|
|
166
|
-
# An attachment in
|
166
|
+
# An attachment in Google Chat.
|
167
167
|
class Attachment
|
168
168
|
include Google::Apis::Core::Hashable
|
169
169
|
|
@@ -616,12 +616,13 @@ module Google
|
|
616
616
|
attr_accessor :is_dialog_event
|
617
617
|
alias_method :is_dialog_event?, :is_dialog_event
|
618
618
|
|
619
|
-
# A message in
|
619
|
+
# A message in Google Chat.
|
620
620
|
# Corresponds to the JSON property `message`
|
621
621
|
# @return [Google::Apis::ChatV1::Message]
|
622
622
|
attr_accessor :message
|
623
623
|
|
624
|
-
# A
|
624
|
+
# A space in Google Chat. Spaces are conversations between two or more users or
|
625
|
+
# 1:1 messages between a user and a Chat bot.
|
625
626
|
# Corresponds to the JSON property `space`
|
626
627
|
# @return [Google::Apis::ChatV1::Space]
|
627
628
|
attr_accessor :space
|
@@ -2328,7 +2329,7 @@ module Google
|
|
2328
2329
|
end
|
2329
2330
|
end
|
2330
2331
|
|
2331
|
-
# Represents a membership relation in
|
2332
|
+
# Represents a membership relation in Google Chat.
|
2332
2333
|
class Membership
|
2333
2334
|
include Google::Apis::Core::Hashable
|
2334
2335
|
|
@@ -2366,7 +2367,7 @@ module Google
|
|
2366
2367
|
end
|
2367
2368
|
end
|
2368
2369
|
|
2369
|
-
# A message in
|
2370
|
+
# A message in Google Chat.
|
2370
2371
|
class Message
|
2371
2372
|
include Google::Apis::Core::Hashable
|
2372
2373
|
|
@@ -2397,7 +2398,7 @@ module Google
|
|
2397
2398
|
# @return [Array<Google::Apis::ChatV1::Card>]
|
2398
2399
|
attr_accessor :cards
|
2399
2400
|
|
2400
|
-
# Output only. The time at which the message was created in
|
2401
|
+
# Output only. The time at which the message was created in Google Chat server.
|
2401
2402
|
# Corresponds to the JSON property `createTime`
|
2402
2403
|
# @return [String]
|
2403
2404
|
attr_accessor :create_time
|
@@ -2408,7 +2409,7 @@ module Google
|
|
2408
2409
|
# @return [String]
|
2409
2410
|
attr_accessor :fallback_text
|
2410
2411
|
|
2411
|
-
# Output only. The time at which the message was last updated in
|
2412
|
+
# Output only. The time at which the message was last updated in Google Chat
|
2412
2413
|
# server. If the message was never updated, this field will be same as
|
2413
2414
|
# create_time.
|
2414
2415
|
# Corresponds to the JSON property `lastUpdateTime`
|
@@ -2437,7 +2438,8 @@ module Google
|
|
2437
2438
|
# @return [Google::Apis::ChatV1::SlashCommand]
|
2438
2439
|
attr_accessor :slash_command
|
2439
2440
|
|
2440
|
-
# A
|
2441
|
+
# A space in Google Chat. Spaces are conversations between two or more users or
|
2442
|
+
# 1:1 messages between a user and a Chat bot.
|
2441
2443
|
# Corresponds to the JSON property `space`
|
2442
2444
|
# @return [Google::Apis::ChatV1::Space]
|
2443
2445
|
attr_accessor :space
|
@@ -2447,7 +2449,7 @@ module Google
|
|
2447
2449
|
# @return [String]
|
2448
2450
|
attr_accessor :text
|
2449
2451
|
|
2450
|
-
# A thread in
|
2452
|
+
# A thread in Google Chat.
|
2451
2453
|
# Corresponds to the JSON property `thread`
|
2452
2454
|
# @return [Google::Apis::ChatV1::Thread]
|
2453
2455
|
attr_accessor :thread
|
@@ -2611,12 +2613,13 @@ module Google
|
|
2611
2613
|
end
|
2612
2614
|
end
|
2613
2615
|
|
2614
|
-
# A
|
2616
|
+
# A space in Google Chat. Spaces are conversations between two or more users or
|
2617
|
+
# 1:1 messages between a user and a Chat bot.
|
2615
2618
|
class Space
|
2616
2619
|
include Google::Apis::Core::Hashable
|
2617
2620
|
|
2618
|
-
# Output only. The display name (only if the space is
|
2619
|
-
# this field might not be populated in direct messages between humans.
|
2621
|
+
# Output only. The display name (only if the space is of type `ROOM`). Please
|
2622
|
+
# note that this field might not be populated in direct messages between humans.
|
2620
2623
|
# Corresponds to the JSON property `displayName`
|
2621
2624
|
# @return [String]
|
2622
2625
|
attr_accessor :display_name
|
@@ -2724,7 +2727,7 @@ module Google
|
|
2724
2727
|
end
|
2725
2728
|
end
|
2726
2729
|
|
2727
|
-
# A thread in
|
2730
|
+
# A thread in Google Chat.
|
2728
2731
|
class Thread
|
2729
2732
|
include Google::Apis::Core::Hashable
|
2730
2733
|
|
@@ -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.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210911"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -62,7 +62,7 @@ module Google
|
|
62
62
|
# messages into a single thread. If this is the first message with a given
|
63
63
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
64
64
|
# thread identifier will be posted into the same thread. This relieves bots and
|
65
|
-
# webhooks from having to store the
|
65
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
66
66
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
67
67
|
# corresponding to an existing thread, is set in message.
|
68
68
|
# @param [String] fields
|
@@ -106,7 +106,7 @@ module Google
|
|
106
106
|
# messages into a single thread. If this is the first message with a given
|
107
107
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
108
108
|
# thread identifier will be posted into the same thread. This relieves bots and
|
109
|
-
# webhooks from having to store the
|
109
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
110
110
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
111
111
|
# corresponding to an existing thread, is set in message.
|
112
112
|
# @param [String] fields
|
@@ -150,7 +150,7 @@ module Google
|
|
150
150
|
# messages into a single thread. If this is the first message with a given
|
151
151
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
152
152
|
# thread identifier will be posted into the same thread. This relieves bots and
|
153
|
-
# webhooks from having to store the
|
153
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
154
154
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
155
155
|
# corresponding to an existing thread, is set in message.
|
156
156
|
# @param [String] fields
|
@@ -232,7 +232,7 @@ module Google
|
|
232
232
|
# messages into a single thread. If this is the first message with a given
|
233
233
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
234
234
|
# thread identifier will be posted into the same thread. This relieves bots and
|
235
|
-
# webhooks from having to store the
|
235
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
236
236
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
237
237
|
# corresponding to an existing thread, is set in message.
|
238
238
|
# @param [String] fields
|
@@ -276,7 +276,7 @@ module Google
|
|
276
276
|
# messages into a single thread. If this is the first message with a given
|
277
277
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
278
278
|
# thread identifier will be posted into the same thread. This relieves bots and
|
279
|
-
# webhooks from having to store the
|
279
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
280
280
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
281
281
|
# corresponding to an existing thread, is set in message.
|
282
282
|
# @param [String] fields
|
@@ -320,7 +320,7 @@ module Google
|
|
320
320
|
# messages into a single thread. If this is the first message with a given
|
321
321
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
322
322
|
# thread identifier will be posted into the same thread. This relieves bots and
|
323
|
-
# webhooks from having to store the
|
323
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
324
324
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
325
325
|
# corresponding to an existing thread, is set in message.
|
326
326
|
# @param [String] fields
|
@@ -429,7 +429,7 @@ module Google
|
|
429
429
|
# messages into a single thread. If this is the first message with a given
|
430
430
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
431
431
|
# thread identifier will be posted into the same thread. This relieves bots and
|
432
|
-
# webhooks from having to store the
|
432
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
433
433
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
434
434
|
# corresponding to an existing thread, is set in message.
|
435
435
|
# @param [String] fields
|
@@ -541,7 +541,7 @@ module Google
|
|
541
541
|
# messages into a single thread. If this is the first message with a given
|
542
542
|
# thread identifier, a new thread is created. Subsequent messages with the same
|
543
543
|
# thread identifier will be posted into the same thread. This relieves bots and
|
544
|
-
# webhooks from having to store the
|
544
|
+
# webhooks from having to store the Google Chat thread ID of a thread (created
|
545
545
|
# earlier by them) to post further updates to it. Has no effect if thread field,
|
546
546
|
# corresponding to an existing thread, is set in message.
|
547
547
|
# @param [String] fields
|
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.
|
4
|
+
version: 0.15.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: 2021-09-
|
11
|
+
date: 2021-09-20 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/master/generated/google-apis-chat_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|