google-apis-chat_v1 0.65.0 → 0.66.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 -7
- 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: 4c6db8d186394fcb2d11c5bfb7aa1fc1c725a8e6aeca2cc3265b2a21d3b60a53
|
|
4
|
+
data.tar.gz: b0c28dde1b39f8ebe03c411130fed0fa1f6b37e47acefb350723e15585d08d57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0fbb61921ee643baa36af2b347f2b2f459a3d2ec3241f8fef1a02e2a04c7e508e48ff7c08be4f02e5d4787ab31beca59a38384827b471039f1874da883a91fd
|
|
7
|
+
data.tar.gz: 73c28afdde537c597723b3b128f8b8c05e779050e5a91fa7e53c16b84a7e08db2a65d6a7f79619f73b94f45d6d22f514aef55e4594c81d39706cb83fbf5faed7
|
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.66.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230718"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -631,14 +631,15 @@ module Google
|
|
|
631
631
|
# role = "ROLE_MEMBER" ``` Invalid queries are rejected by the server with an `
|
|
632
632
|
# INVALID_ARGUMENT` error.
|
|
633
633
|
# @param [Fixnum] page_size
|
|
634
|
-
# The maximum number of memberships to return. The service might
|
|
635
|
-
# than this value. If unspecified, at most 100 memberships are
|
|
636
|
-
# maximum value is 1,000. If you use a value more than 1,000, it's
|
|
637
|
-
# changed to 1,000. Negative values return an `INVALID_ARGUMENT`
|
|
634
|
+
# Optional. The maximum number of memberships to return. The service might
|
|
635
|
+
# return fewer than this value. If unspecified, at most 100 memberships are
|
|
636
|
+
# returned. The maximum value is 1,000. If you use a value more than 1,000, it's
|
|
637
|
+
# automatically changed to 1,000. Negative values return an `INVALID_ARGUMENT`
|
|
638
|
+
# error.
|
|
638
639
|
# @param [String] page_token
|
|
639
|
-
# A page token, received from a previous call to list memberships.
|
|
640
|
-
# parameter to retrieve the subsequent page. When paginating, all
|
|
641
|
-
# parameters provided should match the call that provided the page token.
|
|
640
|
+
# Optional. A page token, received from a previous call to list memberships.
|
|
641
|
+
# Provide this parameter to retrieve the subsequent page. When paginating, all
|
|
642
|
+
# other parameters provided should match the call that provided the page token.
|
|
642
643
|
# Passing different values to the other parameters might lead to unexpected
|
|
643
644
|
# results.
|
|
644
645
|
# @param [Boolean] show_invited
|
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.
|
|
4
|
+
version: 0.66.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-07-
|
|
11
|
+
date: 2023-07-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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.66.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: []
|