google-apis-chat_v1 0.26.0 → 0.27.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: 2c53d2d684e06d822883b4b821291ed4a8cc259546bfcf5e284f14f1ea4e39ab
4
- data.tar.gz: d4f94581b98be67474c49272edb3233360fac3b6b4a522864ecc97b9c8e9aca1
3
+ metadata.gz: 79b1b0294a6557a273b691bd1464a183410cdb5af0fede81394c4e15e4a6a3e2
4
+ data.tar.gz: 62ff6cae0e6fc8e9789cf496ab667a86844e72403f1546fbdc0b5a37a1627d75
5
5
  SHA512:
6
- metadata.gz: 1952ea98c566106575f07a9efbe8c5567506c6f03e6a1b68ef8224fe5c737b997ec323ffa70805b186a8c41b9d11d6c3d45ca126f4deba8ede521b8bd800f623
7
- data.tar.gz: b5594bd43cf5d527121c3caf6a42a242bbbce553be4808e224fa74ffe3d7223840e16e9a6b3851b05820e85483ef943844773d9c495f9757d418d593e9dbfd97
6
+ metadata.gz: 0547d522b1ada389f9656620714331cd2740352e5ec0d9c65050c665ada7538d7bce44948780fc0ff103bcc1f87e10b98d74da6e41703581621a4d0b50d9e268
7
+ data.tar.gz: ffaee942826985fe0ec79a8b351c282c1425c3dbdbb5bc52058ac5f0aa42847eaf33144b035a0042124f5bec18ebedbc8f5574b93cd6543e09f01aad5f05bb36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.27.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220308
6
+
3
7
  ### v0.26.0 (2022-03-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20220302
@@ -2700,7 +2700,7 @@ module Google
2700
2700
  # @return [String]
2701
2701
  attr_accessor :display_name
2702
2702
 
2703
- # Resource name of the space, in the form "spaces/*". Example: spaces/
2703
+ # Optional. Resource name of the space, in the form "spaces/*". Example: spaces/
2704
2704
  # AAAAAAAAAAAA
2705
2705
  # Corresponds to the JSON property `name`
2706
2706
  # @return [String]
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220302"
25
+ REVISION = "20220308"
26
26
  end
27
27
  end
28
28
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module ChatV1
23
23
  # Google Chat API
24
24
  #
25
- # Enables bots to fetch information and perform actions in Google Chat.
25
+ # Enables apps to fetch information and perform actions in Google Chat.
26
26
  # Authentication using a service account is a prerequisite for using the Google
27
27
  # Chat REST API.
28
28
  #
@@ -709,8 +709,8 @@ module Google
709
709
  # Gets the metadata of a message attachment. The attachment data is fetched
710
710
  # using the media API.
711
711
  # @param [String] name
712
- # Resource name of the attachment, in the form "spaces/*/messages/*/attachments/*
713
- # ".
712
+ # Required. Resource name of the attachment, in the form "spaces/*/messages/*/
713
+ # attachments/*".
714
714
  # @param [String] fields
715
715
  # Selector specifying which fields to include in a partial response.
716
716
  # @param [String] quota_user
@@ -21,7 +21,7 @@ module Google
21
21
  module Apis
22
22
  # Google Chat API
23
23
  #
24
- # Enables bots to fetch information and perform actions in Google Chat.
24
+ # Enables apps to fetch information and perform actions in Google Chat.
25
25
  # Authentication using a service account is a prerequisite for using the Google
26
26
  # Chat REST API.
27
27
  #
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.26.0
4
+ version: 0.27.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.27.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: []