Class: Google::Apps::Chat::V1::ChatService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#complete_import_space::Gapic::Config::Method (readonly)

RPC-specific configuration for complete_import_space

Returns:

  • (::Gapic::Config::Method)


5368
5369
5370
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5368

def complete_import_space
  @complete_import_space
end

#create_custom_emoji::Gapic::Config::Method (readonly)

RPC-specific configuration for create_custom_emoji

Returns:

  • (::Gapic::Config::Method)


5408
5409
5410
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5408

def create_custom_emoji
  @create_custom_emoji
end

#create_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for create_membership

Returns:

  • (::Gapic::Config::Method)


5378
5379
5380
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5378

def create_membership
  @create_membership
end

#create_message::Gapic::Config::Method (readonly)

RPC-specific configuration for create_message

Returns:

  • (::Gapic::Config::Method)


5288
5289
5290
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5288

def create_message
  @create_message
end

#create_reaction::Gapic::Config::Method (readonly)

RPC-specific configuration for create_reaction

Returns:

  • (::Gapic::Config::Method)


5393
5394
5395
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5393

def create_reaction
  @create_reaction
end

#create_space::Gapic::Config::Method (readonly)

RPC-specific configuration for create_space

Returns:

  • (::Gapic::Config::Method)


5348
5349
5350
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5348

def create_space
  @create_space
end

#delete_custom_emoji::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_custom_emoji

Returns:

  • (::Gapic::Config::Method)


5423
5424
5425
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5423

def delete_custom_emoji
  @delete_custom_emoji
end

#delete_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_membership

Returns:

  • (::Gapic::Config::Method)


5388
5389
5390
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5388

def delete_membership
  @delete_membership
end

#delete_message::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_message

Returns:

  • (::Gapic::Config::Method)


5318
5319
5320
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5318

def delete_message
  @delete_message
end

#delete_reaction::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_reaction

Returns:

  • (::Gapic::Config::Method)


5403
5404
5405
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5403

def delete_reaction
  @delete_reaction
end

#delete_space::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_space

Returns:

  • (::Gapic::Config::Method)


5363
5364
5365
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5363

def delete_space
  @delete_space
end

#find_direct_message::Gapic::Config::Method (readonly)

RPC-specific configuration for find_direct_message

Returns:

  • (::Gapic::Config::Method)


5373
5374
5375
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5373

def find_direct_message
  @find_direct_message
end

#get_attachment::Gapic::Config::Method (readonly)

RPC-specific configuration for get_attachment

Returns:

  • (::Gapic::Config::Method)


5323
5324
5325
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5323

def get_attachment
  @get_attachment
end

#get_custom_emoji::Gapic::Config::Method (readonly)

RPC-specific configuration for get_custom_emoji

Returns:

  • (::Gapic::Config::Method)


5413
5414
5415
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5413

def get_custom_emoji
  @get_custom_emoji
end

#get_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for get_membership

Returns:

  • (::Gapic::Config::Method)


5303
5304
5305
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5303

def get_membership
  @get_membership
end

#get_message::Gapic::Config::Method (readonly)

RPC-specific configuration for get_message

Returns:

  • (::Gapic::Config::Method)


5308
5309
5310
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5308

def get_message
  @get_message
end

#get_space::Gapic::Config::Method (readonly)

RPC-specific configuration for get_space

Returns:

  • (::Gapic::Config::Method)


5343
5344
5345
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5343

def get_space
  @get_space
end

#get_space_event::Gapic::Config::Method (readonly)

RPC-specific configuration for get_space_event

Returns:

  • (::Gapic::Config::Method)


5443
5444
5445
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5443

def get_space_event
  @get_space_event
end

#get_space_notification_setting::Gapic::Config::Method (readonly)

RPC-specific configuration for get_space_notification_setting

Returns:

  • (::Gapic::Config::Method)


5453
5454
5455
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5453

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

Returns:

  • (::Gapic::Config::Method)


5428
5429
5430
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5428

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

Returns:

  • (::Gapic::Config::Method)


5438
5439
5440
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5438

def get_thread_read_state
  @get_thread_read_state
end

#list_custom_emojis::Gapic::Config::Method (readonly)

RPC-specific configuration for list_custom_emojis

Returns:

  • (::Gapic::Config::Method)


5418
5419
5420
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5418

def list_custom_emojis
  @list_custom_emojis
end

#list_memberships::Gapic::Config::Method (readonly)

RPC-specific configuration for list_memberships

Returns:

  • (::Gapic::Config::Method)


5298
5299
5300
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5298

def list_memberships
  @list_memberships
end

#list_messages::Gapic::Config::Method (readonly)

RPC-specific configuration for list_messages

Returns:

  • (::Gapic::Config::Method)


5293
5294
5295
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5293

def list_messages
  @list_messages
end

#list_reactions::Gapic::Config::Method (readonly)

RPC-specific configuration for list_reactions

Returns:

  • (::Gapic::Config::Method)


5398
5399
5400
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5398

def list_reactions
  @list_reactions
end

#list_space_events::Gapic::Config::Method (readonly)

RPC-specific configuration for list_space_events

Returns:

  • (::Gapic::Config::Method)


5448
5449
5450
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5448

def list_space_events
  @list_space_events
end

#list_spaces::Gapic::Config::Method (readonly)

RPC-specific configuration for list_spaces

Returns:

  • (::Gapic::Config::Method)


5333
5334
5335
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5333

def list_spaces
  @list_spaces
end

#search_spaces::Gapic::Config::Method (readonly)

RPC-specific configuration for search_spaces

Returns:

  • (::Gapic::Config::Method)


5338
5339
5340
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5338

def search_spaces
  @search_spaces
end

#set_up_space::Gapic::Config::Method (readonly)

RPC-specific configuration for set_up_space

Returns:

  • (::Gapic::Config::Method)


5353
5354
5355
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5353

def set_up_space
  @set_up_space
end

#update_membership::Gapic::Config::Method (readonly)

RPC-specific configuration for update_membership

Returns:

  • (::Gapic::Config::Method)


5383
5384
5385
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5383

def update_membership
  @update_membership
end

#update_message::Gapic::Config::Method (readonly)

RPC-specific configuration for update_message

Returns:

  • (::Gapic::Config::Method)


5313
5314
5315
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5313

def update_message
  @update_message
end

#update_space::Gapic::Config::Method (readonly)

RPC-specific configuration for update_space

Returns:

  • (::Gapic::Config::Method)


5358
5359
5360
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5358

def update_space
  @update_space
end

#update_space_notification_setting::Gapic::Config::Method (readonly)

RPC-specific configuration for update_space_notification_setting

Returns:

  • (::Gapic::Config::Method)


5458
5459
5460
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5458

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

Returns:

  • (::Gapic::Config::Method)


5433
5434
5435
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5433

def update_space_read_state
  @update_space_read_state
end

#upload_attachment::Gapic::Config::Method (readonly)

RPC-specific configuration for upload_attachment

Returns:

  • (::Gapic::Config::Method)


5328
5329
5330
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 5328

def upload_attachment
  @upload_attachment
end