Class: Google::Apps::Chat::V1::ChatService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ChatService::Client::Configuration::Rpcs
- Defined in:
- lib/google/apps/chat/v1/chat_service/client.rb
Overview
Configuration RPC class for the ChatService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional gRPC headers -
retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#complete_import_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
complete_import_space. -
#create_custom_emoji ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_custom_emoji. -
#create_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_membership. -
#create_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_message. -
#create_reaction ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_reaction. -
#create_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_space. -
#delete_custom_emoji ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_custom_emoji. -
#delete_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_membership. -
#delete_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_message. -
#delete_reaction ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_reaction. -
#delete_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_space. -
#find_direct_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
find_direct_message. -
#get_attachment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_attachment. -
#get_custom_emoji ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_custom_emoji. -
#get_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_membership. -
#get_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_message. -
#get_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space. -
#get_space_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space_event. -
#get_space_notification_setting ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space_notification_setting. -
#get_space_read_state ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space_read_state. -
#get_thread_read_state ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_thread_read_state. -
#list_custom_emojis ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_custom_emojis. -
#list_memberships ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_memberships. -
#list_messages ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_messages. -
#list_reactions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_reactions. -
#list_space_events ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_space_events. -
#list_spaces ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_spaces. -
#search_spaces ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_spaces. -
#set_up_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_up_space. -
#update_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_membership. -
#update_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_message. -
#update_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space. -
#update_space_notification_setting ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space_notification_setting. -
#update_space_read_state ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space_read_state. -
#upload_attachment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
upload_attachment.
Instance Attribute Details
#complete_import_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for complete_import_space
5316 5317 5318 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5316 def complete_import_space @complete_import_space end |
#create_custom_emoji ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_custom_emoji
5356 5357 5358 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5356 def create_custom_emoji @create_custom_emoji end |
#create_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_membership
5326 5327 5328 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5326 def create_membership @create_membership end |
#create_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_message
5236 5237 5238 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5236 def end |
#create_reaction ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_reaction
5341 5342 5343 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5341 def create_reaction @create_reaction end |
#create_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_space
5296 5297 5298 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5296 def create_space @create_space end |
#delete_custom_emoji ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_custom_emoji
5371 5372 5373 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5371 def delete_custom_emoji @delete_custom_emoji end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
5336 5337 5338 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5336 def delete_membership @delete_membership end |
#delete_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_message
5266 5267 5268 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5266 def end |
#delete_reaction ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_reaction
5351 5352 5353 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5351 def delete_reaction @delete_reaction end |
#delete_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_space
5311 5312 5313 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5311 def delete_space @delete_space end |
#find_direct_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for find_direct_message
5321 5322 5323 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5321 def end |
#get_attachment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_attachment
5271 5272 5273 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5271 def end |
#get_custom_emoji ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_custom_emoji
5361 5362 5363 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5361 def get_custom_emoji @get_custom_emoji end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
5251 5252 5253 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5251 def get_membership @get_membership end |
#get_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_message
5256 5257 5258 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5256 def end |
#get_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space
5291 5292 5293 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5291 def get_space @get_space end |
#get_space_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_event
5391 5392 5393 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5391 def get_space_event @get_space_event end |
#get_space_notification_setting ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_notification_setting
5401 5402 5403 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5401 def get_space_notification_setting @get_space_notification_setting end |
#get_space_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_read_state
5376 5377 5378 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5376 def get_space_read_state @get_space_read_state end |
#get_thread_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_thread_read_state
5386 5387 5388 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5386 def get_thread_read_state @get_thread_read_state end |
#list_custom_emojis ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_custom_emojis
5366 5367 5368 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5366 def list_custom_emojis @list_custom_emojis end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
5246 5247 5248 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5246 def list_memberships @list_memberships end |
#list_messages ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_messages
5241 5242 5243 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5241 def end |
#list_reactions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_reactions
5346 5347 5348 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5346 def list_reactions @list_reactions end |
#list_space_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_space_events
5396 5397 5398 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5396 def list_space_events @list_space_events end |
#list_spaces ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_spaces
5281 5282 5283 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5281 def list_spaces @list_spaces end |
#search_spaces ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_spaces
5286 5287 5288 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5286 def search_spaces @search_spaces end |
#set_up_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_up_space
5301 5302 5303 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5301 def set_up_space @set_up_space end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
5331 5332 5333 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5331 def update_membership @update_membership end |
#update_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_message
5261 5262 5263 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5261 def end |
#update_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space
5306 5307 5308 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5306 def update_space @update_space end |
#update_space_notification_setting ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space_notification_setting
5406 5407 5408 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5406 def update_space_notification_setting @update_space_notification_setting end |
#update_space_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space_read_state
5381 5382 5383 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5381 def update_space_read_state @update_space_read_state end |
#upload_attachment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for upload_attachment
5276 5277 5278 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5276 def end |