google-apis-chat_v1 0.52.0 → 0.53.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: 3714de06f7773230e1276d95b2f3b9178839f76f9699b51d21b167a8746c652e
4
- data.tar.gz: '0091eb9417f31be71f25ebc0f8cf7b26f0ac8a3779d4d1c520c52a8d37c68a45'
3
+ metadata.gz: ee6374104804e4583ea1cb59ff35323ac8be8326221022dd0c474037565cc3bf
4
+ data.tar.gz: 24041d1a0d2592e226da9fd9b6d7617a061b69de9ec26c29d1d066a90588f85a
5
5
  SHA512:
6
- metadata.gz: 18b6594c979c43267ce4a47ce6ca9264e9e1149c1f8d9a341a133b665a864a340de23d7fc06cb743dadb2c278a180ebedd4201d8e7a54f388f111f55c47931a2
7
- data.tar.gz: d80d0e05c3bae4a160fccc1d1f685eba502fda6beb4d8b9ca6580be1f205a268b0ee2ba713b5129973093d1ca95c3a3e7005d321c3f7b818010e0a9a4e7a73e8
6
+ metadata.gz: e8c88b6ac18a8eb769dde6ab6778be868d41bd1ca867ab322511f29718206b1ff6cd695d255517ef826c361679248ed27be051b0e38ee166d3db82b3d9843469
7
+ data.tar.gz: 5ab1e0a41e220868c10ea90020cf970bac58b6cb1c1b2cd5dbbbefa903c097126a003b60b279314350a18595d9f556c227cfd520919ec8af193bac4ac8c1e284
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.53.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230205
6
+
3
7
  ### v0.52.0 (2023-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230131
@@ -693,9 +693,9 @@ module Google
693
693
  attr_accessor :common
694
694
 
695
695
  # The URL the Chat app should redirect the user to after they have completed an
696
- # authorization or configuration flow outside of Google Chat. See the [
697
- # Authorizing access to 3p services guide](/chat/how-tos/auth-3p) for more
698
- # information.
696
+ # authorization or configuration flow outside of Google Chat. For more
697
+ # information, see [Connect a Chat app with other services & tools](https://
698
+ # developers.google.com/chat/how-tos/connect-web-services-tools).
699
699
  # Corresponds to the JSON property `configCompleteRedirectUrl`
700
700
  # @return [String]
701
701
  attr_accessor :config_complete_redirect_url
@@ -2695,7 +2695,8 @@ module Google
2695
2695
  # @return [Google::Apis::ChatV1::User]
2696
2696
  attr_accessor :member
2697
2697
 
2698
- # Resource name of the membership. Format: spaces/`space`/members/`member`
2698
+ # Resource name of the membership, assigned by the server. Format: spaces/`space`
2699
+ # /members/`member`
2699
2700
  # Corresponds to the JSON property `name`
2700
2701
  # @return [String]
2701
2702
  attr_accessor :name
@@ -3015,7 +3016,7 @@ module Google
3015
3016
 
3016
3017
  # The space's display name. Required when [creating a space](https://developers.
3017
3018
  # google.com/chat/api/reference/rest/v1/spaces/create). For direct messages,
3018
- # this field may be empty.
3019
+ # this field may be empty. Supports up to 128 characters.
3019
3020
  # Corresponds to the JSON property `displayName`
3020
3021
  # @return [String]
3021
3022
  attr_accessor :display_name
@@ -3075,12 +3076,13 @@ module Google
3075
3076
  include Google::Apis::Core::Hashable
3076
3077
 
3077
3078
  # Optional. A description of the space. It could describe the space's discussion
3078
- # topic, functional purpose, or participants.
3079
+ # topic, functional purpose, or participants. Supports up to 150 characters.
3079
3080
  # Corresponds to the JSON property `description`
3080
3081
  # @return [String]
3081
3082
  attr_accessor :description
3082
3083
 
3083
- # Optional. The space's rules, expectations, and etiquette.
3084
+ # Optional. The space's rules, expectations, and etiquette. Supports up to 5,000
3085
+ # characters.
3084
3086
  # Corresponds to the JSON property `guidelines`
3085
3087
  # @return [String]
3086
3088
  attr_accessor :guidelines
@@ -3302,8 +3304,14 @@ module Google
3302
3304
  attr_accessor :is_anonymous
3303
3305
  alias_method :is_anonymous?, :is_anonymous
3304
3306
 
3305
- # Resource name for a Google Chat user. For human users, represents a person in
3306
- # the People API or a user in the Admin SDK Directory API. Format: `users/`user``
3307
+ # Resource name for a Google Chat user. Format: `users/`user``. `users/app` can
3308
+ # be used as an alias for the calling app bot user. For human users, ``user`` is
3309
+ # the same user identifier as: - the ``person_id`` for the [Person](https://
3310
+ # developers.google.com/people/api/rest/v1/people) in the People API, where the
3311
+ # Person `resource_name` is `people/`person_id``. For example, `users/123456789`
3312
+ # in Chat API represents the same person as `people/123456789` in People API. -
3313
+ # the `id` for a [user](https://developers.google.com/admin-sdk/directory/
3314
+ # reference/rest/v1/users) in the Admin SDK Directory API.
3307
3315
  # Corresponds to the JSON property `name`
3308
3316
  # @return [String]
3309
3317
  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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230131"
25
+ REVISION = "20230205"
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.52.0
4
+ version: 0.53.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: 2023-02-05 00:00:00.000000000 Z
11
+ date: 2023-02-12 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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.53.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: []