google-apis-chat_v1 0.115.0 → 0.117.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 +9 -0
- data/lib/google/apis/chat_v1/classes.rb +240 -138
- data/lib/google/apis/chat_v1/gem_version.rb +3 -3
- data/lib/google/apis/chat_v1/representations.rb +49 -0
- data/lib/google/apis/chat_v1/service.rb +81 -8
- data/lib/google/apis/chat_v1.rb +7 -4
- metadata +4 -7
@@ -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.117.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -58,6 +58,12 @@ module Google
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
+
class AppCommandMetadata
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
61
67
|
class AttachedGif
|
62
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
69
|
|
@@ -154,6 +160,12 @@ module Google
|
|
154
160
|
include Google::Apis::Core::JsonObjectSupport
|
155
161
|
end
|
156
162
|
|
163
|
+
class CustomEmojiMetadata
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
157
169
|
class DateInput
|
158
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
171
|
|
@@ -784,6 +796,12 @@ module Google
|
|
784
796
|
include Google::Apis::Core::JsonObjectSupport
|
785
797
|
end
|
786
798
|
|
799
|
+
class SpaceNotificationSetting
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
787
805
|
class SpaceReadState
|
788
806
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
807
|
|
@@ -927,6 +945,8 @@ module Google
|
|
927
945
|
class Annotation
|
928
946
|
# @private
|
929
947
|
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :custom_emoji_metadata, as: 'customEmojiMetadata', class: Google::Apis::ChatV1::CustomEmojiMetadata, decorator: Google::Apis::ChatV1::CustomEmojiMetadata::Representation
|
949
|
+
|
930
950
|
property :length, as: 'length'
|
931
951
|
property :rich_link_metadata, as: 'richLinkMetadata', class: Google::Apis::ChatV1::RichLinkMetadata, decorator: Google::Apis::ChatV1::RichLinkMetadata::Representation
|
932
952
|
|
@@ -939,6 +959,14 @@ module Google
|
|
939
959
|
end
|
940
960
|
end
|
941
961
|
|
962
|
+
class AppCommandMetadata
|
963
|
+
# @private
|
964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
965
|
+
property :app_command_id, as: 'appCommandId'
|
966
|
+
property :app_command_type, as: 'appCommandType'
|
967
|
+
end
|
968
|
+
end
|
969
|
+
|
942
970
|
class AttachedGif
|
943
971
|
# @private
|
944
972
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1094,6 +1122,14 @@ module Google
|
|
1094
1122
|
end
|
1095
1123
|
end
|
1096
1124
|
|
1125
|
+
class CustomEmojiMetadata
|
1126
|
+
# @private
|
1127
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1128
|
+
property :custom_emoji, as: 'customEmoji', class: Google::Apis::ChatV1::CustomEmoji, decorator: Google::Apis::ChatV1::CustomEmoji::Representation
|
1129
|
+
|
1130
|
+
end
|
1131
|
+
end
|
1132
|
+
|
1097
1133
|
class DateInput
|
1098
1134
|
# @private
|
1099
1135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1122,6 +1158,8 @@ module Google
|
|
1122
1158
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1123
1159
|
property :action, as: 'action', class: Google::Apis::ChatV1::FormAction, decorator: Google::Apis::ChatV1::FormAction::Representation
|
1124
1160
|
|
1161
|
+
property :app_command_metadata, as: 'appCommandMetadata', class: Google::Apis::ChatV1::AppCommandMetadata, decorator: Google::Apis::ChatV1::AppCommandMetadata::Representation
|
1162
|
+
|
1125
1163
|
property :common, as: 'common', class: Google::Apis::ChatV1::CommonEventObject, decorator: Google::Apis::ChatV1::CommonEventObject::Representation
|
1126
1164
|
|
1127
1165
|
property :config_complete_redirect_url, as: 'configCompleteRedirectUrl'
|
@@ -1132,6 +1170,8 @@ module Google
|
|
1132
1170
|
|
1133
1171
|
property :space, as: 'space', class: Google::Apis::ChatV1::Space, decorator: Google::Apis::ChatV1::Space::Representation
|
1134
1172
|
|
1173
|
+
property :thread, as: 'thread', class: Google::Apis::ChatV1::Thread, decorator: Google::Apis::ChatV1::Thread::Representation
|
1174
|
+
|
1135
1175
|
property :thread_key, as: 'threadKey'
|
1136
1176
|
property :token, as: 'token'
|
1137
1177
|
property :type, as: 'type'
|
@@ -2284,6 +2324,15 @@ module Google
|
|
2284
2324
|
end
|
2285
2325
|
end
|
2286
2326
|
|
2327
|
+
class SpaceNotificationSetting
|
2328
|
+
# @private
|
2329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2330
|
+
property :mute_setting, as: 'muteSetting'
|
2331
|
+
property :name, as: 'name'
|
2332
|
+
property :notification_setting, as: 'notificationSetting'
|
2333
|
+
end
|
2334
|
+
end
|
2335
|
+
|
2287
2336
|
class SpaceReadState
|
2288
2337
|
# @private
|
2289
2338
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1442,10 +1442,10 @@ module Google
|
|
1442
1442
|
execute_or_queue_command(command, &block)
|
1443
1443
|
end
|
1444
1444
|
|
1445
|
-
# Creates a reaction and adds it to a message.
|
1446
|
-
#
|
1447
|
-
#
|
1448
|
-
#
|
1445
|
+
# Creates a reaction and adds it to a message. For an example, see [Add a
|
1446
|
+
# reaction to a message](https://developers.google.com/workspace/chat/create-
|
1447
|
+
# reactions). Requires [user authentication](https://developers.google.com/
|
1448
|
+
# workspace/chat/authenticate-authorize-chat-user).
|
1449
1449
|
# @param [String] parent
|
1450
1450
|
# Required. The message where the reaction is created. Format: `spaces/`space`/
|
1451
1451
|
# messages/`message``
|
@@ -1479,10 +1479,10 @@ module Google
|
|
1479
1479
|
execute_or_queue_command(command, &block)
|
1480
1480
|
end
|
1481
1481
|
|
1482
|
-
# Deletes a reaction to a message.
|
1483
|
-
#
|
1484
|
-
#
|
1485
|
-
#
|
1482
|
+
# Deletes a reaction to a message. For an example, see [Delete a reaction](https:
|
1483
|
+
# //developers.google.com/workspace/chat/delete-reactions). Requires [user
|
1484
|
+
# authentication](https://developers.google.com/workspace/chat/authenticate-
|
1485
|
+
# authorize-chat-user).
|
1486
1486
|
# @param [String] name
|
1487
1487
|
# Required. Name of the reaction to delete. Format: `spaces/`space`/messages/`
|
1488
1488
|
# message`/reactions/`reaction``
|
@@ -1791,6 +1791,79 @@ module Google
|
|
1791
1791
|
execute_or_queue_command(command, &block)
|
1792
1792
|
end
|
1793
1793
|
|
1794
|
+
# Gets the space notification state setting. Requires [user authentication](
|
1795
|
+
# https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
|
1796
|
+
# @param [String] name
|
1797
|
+
# Required. Format: users/`user`/spaces/`space`/spaceNotificationSetting - `
|
1798
|
+
# users/me/spaces/`space`/spaceNotificationSetting`, OR - `users/user@example.
|
1799
|
+
# com/spaces/`space`/spaceNotificationSetting`, OR - `users/123456789/spaces/`
|
1800
|
+
# space`/spaceNotificationSetting`. Note: Only the caller's user id or email is
|
1801
|
+
# allowed in the path.
|
1802
|
+
# @param [String] fields
|
1803
|
+
# Selector specifying which fields to include in a partial response.
|
1804
|
+
# @param [String] quota_user
|
1805
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1806
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1807
|
+
# @param [Google::Apis::RequestOptions] options
|
1808
|
+
# Request-specific options
|
1809
|
+
#
|
1810
|
+
# @yield [result, err] Result & error if block supplied
|
1811
|
+
# @yieldparam result [Google::Apis::ChatV1::SpaceNotificationSetting] parsed result object
|
1812
|
+
# @yieldparam err [StandardError] error object if request failed
|
1813
|
+
#
|
1814
|
+
# @return [Google::Apis::ChatV1::SpaceNotificationSetting]
|
1815
|
+
#
|
1816
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1817
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1818
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1819
|
+
def get_user_space_space_notification_setting(name, fields: nil, quota_user: nil, options: nil, &block)
|
1820
|
+
command = make_simple_command(:get, 'v1/{+name}', options)
|
1821
|
+
command.response_representation = Google::Apis::ChatV1::SpaceNotificationSetting::Representation
|
1822
|
+
command.response_class = Google::Apis::ChatV1::SpaceNotificationSetting
|
1823
|
+
command.params['name'] = name unless name.nil?
|
1824
|
+
command.query['fields'] = fields unless fields.nil?
|
1825
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1826
|
+
execute_or_queue_command(command, &block)
|
1827
|
+
end
|
1828
|
+
|
1829
|
+
# Updates the space notification state setting. Requires [user authentication](
|
1830
|
+
# https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
|
1831
|
+
# @param [String] name
|
1832
|
+
# Identifier. The resource name of the space notification setting. Format: `
|
1833
|
+
# users/`user`/spaces/`space`/spaceNotificationSetting`.
|
1834
|
+
# @param [Google::Apis::ChatV1::SpaceNotificationSetting] space_notification_setting_object
|
1835
|
+
# @param [String] update_mask
|
1836
|
+
# Required. Supported field paths: - `notification_setting` - `mute_setting`
|
1837
|
+
# @param [String] fields
|
1838
|
+
# Selector specifying which fields to include in a partial response.
|
1839
|
+
# @param [String] quota_user
|
1840
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1841
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1842
|
+
# @param [Google::Apis::RequestOptions] options
|
1843
|
+
# Request-specific options
|
1844
|
+
#
|
1845
|
+
# @yield [result, err] Result & error if block supplied
|
1846
|
+
# @yieldparam result [Google::Apis::ChatV1::SpaceNotificationSetting] parsed result object
|
1847
|
+
# @yieldparam err [StandardError] error object if request failed
|
1848
|
+
#
|
1849
|
+
# @return [Google::Apis::ChatV1::SpaceNotificationSetting]
|
1850
|
+
#
|
1851
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1852
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1853
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1854
|
+
def patch_user_space_space_notification_setting(name, space_notification_setting_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1855
|
+
command = make_simple_command(:patch, 'v1/{+name}', options)
|
1856
|
+
command.request_representation = Google::Apis::ChatV1::SpaceNotificationSetting::Representation
|
1857
|
+
command.request_object = space_notification_setting_object
|
1858
|
+
command.response_representation = Google::Apis::ChatV1::SpaceNotificationSetting::Representation
|
1859
|
+
command.response_class = Google::Apis::ChatV1::SpaceNotificationSetting
|
1860
|
+
command.params['name'] = name unless name.nil?
|
1861
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
1862
|
+
command.query['fields'] = fields unless fields.nil?
|
1863
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1864
|
+
execute_or_queue_command(command, &block)
|
1865
|
+
end
|
1866
|
+
|
1794
1867
|
# Returns details about a user's read state within a thread, used to identify
|
1795
1868
|
# read and unread messages. For an example, see [Get details about a user's
|
1796
1869
|
# thread read state](https://developers.google.com/workspace/chat/get-thread-
|
data/lib/google/apis/chat_v1.rb
CHANGED
@@ -75,22 +75,22 @@ module Google
|
|
75
75
|
# View members in Google Chat conversations.
|
76
76
|
AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
|
77
77
|
|
78
|
-
# See, compose, send, update, and delete messages
|
78
|
+
# See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages.
|
79
79
|
AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
|
80
80
|
|
81
81
|
# Compose and send messages in Google Chat
|
82
82
|
AUTH_CHAT_MESSAGES_CREATE = 'https://www.googleapis.com/auth/chat.messages.create'
|
83
83
|
|
84
|
-
# See, add, and delete reactions to messages in Google Chat
|
84
|
+
# See, add, and delete reactions as well as their reaction content to messages in Google Chat
|
85
85
|
AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
|
86
86
|
|
87
87
|
# Add reactions to messages in Google Chat
|
88
88
|
AUTH_CHAT_MESSAGES_REACTIONS_CREATE = 'https://www.googleapis.com/auth/chat.messages.reactions.create'
|
89
89
|
|
90
|
-
# View reactions to messages in Google Chat
|
90
|
+
# View reactions as well as their reaction content to messages in Google Chat
|
91
91
|
AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
|
92
92
|
|
93
|
-
# See messages
|
93
|
+
# See messages as well as their reactions and message content in Google Chat
|
94
94
|
AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
|
95
95
|
|
96
96
|
# Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
|
@@ -107,6 +107,9 @@ module Google
|
|
107
107
|
|
108
108
|
# View last read time for Google Chat conversations
|
109
109
|
AUTH_CHAT_USERS_READSTATE_READONLY = 'https://www.googleapis.com/auth/chat.users.readstate.readonly'
|
110
|
+
|
111
|
+
# Read and update your space settings
|
112
|
+
AUTH_CHAT_USERS_SPACESETTINGS = 'https://www.googleapis.com/auth/chat.users.spacesettings'
|
110
113
|
end
|
111
114
|
end
|
112
115
|
end
|
metadata
CHANGED
@@ -1,14 +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.117.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.117.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Google Chat API V1
|
82
79
|
test_files: []
|