google-apis-chat_v1 0.117.0 → 0.118.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 +8 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d591500f8f0f8862cd4e76dacc23f1dffd803934320da96525a8db5667b943c
|
4
|
+
data.tar.gz: 0d64cf6fa9fec9db99c9eed27fc85776d011f3e95f8808c6d9826614838356e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06bca82bc42150bf2e55dfc3b43b0d4de211acdb657632c4f243760582043cf58a48c9cd8e7720d6fced97bfded95bb798c45f90532dd29205f1f3b5a4552d46
|
7
|
+
data.tar.gz: 064cef2afe279d75ae91bf2d4f4aaa9dc011f8d33b75fac86cfd285bc4cb5a73f6be13fc87ed6957c140ad24418c5963082eac5262b0fd19570af0a341603e01
|
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.118.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250311"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1791,8 +1791,10 @@ module Google
|
|
1791
1791
|
execute_or_queue_command(command, &block)
|
1792
1792
|
end
|
1793
1793
|
|
1794
|
-
# Gets the space notification
|
1795
|
-
# https://developers.google.com/workspace/chat/
|
1794
|
+
# Gets the space notification setting. For an example, see [Get the caller's
|
1795
|
+
# space notification setting](https://developers.google.com/workspace/chat/get-
|
1796
|
+
# space-notification-setting). Requires [user authentication](https://developers.
|
1797
|
+
# google.com/workspace/chat/authenticate-authorize-chat-user).
|
1796
1798
|
# @param [String] name
|
1797
1799
|
# Required. Format: users/`user`/spaces/`space`/spaceNotificationSetting - `
|
1798
1800
|
# users/me/spaces/`space`/spaceNotificationSetting`, OR - `users/user@example.
|
@@ -1826,8 +1828,10 @@ module Google
|
|
1826
1828
|
execute_or_queue_command(command, &block)
|
1827
1829
|
end
|
1828
1830
|
|
1829
|
-
# Updates the space notification
|
1830
|
-
# https://developers.google.com/workspace/chat/
|
1831
|
+
# Updates the space notification setting. For an example, see [Update the caller'
|
1832
|
+
# s space notification setting](https://developers.google.com/workspace/chat/
|
1833
|
+
# update-space-notification-setting). Requires [user authentication](https://
|
1834
|
+
# developers.google.com/workspace/chat/authenticate-authorize-chat-user).
|
1831
1835
|
# @param [String] name
|
1832
1836
|
# Identifier. The resource name of the space notification setting. Format: `
|
1833
1837
|
# users/`user`/spaces/`space`/spaceNotificationSetting`.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.118.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.118.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:
|