google-apis-chat_v1 0.74.0 → 0.75.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/classes.rb +1 -1
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +2 -2
- 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: 183fb543dee3e1ee0f9f0004a8706751c546a705090014c6b41431ad547d37f7
|
|
4
|
+
data.tar.gz: a829aada3ccacf1969f6335fed58d060835e53aaf11bbbdb2e8c97b24e9e7d7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 185953c34071ca1cd087a7f0efad86518aea3273e7b7bfab29437b27e7085a08f7ff47fff6cde07e69fb6e4363da16115c674b1c080cf45716803ca2ef33d370
|
|
7
|
+
data.tar.gz: d329b2e79138c07984a467a7a6f4d3516f2fe102f4c69a0f7fc0301eef038f088021e29ccd1a97f24fd0f39cf9151ba1ca20b251158dae14e8c658ed034bebde
|
data/CHANGELOG.md
CHANGED
|
@@ -3083,7 +3083,7 @@ module Google
|
|
|
3083
3083
|
class ListMembershipsResponse
|
|
3084
3084
|
include Google::Apis::Core::Hashable
|
|
3085
3085
|
|
|
3086
|
-
# List of memberships in the requested (or first) page.
|
|
3086
|
+
# Unordered list. List of memberships in the requested (or first) page.
|
|
3087
3087
|
# Corresponds to the JSON property `memberships`
|
|
3088
3088
|
# @return [Array<Google::Apis::ChatV1::Membership>]
|
|
3089
3089
|
attr_accessor :memberships
|
|
@@ -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.75.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 = "20231105"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -718,8 +718,8 @@ module Google
|
|
|
718
718
|
# Optional. Deprecated: Use thread.thread_key instead. ID for the thread.
|
|
719
719
|
# Supports up to 4000 characters. To start or add to a thread, create a message
|
|
720
720
|
# and specify a `threadKey` or the thread.name. For example usage, see [Start or
|
|
721
|
-
# reply to a message thread](https://developers.google.com/chat/api/guides/
|
|
722
|
-
# messages#
|
|
721
|
+
# reply to a message thread](https://developers.google.com/chat/api/guides/v1/
|
|
722
|
+
# messages/create#create-message-thread).
|
|
723
723
|
# @param [String] fields
|
|
724
724
|
# Selector specifying which fields to include in a partial response.
|
|
725
725
|
# @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.
|
|
4
|
+
version: 0.75.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-
|
|
11
|
+
date: 2023-11-12 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.75.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: []
|