google-apis-chat_v1 0.43.0 → 0.44.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: 989eaa767efab59fe23c25aacbe85cf09319504066706c7341f382e92cea5665
4
- data.tar.gz: 48b44c688eca8f1b1a840d9ed487578ca3c5e772dcc10c54a63fc860d15d0a83
3
+ metadata.gz: e614855065d1e9df97ada2efa61389aeab8586b0237a246c57ecf686bcf115fe
4
+ data.tar.gz: 6c8062ad5e137c17d5d2f1be8236e42f198d6ac3b5fec5190dfa72f3093b5da5
5
5
  SHA512:
6
- metadata.gz: '0485879773668188ee865a22a7eb343b8367f957d1d7f529e92f70469a9d98d471dafb2c8e5683bbd9a8cedbd2edfb3ca64b4a3b72caccb93e2c8ce47fb6c75d'
7
- data.tar.gz: b3c38659d122e68dd6aa1cdee5a01edfa1fa14f9e5939200967779a7ab1285316be3965fc6967352b47b3f93c984691be7eb7b6f9a0ad3c3f3f7409df196d29d
6
+ metadata.gz: f8dd9ce2b71565a4cbfdd8eedebbcbf1d50616e5d3940c89d20e0238145a13295dbc2281e692099fc2b9d7992e45089093988c63d62c0d77ce42710e48ed6195
7
+ data.tar.gz: ca407f3e7c18c4d78c5fad5251d167f95529bd13bef9c6e16de42559cc7f0a85ec72ad98fbf9c81438fb8f25492419030efbaf6c0aeafb4066141c96895dc749
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.44.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220904
6
+
3
7
  ### v0.43.0 (2022-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20220826
@@ -922,15 +922,16 @@ module Google
922
922
 
923
923
  # Indicates whether form values persist after the action. The default value is `
924
924
  # false`. If `true`, form values remain after the action is triggered. When
925
- # using [LoadIndicator.NONE](workspace/add-ons/reference/rpc/google.apps.card.v1#
926
- # loadindicator) for actions, `persist_values` = `true`is recommended, as it
927
- # ensures that any changes made by the user after form or on change actions are
928
- # sent to the server are not overwritten by the response. If `false`, the form
929
- # values are cleared when the action is triggered. When `persist_values` is set
930
- # to `false`, it is strongly recommended that the card use [LoadIndicator.
931
- # SPINNER](workspace/add-ons/reference/rpc/google.apps.card.v1#loadindicator)
932
- # for all actions, as this locks the UI to ensure no changes are made by the
933
- # user while the action is being processed. Not supported by Google Chat apps.
925
+ # using [LoadIndicator.NONE](https://developers.google.com/workspace/add-ons/
926
+ # reference/rpc/google.apps.card.v1#loadindicator) for actions, `persist_values`
927
+ # = `true`is recommended, as it ensures that any changes made by the user after
928
+ # form or on change actions are sent to the server are not overwritten by the
929
+ # response. If `false`, the form values are cleared when the action is triggered.
930
+ # When `persist_values` is set to `false`, it is strongly recommended that the
931
+ # card use [LoadIndicator.SPINNER](https://developers.google.com/workspace/add-
932
+ # ons/reference/rpc/google.apps.card.v1#loadindicator) for all actions, as this
933
+ # locks the UI to ensure no changes are made by the user while the action is
934
+ # being processed. Not supported by Google Chat apps.
934
935
  # Corresponds to the JSON property `persistValues`
935
936
  # @return [Boolean]
936
937
  attr_accessor :persist_values
@@ -2078,8 +2079,9 @@ module Google
2078
2079
  end
2079
2080
  end
2080
2081
 
2081
- # A paragraph of text that supports formatting. See [Text formatting](workspace/
2082
- # add-ons/concepts/widgets#text_formatting) for details.
2082
+ # A paragraph of text that supports formatting. See [Text formatting](https://
2083
+ # developers.google.com/workspace/add-ons/concepts/widgets#text_formatting) for
2084
+ # details.
2083
2085
  class GoogleAppsCardV1TextParagraph
2084
2086
  include Google::Apis::Core::Hashable
2085
2087
 
@@ -2152,8 +2154,9 @@ module Google
2152
2154
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1TextInput]
2153
2155
  attr_accessor :text_input
2154
2156
 
2155
- # A paragraph of text that supports formatting. See [Text formatting](workspace/
2156
- # add-ons/concepts/widgets#text_formatting) for details.
2157
+ # A paragraph of text that supports formatting. See [Text formatting](https://
2158
+ # developers.google.com/workspace/add-ons/concepts/widgets#text_formatting) for
2159
+ # details.
2157
2160
  # Corresponds to the JSON property `textParagraph`
2158
2161
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1TextParagraph]
2159
2162
  attr_accessor :text_paragraph
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220826"
25
+ REVISION = "20220904"
26
26
  end
27
27
  end
28
28
  end
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.43.0
4
+ version: 0.44.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: 2022-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.44.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: []