google-apis-chat_v1 0.20.0 → 0.21.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/OVERVIEW.md +1 -1
- data/lib/google/apis/chat_v1/classes.rb +4 -2
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88035cc95ea4801ed6c2f903e96287a0aad90c2cc8ae516c1401dd267b437851
|
|
4
|
+
data.tar.gz: bf2effe9b42cf71e1153b9e3c18ec376e5a2c8f983bca19c3aa7ff476b963691
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d985af862e9a878c4be8e865e1cc432b39d1a45faaddf9646580e43559b74cd4fbfda0aff394367a7ad77a9aa8a2acc96285bb49a3da8912668edb2da2166b0
|
|
7
|
+
data.tar.gz: e575c871ebaff701a656df9f2d22f7c82901ff6b5700fc07904b71dafe4d1be1837a77e119aee80e3d12e7794a31c36c0afce2bbe1cbe38afdf4581fa7260003
|
data/CHANGELOG.md
CHANGED
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.
|
|
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
|
-
#
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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
|