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_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_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_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_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_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_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
4372 4373 4374 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4372 def complete_import_space @complete_import_space end |
#create_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_membership
4382 4383 4384 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4382 def create_membership @create_membership end |
#create_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_message
4292 4293 4294 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4292 def @create_message end |
#create_reaction ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_reaction
4397 4398 4399 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4397 def create_reaction @create_reaction end |
#create_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_space
4352 4353 4354 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4352 def create_space @create_space end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
4392 4393 4394 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4392 def delete_membership @delete_membership end |
#delete_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_message
4322 4323 4324 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4322 def @delete_message end |
#delete_reaction ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_reaction
4407 4408 4409 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4407 def delete_reaction @delete_reaction end |
#delete_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_space
4367 4368 4369 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4367 def delete_space @delete_space end |
#find_direct_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for find_direct_message
4377 4378 4379 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4377 def @find_direct_message end |
#get_attachment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_attachment
4327 4328 4329 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4327 def @get_attachment end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
4307 4308 4309 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4307 def get_membership @get_membership end |
#get_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_message
4312 4313 4314 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4312 def @get_message end |
#get_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space
4347 4348 4349 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4347 def get_space @get_space end |
#get_space_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_event
4427 4428 4429 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4427 def get_space_event @get_space_event end |
#get_space_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_read_state
4412 4413 4414 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4412 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
4422 4423 4424 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4422 def get_thread_read_state @get_thread_read_state end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
4302 4303 4304 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4302 def list_memberships @list_memberships end |
#list_messages ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_messages
4297 4298 4299 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4297 def @list_messages end |
#list_reactions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_reactions
4402 4403 4404 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4402 def list_reactions @list_reactions end |
#list_space_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_space_events
4432 4433 4434 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4432 def list_space_events @list_space_events end |
#list_spaces ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_spaces
4337 4338 4339 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4337 def list_spaces @list_spaces end |
#search_spaces ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_spaces
4342 4343 4344 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4342 def search_spaces @search_spaces end |
#set_up_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_up_space
4357 4358 4359 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4357 def set_up_space @set_up_space end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
4387 4388 4389 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4387 def update_membership @update_membership end |
#update_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_message
4317 4318 4319 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4317 def @update_message end |
#update_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space
4362 4363 4364 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4362 def update_space @update_space end |
#update_space_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space_read_state
4417 4418 4419 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4417 def update_space_read_state @update_space_read_state end |
#upload_attachment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for upload_attachment
4332 4333 4334 |
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4332 def @upload_attachment end |