google-apis-chat_v1 0.31.0 → 0.32.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 +16 -16
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- data/lib/google/apis/chat_v1/service.rb +6 -6
- 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: 9006fe6d43f89b28a8d41b7136c3e1a0e2098e3cd1085484fe52dc79e77cc369
|
|
4
|
+
data.tar.gz: 7e8287b0b1bc238dd9c2840d1a8dbf019080b08a635512b8229d3080be9380a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 131de5ed63ac874af5c5ae49220e507f4fee0e5b2ea0ec3dae8398f89b48dba10e224816f217b95deecc239356856c0430565865549d8f5f97fc323976c87184
|
|
7
|
+
data.tar.gz: 228c32c75af5094d40d58b528c58c31c37242e23da2128ccd23e79969e9eef7bc47f8c7d6200459af242e601bb9979167b5e8fe69b0afd740dc986e12fdcccc0
|
data/CHANGELOG.md
CHANGED
|
@@ -380,7 +380,7 @@ module Google
|
|
|
380
380
|
class ChatAppLogEntry
|
|
381
381
|
include Google::Apis::Core::Hashable
|
|
382
382
|
|
|
383
|
-
# The deployment that caused the error. For Chat
|
|
383
|
+
# The deployment that caused the error. For Chat apps built in Apps Script, this
|
|
384
384
|
# is the deployment ID defined by Apps Script.
|
|
385
385
|
# Corresponds to the JSON property `deployment`
|
|
386
386
|
# @return [String]
|
|
@@ -2362,9 +2362,9 @@ module Google
|
|
|
2362
2362
|
end
|
|
2363
2363
|
end
|
|
2364
2364
|
|
|
2365
|
-
# A matched url in a Chat message. Chat apps can
|
|
2366
|
-
# information, refer to [
|
|
2367
|
-
# tos/
|
|
2365
|
+
# A matched url in a Chat message. Chat apps can preview matched URLs. For more
|
|
2366
|
+
# information, refer to [Preview links](https://developers.google.com/chat/how-
|
|
2367
|
+
# tos/preview-links).
|
|
2368
2368
|
class MatchedUrl
|
|
2369
2369
|
include Google::Apis::Core::Hashable
|
|
2370
2370
|
|
|
@@ -2402,12 +2402,13 @@ module Google
|
|
|
2402
2402
|
end
|
|
2403
2403
|
end
|
|
2404
2404
|
|
|
2405
|
-
# Represents a membership relation in Google Chat
|
|
2405
|
+
# Represents a membership relation in Google Chat, such as whether a user or
|
|
2406
|
+
# Chat app is invited to, part of, or absent from a space.
|
|
2406
2407
|
class Membership
|
|
2407
2408
|
include Google::Apis::Core::Hashable
|
|
2408
2409
|
|
|
2409
|
-
# Output only. The creation time of the membership
|
|
2410
|
-
#
|
|
2410
|
+
# Output only. The creation time of the membership, such as when a member joined
|
|
2411
|
+
# or was invited to join a space.
|
|
2411
2412
|
# Corresponds to the JSON property `createTime`
|
|
2412
2413
|
# @return [String]
|
|
2413
2414
|
attr_accessor :create_time
|
|
@@ -2417,7 +2418,7 @@ module Google
|
|
|
2417
2418
|
# @return [Google::Apis::ChatV1::User]
|
|
2418
2419
|
attr_accessor :member
|
|
2419
2420
|
|
|
2420
|
-
#
|
|
2421
|
+
# Resource name of the membership. Format: spaces/`space`/members/`member`
|
|
2421
2422
|
# Corresponds to the JSON property `name`
|
|
2422
2423
|
# @return [String]
|
|
2423
2424
|
attr_accessor :name
|
|
@@ -2489,9 +2490,9 @@ module Google
|
|
|
2489
2490
|
# @return [String]
|
|
2490
2491
|
attr_accessor :last_update_time
|
|
2491
2492
|
|
|
2492
|
-
# A matched url in a Chat message. Chat apps can
|
|
2493
|
-
# information, refer to [
|
|
2494
|
-
# tos/
|
|
2493
|
+
# A matched url in a Chat message. Chat apps can preview matched URLs. For more
|
|
2494
|
+
# information, refer to [Preview links](https://developers.google.com/chat/how-
|
|
2495
|
+
# tos/preview-links).
|
|
2495
2496
|
# Corresponds to the JSON property `matchedUrl`
|
|
2496
2497
|
# @return [Google::Apis::ChatV1::MatchedUrl]
|
|
2497
2498
|
attr_accessor :matched_url
|
|
@@ -2701,8 +2702,7 @@ module Google
|
|
|
2701
2702
|
# @return [String]
|
|
2702
2703
|
attr_accessor :display_name
|
|
2703
2704
|
|
|
2704
|
-
# Resource name of the space
|
|
2705
|
-
# AAAAAAAAAAAA
|
|
2705
|
+
# Resource name of the space. Format: spaces/`space`
|
|
2706
2706
|
# Corresponds to the JSON property `name`
|
|
2707
2707
|
# @return [String]
|
|
2708
2708
|
attr_accessor :name
|
|
@@ -2713,14 +2713,14 @@ module Google
|
|
|
2713
2713
|
attr_accessor :single_user_bot_dm
|
|
2714
2714
|
alias_method :single_user_bot_dm?, :single_user_bot_dm
|
|
2715
2715
|
|
|
2716
|
-
# Output only.
|
|
2716
|
+
# Output only. Whether messages are threaded in this space.
|
|
2717
2717
|
# Corresponds to the JSON property `threaded`
|
|
2718
2718
|
# @return [Boolean]
|
|
2719
2719
|
attr_accessor :threaded
|
|
2720
2720
|
alias_method :threaded?, :threaded
|
|
2721
2721
|
|
|
2722
|
-
# Output only. Deprecated: Use `single_user_bot_dm`
|
|
2723
|
-
# type of a space.
|
|
2722
|
+
# Output only. Deprecated: Use `single_user_bot_dm` or `space_type` (developer
|
|
2723
|
+
# preview) instead. The type of a space.
|
|
2724
2724
|
# Corresponds to the JSON property `type`
|
|
2725
2725
|
# @return [String]
|
|
2726
2726
|
attr_accessor :type
|
|
@@ -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.32.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220506"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -362,8 +362,8 @@ module Google
|
|
|
362
362
|
# Returns a space. Requires [service account authentication](https://developers.
|
|
363
363
|
# google.com/chat/api/guides/auth/service-accounts).
|
|
364
364
|
# @param [String] name
|
|
365
|
-
# Required. Resource name of the space, in the form "spaces/*".
|
|
366
|
-
#
|
|
365
|
+
# Required. Resource name of the space, in the form "spaces/*". Format: spaces/`
|
|
366
|
+
# space`
|
|
367
367
|
# @param [String] fields
|
|
368
368
|
# Selector specifying which fields to include in a partial response.
|
|
369
369
|
# @param [String] quota_user
|
|
@@ -475,8 +475,8 @@ module Google
|
|
|
475
475
|
# Returns a membership. Requires [service account authentication](https://
|
|
476
476
|
# developers.google.com/chat/api/guides/auth/service-accounts).
|
|
477
477
|
# @param [String] name
|
|
478
|
-
# Required. Resource name of the membership to
|
|
479
|
-
#
|
|
478
|
+
# Required. Resource name of the membership to retrieve. Format: spaces/`space`/
|
|
479
|
+
# members/`member`
|
|
480
480
|
# @param [String] fields
|
|
481
481
|
# Selector specifying which fields to include in a partial response.
|
|
482
482
|
# @param [String] quota_user
|
|
@@ -507,8 +507,8 @@ module Google
|
|
|
507
507
|
# Lists human memberships in a space. Requires [service account authentication](
|
|
508
508
|
# https://developers.google.com/chat/api/guides/auth/service-accounts).
|
|
509
509
|
# @param [String] parent
|
|
510
|
-
# Required. The resource name of the space for which
|
|
511
|
-
#
|
|
510
|
+
# Required. The resource name of the space for which to fetch a membership list.
|
|
511
|
+
# Format: spaces/`space`
|
|
512
512
|
# @param [Fixnum] page_size
|
|
513
513
|
# Requested page size. The value is capped at 1000. Server may return fewer
|
|
514
514
|
# results than requested. If unspecified, server will default to 100.
|
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.32.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: 2022-
|
|
11
|
+
date: 2022-05-16 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.32.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: []
|