google-apis-chat_v1 0.3.0 → 0.4.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 +5 -0
- data/lib/google/apis/chat_v1/classes.rb +3 -4
- data/lib/google/apis/chat_v1/gem_version.rb +3 -3
- data/lib/google/apis/chat_v1/service.rb +0 -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: 826fb89904f0ac42ebc61cf8ebfc7a58650b39384ff7bfc5d14481be836acaea
|
|
4
|
+
data.tar.gz: 3698af6d86f72010abfc16279df3b4816e78c2394d6c4a7ddfb2f48ea899cc0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e7e3c9a52ea5ed2db285d3dd7c0e45f83e150a36531e9460bd341a774859a34733a45885b9fb9039a77b2106db3f7a715b5599db4fab37e35649348c1d1372a
|
|
7
|
+
data.tar.gz: c70f661e17750754a692c5b8f8ef51cb8672d1cfcdcb9b2cd3b7937312246976e3931877fa44d391cbd5ba5b05bbc2033cba856453d4d9766a2821dae8fd1cbc
|
data/CHANGELOG.md
CHANGED
|
@@ -766,8 +766,7 @@ module Google
|
|
|
766
766
|
# @return [String]
|
|
767
767
|
attr_accessor :fallback_text
|
|
768
768
|
|
|
769
|
-
#
|
|
770
|
-
# messages/UMxbHmzDlr4.UMxbHmzDlr4
|
|
769
|
+
#
|
|
771
770
|
# Corresponds to the JSON property `name`
|
|
772
771
|
# @return [String]
|
|
773
772
|
attr_accessor :name
|
|
@@ -784,7 +783,7 @@ module Google
|
|
|
784
783
|
# @return [Google::Apis::ChatV1::User]
|
|
785
784
|
attr_accessor :sender
|
|
786
785
|
|
|
787
|
-
# A Slash Command in
|
|
786
|
+
# A Slash Command in Chat.
|
|
788
787
|
# Corresponds to the JSON property `slashCommand`
|
|
789
788
|
# @return [Google::Apis::ChatV1::SlashCommand]
|
|
790
789
|
attr_accessor :slash_command
|
|
@@ -899,7 +898,7 @@ module Google
|
|
|
899
898
|
end
|
|
900
899
|
end
|
|
901
900
|
|
|
902
|
-
# A Slash Command in
|
|
901
|
+
# A Slash Command in Chat.
|
|
903
902
|
class SlashCommand
|
|
904
903
|
include Google::Apis::Core::Hashable
|
|
905
904
|
|
|
@@ -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.4.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210307"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -636,8 +636,6 @@ module Google
|
|
|
636
636
|
|
|
637
637
|
# Updates a message.
|
|
638
638
|
# @param [String] name
|
|
639
|
-
# Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/
|
|
640
|
-
# messages/UMxbHmzDlr4.UMxbHmzDlr4
|
|
641
639
|
# @param [Google::Apis::ChatV1::Message] message_object
|
|
642
640
|
# @param [String] update_mask
|
|
643
641
|
# Required. The field paths to be updated, comma separated if there are multiple.
|
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.4.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: 2021-03-
|
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.4.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|