google-apis-chat_v1 0.109.0 → 0.110.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: dce0dfdea43cc9d585d110d56af1272a576bc5f0e4b39bbefeb07c377202787b
4
- data.tar.gz: b5b8f534fcf0d83184eaa63083dc6d8550b5aa2750a85e37e436578897d18925
3
+ metadata.gz: 7ddf128d60f1a0dde1c0be32feececf72048fca001eae5cb20105a4e66e632a6
4
+ data.tar.gz: 39d40a21795ffd1e299912c2334d937e98ba412282c7daa9f4596397fd9c6cf1
5
5
  SHA512:
6
- metadata.gz: 3140dd539f25ecc20f033b35501524703225f7f524e20e260acbba9f861d39e912d0664af3254173a1ab9ceb73a8d045d69e84b89003f5d89e14d667fe858af4
7
- data.tar.gz: c4c7b1d4b7237d7d879ae2d26c29b2e9e5dfa8b4a605449aaa737166e8a5cbeaa70fe23e38cef42b04659fba137326f49c97f42e1e82ab94631c7779b2019d92
6
+ metadata.gz: 9dfa2f4d2753f9bac126e83215871d67d7d0e2687f2f1dce6ac167e315965f9db568a944c7ed8dd7e4158251fcf9d83e32e8c51f3420bf0f495e7ad18a4ca79d
7
+ data.tar.gz: bc603d8ba16c906e535fe893dc523e278374f344a8e0f61e20113202a70c4e17ca04be83c1ff4d11595f3db203bfd8c6856e8bda8ccb5aa7321485538de4d0b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.110.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241029
6
+
3
7
  ### v0.109.0 (2024-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20241020
@@ -3948,8 +3948,8 @@ module Google
3948
3948
  # @return [Google::Apis::ChatV1::User]
3949
3949
  attr_accessor :member
3950
3950
 
3951
- # Resource name of the membership, assigned by the server. Format: `spaces/`
3952
- # space`/members/`member``
3951
+ # Identifier. Resource name of the membership, assigned by the server. Format: `
3952
+ # spaces/`space`/members/`member``
3953
3953
  # Corresponds to the JSON property `name`
3954
3954
  # @return [String]
3955
3955
  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.109.0"
19
+ GEM_VERSION = "0.110.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241020"
25
+ REVISION = "20241029"
26
26
  end
27
27
  end
28
28
  end
@@ -723,14 +723,14 @@ module Google
723
723
  # Format: spaces/`space`
724
724
  # @param [Google::Apis::ChatV1::Membership] membership_object
725
725
  # @param [Boolean] use_admin_access
726
- # When `true`, the method runs using the user's Google Workspace administrator
727
- # privileges. The calling user must be a Google Workspace administrator with the
728
- # [manage chat and spaces conversations privilege](https://support.google.com/a/
729
- # answer/13369245). Requires the `chat.admin.memberships` [OAuth 2.0 scope](
730
- # https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
731
- # scopes). Creating app memberships or creating memberships for users outside
732
- # the administrator's Google Workspace organization isn't supported using admin
733
- # access.
726
+ # Optional. When `true`, the method runs using the user's Google Workspace
727
+ # administrator privileges. The calling user must be a Google Workspace
728
+ # administrator with the [manage chat and spaces conversations privilege](https:/
729
+ # /support.google.com/a/answer/13369245). Requires the `chat.admin.memberships` [
730
+ # OAuth 2.0 scope](https://developers.google.com/workspace/chat/authenticate-
731
+ # authorize#chat-api-scopes). Creating app memberships or creating memberships
732
+ # for users outside the administrator's Google Workspace organization isn't
733
+ # supported using admin access.
734
734
  # @param [String] fields
735
735
  # Selector specifying which fields to include in a partial response.
736
736
  # @param [String] quota_user
@@ -783,13 +783,13 @@ module Google
783
783
  # spaces/`space`/members/app` format. Format: `spaces/`space`/members/`member``
784
784
  # or `spaces/`space`/members/app`.
785
785
  # @param [Boolean] use_admin_access
786
- # When `true`, the method runs using the user's Google Workspace administrator
787
- # privileges. The calling user must be a Google Workspace administrator with the
788
- # [manage chat and spaces conversations privilege](https://support.google.com/a/
789
- # answer/13369245). Requires the `chat.admin.memberships` [OAuth 2.0 scope](
790
- # https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
791
- # scopes). Deleting app memberships in a space isn't supported using admin
792
- # access.
786
+ # Optional. When `true`, the method runs using the user's Google Workspace
787
+ # administrator privileges. The calling user must be a Google Workspace
788
+ # administrator with the [manage chat and spaces conversations privilege](https:/
789
+ # /support.google.com/a/answer/13369245). Requires the `chat.admin.memberships` [
790
+ # OAuth 2.0 scope](https://developers.google.com/workspace/chat/authenticate-
791
+ # authorize#chat-api-scopes). Deleting app memberships in a space isn't
792
+ # supported using admin access.
793
793
  # @param [String] fields
794
794
  # Selector specifying which fields to include in a partial response.
795
795
  # @param [String] quota_user
@@ -836,12 +836,12 @@ module Google
836
836
  # member``. For example, `spaces/`space`/members/example@gmail.com` where `
837
837
  # example@gmail.com` is the email of the Google Chat user.
838
838
  # @param [Boolean] use_admin_access
839
- # When `true`, the method runs using the user's Google Workspace administrator
840
- # privileges. The calling user must be a Google Workspace administrator with the
841
- # [manage chat and spaces conversations privilege](https://support.google.com/a/
842
- # answer/13369245). Requires the `chat.admin.memberships` or `chat.admin.
843
- # memberships.readonly` [OAuth 2.0 scopes](https://developers.google.com/
844
- # workspace/chat/authenticate-authorize#chat-api-scopes). Getting app
839
+ # Optional. When `true`, the method runs using the user's Google Workspace
840
+ # administrator privileges. The calling user must be a Google Workspace
841
+ # administrator with the [manage chat and spaces conversations privilege](https:/
842
+ # /support.google.com/a/answer/13369245). Requires the `chat.admin.memberships`
843
+ # or `chat.admin.memberships.readonly` [OAuth 2.0 scopes](https://developers.
844
+ # google.com/workspace/chat/authenticate-authorize#chat-api-scopes). Getting app
845
845
  # memberships in a space isn't supported when using admin access.
846
846
  # @param [String] fields
847
847
  # Selector specifying which fields to include in a partial response.
@@ -927,13 +927,13 @@ module Google
927
927
  # Currently requires [user authentication](https://developers.google.com/
928
928
  # workspace/chat/authenticate-authorize-chat-user).
929
929
  # @param [Boolean] use_admin_access
930
- # When `true`, the method runs using the user's Google Workspace administrator
931
- # privileges. The calling user must be a Google Workspace administrator with the
932
- # [manage chat and spaces conversations privilege](https://support.google.com/a/
933
- # answer/13369245). Requires either the `chat.admin.memberships.readonly` or `
934
- # chat.admin.memberships` [OAuth 2.0 scope](https://developers.google.com/
935
- # workspace/chat/authenticate-authorize#chat-api-scopes). Listing app
936
- # memberships in a space isn't supported when using admin access.
930
+ # Optional. When `true`, the method runs using the user's Google Workspace
931
+ # administrator privileges. The calling user must be a Google Workspace
932
+ # administrator with the [manage chat and spaces conversations privilege](https:/
933
+ # /support.google.com/a/answer/13369245). Requires either the `chat.admin.
934
+ # memberships.readonly` or `chat.admin.memberships` [OAuth 2.0 scope](https://
935
+ # developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes).
936
+ # Listing app memberships in a space isn't supported when using admin access.
937
937
  # @param [String] fields
938
938
  # Selector specifying which fields to include in a partial response.
939
939
  # @param [String] quota_user
@@ -979,19 +979,19 @@ module Google
979
979
  # administrator privileges by setting the `use_admin_access` field in the
980
980
  # request.
981
981
  # @param [String] name
982
- # Resource name of the membership, assigned by the server. Format: `spaces/`
983
- # space`/members/`member``
982
+ # Identifier. Resource name of the membership, assigned by the server. Format: `
983
+ # spaces/`space`/members/`member``
984
984
  # @param [Google::Apis::ChatV1::Membership] membership_object
985
985
  # @param [String] update_mask
986
986
  # Required. The field paths to update. Separate multiple values with commas or
987
987
  # use `*` to update all field paths. Currently supported field paths: - `role`
988
988
  # @param [Boolean] use_admin_access
989
- # When `true`, the method runs using the user's Google Workspace administrator
990
- # privileges. The calling user must be a Google Workspace administrator with the
991
- # [manage chat and spaces conversations privilege](https://support.google.com/a/
992
- # answer/13369245). Requires the `chat.admin.memberships` [OAuth 2.0 scope](
993
- # https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-
994
- # scopes).
989
+ # Optional. When `true`, the method runs using the user's Google Workspace
990
+ # administrator privileges. The calling user must be a Google Workspace
991
+ # administrator with the [manage chat and spaces conversations privilege](https:/
992
+ # /support.google.com/a/answer/13369245). Requires the `chat.admin.memberships` [
993
+ # OAuth 2.0 scope](https://developers.google.com/workspace/chat/authenticate-
994
+ # authorize#chat-api-scopes).
995
995
  # @param [String] fields
996
996
  # Selector specifying which fields to include in a partial response.
997
997
  # @param [String] quota_user
@@ -1659,10 +1659,11 @@ module Google
1659
1659
  # return fewer than this value. Negative values return an `INVALID_ARGUMENT`
1660
1660
  # error.
1661
1661
  # @param [String] page_token
1662
- # A page token, received from a previous list space events call. Provide this to
1663
- # retrieve the subsequent page. When paginating, all other parameters provided
1664
- # to list space events must match the call that provided the page token. Passing
1665
- # different values to the other parameters might lead to unexpected results.
1662
+ # Optional. A page token, received from a previous list space events call.
1663
+ # Provide this to retrieve the subsequent page. When paginating, all other
1664
+ # parameters provided to list space events must match the call that provided the
1665
+ # page token. Passing different values to the other parameters might lead to
1666
+ # unexpected results.
1666
1667
  # @param [String] fields
1667
1668
  # Selector specifying which fields to include in a partial response.
1668
1669
  # @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.109.0
4
+ version: 0.110.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: 2024-10-27 00:00:00.000000000 Z
11
+ date: 2024-11-03 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.109.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.110.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: []