google-apis-chat_v1 0.16.0 → 0.17.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: c48e20965abed752a8c08f70ceabc0da2df40fad4143157974829e4a52c616e4
4
- data.tar.gz: f6e276839fef7f41b084f73f5525f080eff969d8f2130cd427183613d8b76316
3
+ metadata.gz: ed1d036a7d3f050ddcb4697e2ac2ff037152993b3f831e8e8e40321d28050af5
4
+ data.tar.gz: cca915839c842e94f150dc0aacd91341046273e342dc0682fb751f2477ce87be
5
5
  SHA512:
6
- metadata.gz: 6088c6f65df805562671ff4cd8780a654bb564013467c360246b51d24787927ac793d376e8dcb91a314c52ff65340281694dfbdfe36ea42995b047adca2cf9c0
7
- data.tar.gz: df32a463ace21a2707a462300d9debc724e1a819ba89b316f4918ca1d784e197e48779fc794b7f82fb44e994d2350f3fe3d110432be001f38a0ef9382a9ef27e
6
+ metadata.gz: a53a7f72f88746d61dffd9f5a3f2fc75e1dc307b0439866fb57599d187572e4c3d9beebefe23bc057bde4beddd39f9e8824858bc95c07b7b9130b89d094e572d
7
+ data.tar.gz: d02287a676646090350849a4c8a29e76c88b6b1f00920d7b5f85bc6139fa34d62dac253c2718ab08de4f9593ae541ffec24d38874c444c3da4a36bd799da59e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.17.0 (2021-10-29)
4
+
5
+ * Regenerated from discovery document revision 20211022
6
+
3
7
  ### v0.16.0 (2021-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -2333,7 +2333,7 @@ module Google
2333
2333
  class Membership
2334
2334
  include Google::Apis::Core::Hashable
2335
2335
 
2336
- # The creation time of the membership a.k.a the time at which the member joined
2336
+ # The creation time of the membership a.k.a. the time at which the member joined
2337
2337
  # the space, if applicable.
2338
2338
  # Corresponds to the JSON property `createTime`
2339
2339
  # @return [String]
@@ -2619,8 +2619,8 @@ module Google
2619
2619
  class Space
2620
2620
  include Google::Apis::Core::Hashable
2621
2621
 
2622
- # Output only. The display name (only if the space is of type `ROOM`). Please
2623
- # note that this field might not be populated in direct messages between humans.
2622
+ # The display name (only if the space is of type `ROOM`). Please note that this
2623
+ # field might not be populated in direct messages between humans.
2624
2624
  # Corresponds to the JSON property `displayName`
2625
2625
  # @return [String]
2626
2626
  attr_accessor :display_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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20211015"
25
+ REVISION = "20211022"
26
26
  end
27
27
  end
28
28
  end
@@ -500,7 +500,7 @@ module Google
500
500
  # Returns a membership.
501
501
  # @param [String] name
502
502
  # Required. Resource name of the membership to be retrieved, in the form "spaces/
503
- # */members/*". Example: spaces/AAAAMpdlehY/members/105115627578887013105
503
+ # */members/*". Example: spaces/AAAAAAAAAAAA/members/111111111111111111111
504
504
  # @param [String] fields
505
505
  # Selector specifying which fields to include in a partial response.
506
506
  # @param [String] quota_user
@@ -531,7 +531,7 @@ module Google
531
531
  # Lists human memberships in a space.
532
532
  # @param [String] parent
533
533
  # Required. The resource name of the space for which membership list is to be
534
- # fetched, in the form "spaces/*". Example: spaces/AAAAMpdlehY
534
+ # fetched, in the form "spaces/*". Example: spaces/AAAAAAAAAAAA
535
535
  # @param [Fixnum] page_size
536
536
  # Requested page size. The value is capped at 1000. Server may return fewer
537
537
  # results than requested. If unspecified, server will default to 100.
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.16.0
4
+ version: 0.17.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-01 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.17.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: []