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)


6046
6047
6048
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6046

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)


6091
6092
6093
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6091

def create_custom_emoji
  @create_custom_emoji
end

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

RPC-specific configuration for create_membership

Returns:

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


6061
6062
6063
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6061

def create_membership
  @create_membership
end

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

RPC-specific configuration for create_message

Returns:

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


5966
5967
5968
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5966

def create_message
  @create_message
end

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

RPC-specific configuration for create_reaction

Returns:

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


6076
6077
6078
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6076

def create_reaction
  @create_reaction
end

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

RPC-specific configuration for create_section

Returns:

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


6146
6147
6148
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6146

def create_section
  @create_section
end

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

RPC-specific configuration for create_space

Returns:

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


6026
6027
6028
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6026

def create_space
  @create_space
end

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

RPC-specific configuration for delete_custom_emoji

Returns:

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


6106
6107
6108
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6106

def delete_custom_emoji
  @delete_custom_emoji
end

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

RPC-specific configuration for delete_membership

Returns:

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


6071
6072
6073
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6071

def delete_membership
  @delete_membership
end

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

RPC-specific configuration for delete_message

Returns:

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


5996
5997
5998
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5996

def delete_message
  @delete_message
end

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

RPC-specific configuration for delete_reaction

Returns:

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


6086
6087
6088
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6086

def delete_reaction
  @delete_reaction
end

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

RPC-specific configuration for delete_section

Returns:

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


6151
6152
6153
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6151

def delete_section
  @delete_section
end

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

RPC-specific configuration for delete_space

Returns:

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


6041
6042
6043
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6041

def delete_space
  @delete_space
end

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

RPC-specific configuration for find_direct_message

Returns:

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


6051
6052
6053
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6051

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)


6056
6057
6058
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6056

def find_group_chats
  @find_group_chats
end

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

RPC-specific configuration for get_attachment

Returns:

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


6001
6002
6003
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6001

def get_attachment
  @get_attachment
end

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

RPC-specific configuration for get_custom_emoji

Returns:

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


6096
6097
6098
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6096

def get_custom_emoji
  @get_custom_emoji
end

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

RPC-specific configuration for get_membership

Returns:

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


5981
5982
5983
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5981

def get_membership
  @get_membership
end

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

RPC-specific configuration for get_message

Returns:

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


5986
5987
5988
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5986

def get_message
  @get_message
end

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

RPC-specific configuration for get_space

Returns:

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


6021
6022
6023
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6021

def get_space
  @get_space
end

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

RPC-specific configuration for get_space_event

Returns:

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


6126
6127
6128
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6126

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)


6136
6137
6138
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6136

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)


6111
6112
6113
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6111

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)


6121
6122
6123
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6121

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)


6101
6102
6103
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6101

def list_custom_emojis
  @list_custom_emojis
end

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

RPC-specific configuration for list_memberships

Returns:

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


5976
5977
5978
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5976

def list_memberships
  @list_memberships
end

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

RPC-specific configuration for list_messages

Returns:

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


5971
5972
5973
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5971

def list_messages
  @list_messages
end

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

RPC-specific configuration for list_reactions

Returns:

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


6081
6082
6083
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6081

def list_reactions
  @list_reactions
end

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

RPC-specific configuration for list_section_items

Returns:

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


6171
6172
6173
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6171

def list_section_items
  @list_section_items
end

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

RPC-specific configuration for list_sections

Returns:

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


6161
6162
6163
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6161

def list_sections
  @list_sections
end

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

RPC-specific configuration for list_space_events

Returns:

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


6131
6132
6133
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6131

def list_space_events
  @list_space_events
end

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

RPC-specific configuration for list_spaces

Returns:

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


6011
6012
6013
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6011

def list_spaces
  @list_spaces
end

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

RPC-specific configuration for move_section_item

Returns:

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


6176
6177
6178
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6176

def move_section_item
  @move_section_item
end

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

RPC-specific configuration for position_section

Returns:

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


6166
6167
6168
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6166

def position_section
  @position_section
end

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

RPC-specific configuration for search_spaces

Returns:

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


6016
6017
6018
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6016

def search_spaces
  @search_spaces
end

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

RPC-specific configuration for set_up_space

Returns:

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


6031
6032
6033
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6031

def set_up_space
  @set_up_space
end

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

RPC-specific configuration for update_membership

Returns:

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


6066
6067
6068
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6066

def update_membership
  @update_membership
end

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

RPC-specific configuration for update_message

Returns:

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


5991
5992
5993
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5991

def update_message
  @update_message
end

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

RPC-specific configuration for update_section

Returns:

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


6156
6157
6158
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6156

def update_section
  @update_section
end

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

RPC-specific configuration for update_space

Returns:

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


6036
6037
6038
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6036

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)


6141
6142
6143
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6141

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)


6116
6117
6118
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6116

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)


6006
6007
6008
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 6006

def upload_attachment
  @upload_attachment
end