google-apis-chat_v1 0.138.0 → 0.139.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +5 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff9943b1374651666f9dfd563aa571dd8362b94d5f1ea152e9d5cfd3b944118a
|
|
4
|
+
data.tar.gz: c2b2a2020f206583c8b23d71c933fd233d9b0a97990bbaab26e03feb0bad986a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 407da64987a1a7b1b3a8e5eb0277ef785e407ac0b22b7f82248f142eeed4497a7c28d744a9385625e5ff0070e32a5d18facb86dd3b3a2fa7d4308b4b0f9ddf4b
|
|
7
|
+
data.tar.gz: cfbebca9859d83fc54a892c2dc7aaeb62b7b9e2a33111013281b1d775fff01a71ef7e7e13a7168a3b8894d19228d2b574f2f4b4edab83c36e0eb8543a40fe7ec
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.139.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -683,9 +683,11 @@ module Google
|
|
|
683
683
|
# @param [String] update_mask
|
|
684
684
|
# Required. The updated field paths, comma separated if there are multiple. You
|
|
685
685
|
# can update the following fields for a space: `space_details`: Updates the
|
|
686
|
-
# space's description.
|
|
687
|
-
#
|
|
688
|
-
#
|
|
686
|
+
# space's description and guidelines. You must pass both description and
|
|
687
|
+
# guidelines in the update request as `SpaceDetails`. If you only want to update
|
|
688
|
+
# one of the fields, pass the existing value for the other field. `display_name`:
|
|
689
|
+
# Only supports updating the display name for spaces where `spaceType` field is
|
|
690
|
+
# `SPACE`. If you receive the error message `ALREADY_EXISTS`, try a different
|
|
689
691
|
# value. An existing space within the Google Workspace organization might
|
|
690
692
|
# already use this display name. `space_type`: Only supports changing a `
|
|
691
693
|
# GROUP_CHAT` space type to `SPACE`. Include `display_name` together with `
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chat_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.139.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.139.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|