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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/apps/chat/v1/chat_service/rest/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 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :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)


6590
6591
6592
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6590

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)


6635
6636
6637
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6635

def create_custom_emoji
  @create_custom_emoji
end

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

RPC-specific configuration for create_membership

Returns:

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


6605
6606
6607
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6605

def create_membership
  @create_membership
end

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

RPC-specific configuration for create_message

Returns:

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


6510
6511
6512
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6510

def create_message
  @create_message
end

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

RPC-specific configuration for create_reaction

Returns:

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


6620
6621
6622
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6620

def create_reaction
  @create_reaction
end

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

RPC-specific configuration for create_section

Returns:

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


6715
6716
6717
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6715

def create_section
  @create_section
end

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

RPC-specific configuration for create_space

Returns:

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


6570
6571
6572
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6570

def create_space
  @create_space
end

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

RPC-specific configuration for delete_custom_emoji

Returns:

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


6650
6651
6652
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6650

def delete_custom_emoji
  @delete_custom_emoji
end

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

RPC-specific configuration for delete_membership

Returns:

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


6615
6616
6617
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6615

def delete_membership
  @delete_membership
end

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

RPC-specific configuration for delete_message

Returns:

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


6540
6541
6542
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6540

def delete_message
  @delete_message
end

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

RPC-specific configuration for delete_reaction

Returns:

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


6630
6631
6632
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6630

def delete_reaction
  @delete_reaction
end

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

RPC-specific configuration for delete_section

Returns:

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


6720
6721
6722
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6720

def delete_section
  @delete_section
end

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

RPC-specific configuration for delete_space

Returns:

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


6585
6586
6587
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6585

def delete_space
  @delete_space
end

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

RPC-specific configuration for find_direct_message

Returns:

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


6595
6596
6597
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6595

def find_direct_message
  @find_direct_message
end

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

RPC-specific configuration for find_group_chats

Returns:

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


6600
6601
6602
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6600

def find_group_chats
  @find_group_chats
end

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

RPC-specific configuration for get_attachment

Returns:

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


6545
6546
6547
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6545

def get_attachment
  @get_attachment
end

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

RPC-specific configuration for get_availability

Returns:

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


6670
6671
6672
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6670

def get_availability
  @get_availability
end

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

RPC-specific configuration for get_custom_emoji

Returns:

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


6640
6641
6642
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6640

def get_custom_emoji
  @get_custom_emoji
end

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

RPC-specific configuration for get_membership

Returns:

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


6525
6526
6527
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6525

def get_membership
  @get_membership
end

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

RPC-specific configuration for get_message

Returns:

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


6530
6531
6532
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6530

def get_message
  @get_message
end

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

RPC-specific configuration for get_space

Returns:

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


6565
6566
6567
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6565

def get_space
  @get_space
end

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

RPC-specific configuration for get_space_event

Returns:

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


6695
6696
6697
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6695

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)


6705
6706
6707
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6705

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)


6655
6656
6657
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6655

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)


6665
6666
6667
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6665

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)


6645
6646
6647
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6645

def list_custom_emojis
  @list_custom_emojis
end

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

RPC-specific configuration for list_memberships

Returns:

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


6520
6521
6522
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6520

def list_memberships
  @list_memberships
end

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

RPC-specific configuration for list_messages

Returns:

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


6515
6516
6517
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6515

def list_messages
  @list_messages
end

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

RPC-specific configuration for list_reactions

Returns:

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


6625
6626
6627
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6625

def list_reactions
  @list_reactions
end

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

RPC-specific configuration for list_section_items

Returns:

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


6740
6741
6742
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6740

def list_section_items
  @list_section_items
end

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

RPC-specific configuration for list_sections

Returns:

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


6730
6731
6732
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6730

def list_sections
  @list_sections
end

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

RPC-specific configuration for list_space_events

Returns:

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


6700
6701
6702
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6700

def list_space_events
  @list_space_events
end

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

RPC-specific configuration for list_spaces

Returns:

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


6555
6556
6557
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6555

def list_spaces
  @list_spaces
end

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

RPC-specific configuration for mark_as_active

Returns:

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


6675
6676
6677
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6675

def mark_as_active
  @mark_as_active
end

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

RPC-specific configuration for mark_as_away

Returns:

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


6680
6681
6682
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6680

def mark_as_away
  @mark_as_away
end

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

RPC-specific configuration for mark_as_do_not_disturb

Returns:

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


6685
6686
6687
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6685

def mark_as_do_not_disturb
  @mark_as_do_not_disturb
end

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

RPC-specific configuration for move_section_item

Returns:

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


6745
6746
6747
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6745

def move_section_item
  @move_section_item
end

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

RPC-specific configuration for position_section

Returns:

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


6735
6736
6737
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6735

def position_section
  @position_section
end

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

RPC-specific configuration for search_spaces

Returns:

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


6560
6561
6562
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6560

def search_spaces
  @search_spaces
end

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

RPC-specific configuration for set_up_space

Returns:

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


6575
6576
6577
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6575

def set_up_space
  @set_up_space
end

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

RPC-specific configuration for update_availability

Returns:

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


6690
6691
6692
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6690

def update_availability
  @update_availability
end

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

RPC-specific configuration for update_membership

Returns:

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


6610
6611
6612
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6610

def update_membership
  @update_membership
end

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

RPC-specific configuration for update_message

Returns:

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


6535
6536
6537
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6535

def update_message
  @update_message
end

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

RPC-specific configuration for update_section

Returns:

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


6725
6726
6727
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6725

def update_section
  @update_section
end

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

RPC-specific configuration for update_space

Returns:

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


6580
6581
6582
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6580

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)


6710
6711
6712
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6710

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)


6660
6661
6662
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6660

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)


6550
6551
6552
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6550

def upload_attachment
  @upload_attachment
end