google-apis-chat_v1 0.55.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chat_v1/classes.rb +11 -9
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +5 -5
- 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: 2e57d0780b6b36684d84bb88d2238fb9644490678fe9e4b4d5c66ec2743fdf05
|
4
|
+
data.tar.gz: 63bb6c8eff6211a826d70d6a3746f0b7348211c1c6d61072ea4a137d08b34362
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 860048ff7c78848afc2dc9d3a8caf303eaecfc315bc11fa0705b3ff224930a8289a2f94a689fbda45874cda1ee5ec23ddbf7dc93200b3cacd4a4cd2c799fa392
|
7
|
+
data.tar.gz: eabc63e8220177c473d98b4de2995eaed5a68d94d1fe06c646b2aea164e94fdcf28e56f159e2cd6953424742cebc4c35d89b12f821dac4d9ab20898af118259b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-chat_v1
|
2
2
|
|
3
|
+
### v0.57.0 (2023-04-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230328
|
6
|
+
|
7
|
+
### v0.56.0 (2023-03-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230302
|
10
|
+
|
3
11
|
### v0.55.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230221
|
@@ -1011,7 +1011,8 @@ module Google
|
|
1011
1011
|
end
|
1012
1012
|
end
|
1013
1013
|
|
1014
|
-
#
|
1014
|
+
# The style options for the border of a card or widget, including the border
|
1015
|
+
# type and color.
|
1015
1016
|
class GoogleAppsCardV1BorderStyle
|
1016
1017
|
include Google::Apis::Core::Hashable
|
1017
1018
|
|
@@ -1605,7 +1606,8 @@ module Google
|
|
1605
1606
|
class GoogleAppsCardV1Grid
|
1606
1607
|
include Google::Apis::Core::Hashable
|
1607
1608
|
|
1608
|
-
#
|
1609
|
+
# The style options for the border of a card or widget, including the border
|
1610
|
+
# type and color.
|
1609
1611
|
# Corresponds to the JSON property `borderStyle`
|
1610
1612
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1BorderStyle]
|
1611
1613
|
attr_accessor :border_style
|
@@ -1786,7 +1788,8 @@ module Google
|
|
1786
1788
|
# @return [String]
|
1787
1789
|
attr_accessor :alt_text
|
1788
1790
|
|
1789
|
-
#
|
1791
|
+
# The style options for the border of a card or widget, including the border
|
1792
|
+
# type and color.
|
1790
1793
|
# Corresponds to the JSON property `borderStyle`
|
1791
1794
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1BorderStyle]
|
1792
1795
|
attr_accessor :border_style
|
@@ -2749,12 +2752,11 @@ module Google
|
|
2749
2752
|
# widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes -
|
2750
2753
|
# Radio buttons - Input widgets. Cards are usually displayed below the text body
|
2751
2754
|
# of a Chat message, but can situationally appear other places, such as [dialogs]
|
2752
|
-
# (https://developers.google.com/chat/how-tos/dialogs).
|
2753
|
-
#
|
2754
|
-
#
|
2755
|
-
#
|
2756
|
-
#
|
2757
|
-
# RADIO_BUTTON, SWITCH, DROPDOWN) - `Grid`
|
2755
|
+
# (https://developers.google.com/chat/how-tos/dialogs). Each card can have a
|
2756
|
+
# maximum size of 32 KB. The `cardId` is a unique identifier among cards in the
|
2757
|
+
# same message and for identifying user input values. Currently supported
|
2758
|
+
# widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `ButtonList` -
|
2759
|
+
# `Divider` - `TextInput` - `SelectionInput` - `Grid`
|
2758
2760
|
# Corresponds to the JSON property `cardsV2`
|
2759
2761
|
# @return [Array<Google::Apis::ChatV1::CardWithId>]
|
2760
2762
|
attr_accessor :cards_v2
|
@@ -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.57.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230328"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -141,7 +141,7 @@ module Google
|
|
141
141
|
# Optional. The maximum number of spaces to return. The service may return fewer
|
142
142
|
# than this value. If unspecified, at most 100 spaces are returned. The maximum
|
143
143
|
# value is 1000; values above 1000 are coerced to 1000. Negative values return
|
144
|
-
# an INVALID_ARGUMENT error.
|
144
|
+
# an `INVALID_ARGUMENT` error.
|
145
145
|
# @param [String] page_token
|
146
146
|
# Optional. A page token, received from a previous list spaces call. Provide
|
147
147
|
# this to retrieve the subsequent page. When paginating, the filter value should
|
@@ -232,10 +232,10 @@ module Google
|
|
232
232
|
# value is 1000; values above 1000 are coerced to 1000. Negative values return
|
233
233
|
# an INVALID_ARGUMENT error.
|
234
234
|
# @param [String] page_token
|
235
|
-
# A page token, received from a previous list memberships
|
236
|
-
# retrieve the subsequent page. When paginating, all other parameters
|
237
|
-
# should match the call that provided the page token. Passing different
|
238
|
-
# to the other parameters may lead to unexpected results.
|
235
|
+
# A page token, received from a previous call to list memberships. Provide this
|
236
|
+
# to retrieve the subsequent page. When paginating, all other parameters
|
237
|
+
# provided should match the call that provided the page token. Passing different
|
238
|
+
# values to the other parameters may lead to unexpected results.
|
239
239
|
# @param [String] fields
|
240
240
|
# Selector specifying which fields to include in a partial response.
|
241
241
|
# @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.
|
4
|
+
version: 0.57.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: 2023-02
|
11
|
+
date: 2023-04-02 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.57.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: []
|