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)


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

Returns:

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


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

Returns:

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


4292
4293
4294
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4292

def create_message
  @create_message
end

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

RPC-specific configuration for create_reaction

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


4322
4323
4324
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4322

def delete_message
  @delete_message
end

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

RPC-specific configuration for delete_reaction

Returns:

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


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

Returns:

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


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

Returns:

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


4377
4378
4379
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4377

def find_direct_message
  @find_direct_message
end

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

RPC-specific configuration for get_attachment

Returns:

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


4327
4328
4329
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4327

def get_attachment
  @get_attachment
end

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

RPC-specific configuration for get_membership

Returns:

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


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

Returns:

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


4312
4313
4314
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4312

def get_message
  @get_message
end

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

RPC-specific configuration for get_space

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


4297
4298
4299
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4297

def list_messages
  @list_messages
end

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

RPC-specific configuration for list_reactions

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


4317
4318
4319
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4317

def update_message
  @update_message
end

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

RPC-specific configuration for update_space

Returns:

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


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

Returns:

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


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

Returns:

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


4332
4333
4334
# File 'lib/google/apps/chat/v1/chat_service/client.rb', line 4332

def upload_attachment
  @upload_attachment
end