google-apis-chat_v1 0.55.0 → 0.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba009980e7d0bfe553363853bf6bb67228767791cb5c0efce7710c4d18c59235
4
- data.tar.gz: f14148e76bf801a28dff39c20bbf47d2e069c1dd2764a593f50f96923beef0ca
3
+ metadata.gz: ac4f1010b55aaf1e847d513d46aea3b929b74995334d4b4597bcd5c71bf68a52
4
+ data.tar.gz: 9104fabf5179c5dc5d257dc1924d1a3943123f521d87592f6d4a3df9733978ad
5
5
  SHA512:
6
- metadata.gz: 4738c579fc752a6b3213683d88c2f66ba0daef4cf054f53524452dc7b8aa42969d15ea53d688c8373e40cfb7fc78e7fbbcc35888bf8db437f52312868244f1b8
7
- data.tar.gz: df0732b094cd532b6a8f56a76a9c0af5243d7c4914741ca164f031ad1523b7a5de754c269967dd7d50657090f14d6dd92fdeea83597993ba63c3f93234c8e41b
6
+ metadata.gz: 789b086753937e85ed98f7ff103b991484f6f4ae47d64ab3809125fd693a5ca786ef0755e32c3943b3a2258394380e34773af7a0921d519abe2d2f7786a8e4b6
7
+ data.tar.gz: 3e82eea42f6230a7f25e93eeec573d4d9fcfc2b3a9e1d0c7b0a3e8c1de45d2914caf9e7504c1b1f53fbdcc29472cd653f9953633a3f4b3b7b3cf847c8451cede
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.56.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230302
6
+
3
7
  ### v0.55.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230221
@@ -2749,12 +2749,11 @@ module Google
2749
2749
  # widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes -
2750
2750
  # Radio buttons - Input widgets. Cards are usually displayed below the text body
2751
2751
  # of a Chat message, but can situationally appear other places, such as [dialogs]
2752
- # (https://developers.google.com/chat/how-tos/dialogs). `cards_v2` and `cards`
2753
- # can have a maximum size of 32 KB. The `cardId` is a unique identifier among
2754
- # cards in the same message and for identifying user input values. Currently
2755
- # supported widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `
2756
- # ButtonList` - `Divider` - `TextInput` - `SelectionInput` (CHECKBOX,
2757
- # RADIO_BUTTON, SWITCH, DROPDOWN) - `Grid`
2752
+ # (https://developers.google.com/chat/how-tos/dialogs). Each card can have a
2753
+ # maximum size of 32 KB. The `cardId` is a unique identifier among cards in the
2754
+ # same message and for identifying user input values. Currently supported
2755
+ # widgets include: - `TextParagraph` - `DecoratedText` - `Image` - `ButtonList` -
2756
+ # `Divider` - `TextInput` - `SelectionInput` - `Grid`
2758
2757
  # Corresponds to the JSON property `cardsV2`
2759
2758
  # @return [Array<Google::Apis::ChatV1::CardWithId>]
2760
2759
  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.55.0"
19
+ GEM_VERSION = "0.56.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 = "20230221"
25
+ REVISION = "20230302"
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 call. Provide this to
236
- # retrieve the subsequent page. When paginating, all other parameters provided
237
- # should match the call that provided the page token. Passing different values
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.55.0
4
+ version: 0.56.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-26 00:00:00.000000000 Z
11
+ date: 2023-03-12 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.56.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: []