google-apis-chat_v1 0.95.0 → 0.96.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: 434c7699de42aa86e6bbd4597414eb3911fdc34b5aa65837da4e00185df82f25
4
- data.tar.gz: ef5ddc2d2edb8a903cb06774d7bf0d37340b43012e99ed769a0ec4e3ebcb3124
3
+ metadata.gz: a1dd1b43ea4c68c96b77b979450786bbbb930db7607b5bc7755be03c6f148551
4
+ data.tar.gz: 46d19e3452b5e13515410d67f74758a8fefe4172e6586aba3dfc7a22f9dc40cf
5
5
  SHA512:
6
- metadata.gz: 2e03e90eee305b0fefc4c72a3ca17a76ef88b9052cfb95c962ca0750ffa423d60afcb9adf4428d4f76d41a39d58d889bcb0fe539060b736e9d13c7edd5ce38f7
7
- data.tar.gz: 2c48ac5c364c23d8f7c5e23d1d38ba2cb7a392f5872a134cb87911c970964235912e25329b0aacda6db22811d5e337ae8a5d2e5efaddef9106f6fb74e4c3d712
6
+ metadata.gz: 1c1a5d038cdb3f032e5f7a827f77e1ac9188055d07f31a7af28de5a7dc2f365d5405f8f650bc07d94c56cb1fdacb85f1da7c073df3da229e54880664279bb3f3
7
+ data.tar.gz: 42c4751cd29a86d81507c1b9932a5e4c7b1b3c455e3fbd09ce7fa6a5398ccd423297092f08473b883abc23a81c735a4029759a241cfaf643e5d6e78b68f2c65e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.96.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240613
6
+
3
7
  ### v0.95.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240609
@@ -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.95.0"
19
+ GEM_VERSION = "0.96.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240609"
25
+ REVISION = "20240613"
26
26
  end
27
27
  end
28
28
  end
@@ -433,7 +433,15 @@ module Google
433
433
  # [access setting](https://support.google.com/chat/answer/11971020) of a space.
434
434
  # If no audience is specified in the access setting, the space's access setting
435
435
  # is updated to restricted. Warning: mutually exclusive with all other field
436
- # paths.) `access_settings.audience` is not supported with admin access.
436
+ # paths.) `access_settings.audience` is not supported with admin access. -
437
+ # Developer Preview: Supports changing the [permission settings](https://support.
438
+ # google.com/chat/answer/13340792) of a space, supported field paths include: `
439
+ # permission_settings.manage_members_and_groups`, `permission_settings.
440
+ # modify_space_details`, `permission_settings.toggle_history`, `
441
+ # permission_settings.use_at_mention_all`, `permission_settings.manage_apps`, `
442
+ # permission_settings.manage_webhooks`, `permission_settings.reply_messages` (
443
+ # Warning: mutually exclusive with all other non-permission settings field paths)
444
+ # . `permission_settings` is not supported with admin access.
437
445
  # @param [String] fields
438
446
  # Selector specifying which fields to include in a partial response.
439
447
  # @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.95.0
4
+ version: 0.96.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-06-16 00:00:00.000000000 Z
11
+ date: 2024-06-23 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.95.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.96.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: []