google-apis-chat_v1 0.20.0 → 0.21.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: 8b74b66a9180d3058132bac0e17068717c92e22fee73284a3595afaac6eca287
4
- data.tar.gz: 5da787e12f948d2643e3e660d66c51d17c0f0b6074e508e504167799c560342a
3
+ metadata.gz: 88035cc95ea4801ed6c2f903e96287a0aad90c2cc8ae516c1401dd267b437851
4
+ data.tar.gz: bf2effe9b42cf71e1153b9e3c18ec376e5a2c8f983bca19c3aa7ff476b963691
5
5
  SHA512:
6
- metadata.gz: f0c4f4e32dae46d2c76ccc58883ac549154bbb3107839124cada1e482d326d174b9f3f7e0eaae14f0c6e967faf09f57c7393a3c98df255df7e32f377ff3cd8f0
7
- data.tar.gz: 6447254a767e14ad2d60aa6f98b57d003d5bc96bdec80b53c5665797e0feed45b9957c6788383e489a4b9405ca2988f45052ae3d61bc8fbecfe645d33970f990
6
+ metadata.gz: 5d985af862e9a878c4be8e865e1cc432b39d1a45faaddf9646580e43559b74cd4fbfda0aff394367a7ad77a9aa8a2acc96285bb49a3da8912668edb2da2166b0
7
+ data.tar.gz: e575c871ebaff701a656df9f2d22f7c82901ff6b5700fc07904b71dafe4d1be1837a77e119aee80e3d12e7794a31c36c0afce2bbe1cbe38afdf4581fa7260003
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.21.0 (2021-12-22)
4
+
5
+ * Regenerated from discovery document revision 20211215
6
+ * Unspecified changes
7
+
3
8
  ### v0.20.0 (2021-12-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20211204
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/chat_v1"
51
51
  client = Google::Apis::ChatV1::HangoutsChatService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -2915,7 +2915,7 @@ module Google
2915
2915
  # @return [String]
2916
2916
  attr_accessor :display_name
2917
2917
 
2918
- # Obfuscated domain information.
2918
+ # Unique identifier of the user's Google Workspace domain.
2919
2919
  # Corresponds to the JSON property `domainId`
2920
2920
  # @return [String]
2921
2921
  attr_accessor :domain_id
@@ -2926,7 +2926,9 @@ module Google
2926
2926
  attr_accessor :is_anonymous
2927
2927
  alias_method :is_anonymous?, :is_anonymous
2928
2928
 
2929
- # Resource name, in the format "users/*".
2929
+ # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`.
2930
+ # Represents a [person](https://developers.google.com/people/api/rest/v1/people#
2931
+ # Person) in the People API.
2930
2932
  # Corresponds to the JSON property `name`
2931
2933
  # @return [String]
2932
2934
  attr_accessor :name
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211204"
25
+ REVISION = "20211215"
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.20.0
4
+ version: 0.21.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.21.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Chat API V1