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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 826fb89904f0ac42ebc61cf8ebfc7a58650b39384ff7bfc5d14481be836acaea
4
- data.tar.gz: 3698af6d86f72010abfc16279df3b4816e78c2394d6c4a7ddfb2f48ea899cc0d
3
+ metadata.gz: c7535610e9ae8b4cc4e02ae3e9553eff41ea7591bc81d3d8b4c44adec183e015
4
+ data.tar.gz: 96b57cb3b57aaacc1519e49c1c77d1d45c98a32c3ac28605d3df3ebe7e52987c
5
5
  SHA512:
6
- metadata.gz: 2e7e3c9a52ea5ed2db285d3dd7c0e45f83e150a36531e9460bd341a774859a34733a45885b9fb9039a77b2106db3f7a715b5599db4fab37e35649348c1d1372a
7
- data.tar.gz: c70f661e17750754a692c5b8f8ef51cb8672d1cfcdcb9b2cd3b7937312246976e3931877fa44d391cbd5ba5b05bbc2033cba856453d4d9766a2821dae8fd1cbc
6
+ metadata.gz: 26006a73072e46f004621572a744a34a677dac0e878fdaa637004ec1edfd4b5a39120d2be5e2f613d6eb8ea158be85b11d2249926e8ef7715ec033f17a77fa74
7
+ data.tar.gz: 7e125a5849454c0f51d327c37dcb2e965bf2d2f1b033c5a00a68147fbfc3dfd1c78521d2ff622d6901634cc58ddea2cb221e8279c8dd7cf57f8d6fc4eddeac20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.5.0 (2021-03-19)
4
+
5
+ * Regenerated from discovery document revision 20210314
6
+
3
7
  ### v0.4.0 (2021-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20210307
@@ -390,7 +390,7 @@ module Google
390
390
  # @return [String]
391
391
  attr_accessor :type
392
392
 
393
- # A user in Hangouts Chat.
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 Hangouts Chat.
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 Hangouts Chat.
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 Hangouts Chat.
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 Hangouts Chat.
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 proifle is not visible.
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 Hangouts Chat.
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.4.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 = "20210307"
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.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-15 00:00:00.000000000 Z
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.4.0
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: []