google-apis-chat_v1 0.43.0 → 0.45.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: '08409004b9da104440f2e1c69c390d82b0f34d56422dbe101e0f01e1bda47266'
4
+ data.tar.gz: 57ca9bb0cb9426c6b9a0c7f2c8be51f072245ed45a4f9008228c07b93f2000c2
5
5
  SHA512:
6
- metadata.gz: '0485879773668188ee865a22a7eb343b8367f957d1d7f529e92f70469a9d98d471dafb2c8e5683bbd9a8cedbd2edfb3ca64b4a3b72caccb93e2c8ce47fb6c75d'
7
- data.tar.gz: b3c38659d122e68dd6aa1cdee5a01edfa1fa14f9e5939200967779a7ab1285316be3965fc6967352b47b3f93c984691be7eb7b6f9a0ad3c3f3f7409df196d29d
6
+ metadata.gz: 5ef031af14a76cd4409f28952fd5b94eb9ba1c7d6efdc6171914c67134306054b78ed8270baacbf17d015121250ecfae5de898f4f0d542ffa667f3f416bc3281
7
+ data.tar.gz: 0a65fd2c7161d0b789ddbd5c62520e97ac62bc3f96c59452bc5735e6a53c5a59d32541232c10abb8db48b8cd15bbfb0cba04ead647e3829e3fadb1d4b5558ee2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.45.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220914
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.44.0 (2022-09-10)
9
+
10
+ * Regenerated from discovery document revision 20220904
11
+
3
12
  ### v0.43.0 (2022-08-31)
4
13
 
5
14
  * 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.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220826"
25
+ REVISION = "20220914"
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.45.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-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.45.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: []