google-apis-chat_v1 0.43.0 → 0.44.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
- 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: e614855065d1e9df97ada2efa61389aeab8586b0237a246c57ecf686bcf115fe
|
|
4
|
+
data.tar.gz: 6c8062ad5e137c17d5d2f1be8236e42f198d6ac3b5fec5190dfa72f3093b5da5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8dd9ce2b71565a4cbfdd8eedebbcbf1d50616e5d3940c89d20e0238145a13295dbc2281e692099fc2b9d7992e45089093988c63d62c0d77ce42710e48ed6195
|
|
7
|
+
data.tar.gz: ca407f3e7c18c4d78c5fad5251d167f95529bd13bef9c6e16de42559cc7f0a85ec72ad98fbf9c81438fb8f25492419030efbaf6c0aeafb4066141c96895dc749
|
data/CHANGELOG.md
CHANGED
|
@@ -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/
|
|
926
|
-
# loadindicator) for actions, `persist_values`
|
|
927
|
-
# ensures that any changes made by the user after
|
|
928
|
-
# sent to the server are not overwritten by the
|
|
929
|
-
# values are cleared when the action is triggered.
|
|
930
|
-
# to `false`, it is strongly recommended that the
|
|
931
|
-
# SPINNER](workspace/add-
|
|
932
|
-
# for all actions, as this
|
|
933
|
-
#
|
|
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](
|
|
2082
|
-
# add-ons/concepts/widgets#text_formatting) for
|
|
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](
|
|
2156
|
-
# add-ons/concepts/widgets#text_formatting) for
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|