google-apis-chat_v1 0.20.0 → 0.24.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: 12469d8a74e75468ffbd02cd43ec019336716a063620fc00ecf4d62c2608708a
4
+ data.tar.gz: 50d86ff49b1f4d0ad7ca2448e36b3535017dc387f509a37ce0d39df62f255791
5
5
  SHA512:
6
- metadata.gz: f0c4f4e32dae46d2c76ccc58883ac549154bbb3107839124cada1e482d326d174b9f3f7e0eaae14f0c6e967faf09f57c7393a3c98df255df7e32f377ff3cd8f0
7
- data.tar.gz: 6447254a767e14ad2d60aa6f98b57d003d5bc96bdec80b53c5665797e0feed45b9957c6788383e489a4b9405ca2988f45052ae3d61bc8fbecfe645d33970f990
6
+ metadata.gz: dcd1cc8c6d5abfd032cf94e8d15609616ac560b00bd0f41636078fb424aee995d4386b571a90038a393b230d033b937b4d8ef6de2222af584ca70102472177d2
7
+ data.tar.gz: 48236cf17dcb06071f1b08b10b79452966c2afae81bbb3e3a1ade28e42e071b987303bf1e829e7201ee6df80a4445accc30c5cb0d844d116e2eb62f719a2c4fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.24.0 (2022-02-11)
4
+
5
+ * Regenerated from discovery document revision 20220209
6
+
7
+ ### v0.23.0 (2022-02-03)
8
+
9
+ * Regenerated from discovery document revision 20220126
10
+
11
+ ### v0.22.0 (2022-01-28)
12
+
13
+ * Regenerated from discovery document revision 20220125
14
+ * Regenerated using generator version 0.4.1
15
+
16
+ ### v0.21.0 (2021-12-22)
17
+
18
+ * Regenerated from discovery document revision 20211215
19
+ * Unspecified changes
20
+
3
21
  ### v0.20.0 (2021-12-10)
4
22
 
5
23
  * 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.
@@ -2409,8 +2409,7 @@ module Google
2409
2409
  # @return [String]
2410
2410
  attr_accessor :name
2411
2411
 
2412
- # State of the membership. Required for `CreateMembership`. Read-only for other
2413
- # usage.
2412
+ # Output only. State of the membership.
2414
2413
  # Corresponds to the JSON property `state`
2415
2414
  # @return [String]
2416
2415
  attr_accessor :state
@@ -2915,7 +2914,7 @@ module Google
2915
2914
  # @return [String]
2916
2915
  attr_accessor :display_name
2917
2916
 
2918
- # Obfuscated domain information.
2917
+ # Unique identifier of the user's Google Workspace domain.
2919
2918
  # Corresponds to the JSON property `domainId`
2920
2919
  # @return [String]
2921
2920
  attr_accessor :domain_id
@@ -2926,7 +2925,9 @@ module Google
2926
2925
  attr_accessor :is_anonymous
2927
2926
  alias_method :is_anonymous?, :is_anonymous
2928
2927
 
2929
- # Resource name, in the format "users/*".
2928
+ # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`.
2929
+ # Represents a [person](https://developers.google.com/people/api/rest/v1/people#
2930
+ # Person) in the People API.
2930
2931
  # Corresponds to the JSON property `name`
2931
2932
  # @return [String]
2932
2933
  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.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211204"
25
+ REVISION = "20220209"
26
26
  end
27
27
  end
28
28
  end
@@ -683,8 +683,7 @@ module Google
683
683
  # @param [Google::Apis::ChatV1::Message] message_object
684
684
  # @param [String] update_mask
685
685
  # Required. The field paths to be updated, comma separated if there are multiple.
686
- # Currently supported field paths: * text * cards *
687
- # gsuite_message_integration_render_data * attachment
686
+ # Currently supported field paths: * text * cards * attachment
688
687
  # @param [String] fields
689
688
  # Selector specifying which fields to include in a partial response.
690
689
  # @param [String] quota_user
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.24.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-02-14 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.24.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.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Chat API V1