google-apis-chat_v1 0.4.0 → 0.5.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 +7 -7
- 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: c7535610e9ae8b4cc4e02ae3e9553eff41ea7591bc81d3d8b4c44adec183e015
|
|
4
|
+
data.tar.gz: 96b57cb3b57aaacc1519e49c1c77d1d45c98a32c3ac28605d3df3ebe7e52987c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26006a73072e46f004621572a744a34a677dac0e878fdaa637004ec1edfd4b5a39120d2be5e2f613d6eb8ea158be85b11d2249926e8ef7715ec033f17a77fa74
|
|
7
|
+
data.tar.gz: 7e125a5849454c0f51d327c37dcb2e965bf2d2f1b033c5a00a68147fbfc3dfd1c78521d2ff622d6901634cc58ddea2cb221e8279c8dd7cf57f8d6fc4eddeac20
|
data/CHANGELOG.md
CHANGED
|
@@ -390,7 +390,7 @@ module Google
|
|
|
390
390
|
# @return [String]
|
|
391
391
|
attr_accessor :type
|
|
392
392
|
|
|
393
|
-
# A user in
|
|
393
|
+
# A user in Google Chat.
|
|
394
394
|
# Corresponds to the JSON property `user`
|
|
395
395
|
# @return [Google::Apis::ChatV1::User]
|
|
396
396
|
attr_accessor :user
|
|
@@ -696,7 +696,7 @@ module Google
|
|
|
696
696
|
# @return [String]
|
|
697
697
|
attr_accessor :create_time
|
|
698
698
|
|
|
699
|
-
# A user in
|
|
699
|
+
# A user in Google Chat.
|
|
700
700
|
# Corresponds to the JSON property `member`
|
|
701
701
|
# @return [Google::Apis::ChatV1::User]
|
|
702
702
|
attr_accessor :member
|
|
@@ -778,7 +778,7 @@ module Google
|
|
|
778
778
|
# @return [String]
|
|
779
779
|
attr_accessor :preview_text
|
|
780
780
|
|
|
781
|
-
# A user in
|
|
781
|
+
# A user in Google Chat.
|
|
782
782
|
# Corresponds to the JSON property `sender`
|
|
783
783
|
# @return [Google::Apis::ChatV1::User]
|
|
784
784
|
attr_accessor :sender
|
|
@@ -921,7 +921,7 @@ module Google
|
|
|
921
921
|
class SlashCommandMetadata
|
|
922
922
|
include Google::Apis::Core::Hashable
|
|
923
923
|
|
|
924
|
-
# A user in
|
|
924
|
+
# A user in Google Chat.
|
|
925
925
|
# Corresponds to the JSON property `bot`
|
|
926
926
|
# @return [Google::Apis::ChatV1::User]
|
|
927
927
|
attr_accessor :bot
|
|
@@ -1073,7 +1073,7 @@ module Google
|
|
|
1073
1073
|
end
|
|
1074
1074
|
end
|
|
1075
1075
|
|
|
1076
|
-
# A user in
|
|
1076
|
+
# A user in Google Chat.
|
|
1077
1077
|
class User
|
|
1078
1078
|
include Google::Apis::Core::Hashable
|
|
1079
1079
|
|
|
@@ -1087,7 +1087,7 @@ module Google
|
|
|
1087
1087
|
# @return [String]
|
|
1088
1088
|
attr_accessor :domain_id
|
|
1089
1089
|
|
|
1090
|
-
# True when the user is deleted or the user's
|
|
1090
|
+
# True when the user is deleted or the user's profile is not visible.
|
|
1091
1091
|
# Corresponds to the JSON property `isAnonymous`
|
|
1092
1092
|
# @return [Boolean]
|
|
1093
1093
|
attr_accessor :is_anonymous
|
|
@@ -1126,7 +1126,7 @@ module Google
|
|
|
1126
1126
|
# @return [String]
|
|
1127
1127
|
attr_accessor :type
|
|
1128
1128
|
|
|
1129
|
-
# A user in
|
|
1129
|
+
# A user in Google Chat.
|
|
1130
1130
|
# Corresponds to the JSON property `user`
|
|
1131
1131
|
# @return [Google::Apis::ChatV1::User]
|
|
1132
1132
|
attr_accessor :user
|
|
@@ -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.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210314"
|
|
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.5.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-22 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.5.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: []
|