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.
    • :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)


4182
4183
4184
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4182

def complete_import_space
  @complete_import_space
end

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

RPC-specific configuration for create_membership

Returns:

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


4192
4193
4194
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4192

def create_membership
  @create_membership
end

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

RPC-specific configuration for create_message

Returns:

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


4102
4103
4104
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4102

def create_message
  @create_message
end

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

RPC-specific configuration for create_reaction

Returns:

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


4207
4208
4209
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4207

def create_reaction
  @create_reaction
end

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

RPC-specific configuration for create_space

Returns:

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


4162
4163
4164
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4162

def create_space
  @create_space
end

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

RPC-specific configuration for delete_membership

Returns:

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


4202
4203
4204
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4202

def delete_membership
  @delete_membership
end

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

RPC-specific configuration for delete_message

Returns:

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


4132
4133
4134
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4132

def delete_message
  @delete_message
end

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

RPC-specific configuration for delete_reaction

Returns:

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


4217
4218
4219
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4217

def delete_reaction
  @delete_reaction
end

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

RPC-specific configuration for delete_space

Returns:

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


4177
4178
4179
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4177

def delete_space
  @delete_space
end

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

RPC-specific configuration for find_direct_message

Returns:

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


4187
4188
4189
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4187

def find_direct_message
  @find_direct_message
end

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

RPC-specific configuration for get_attachment

Returns:

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


4137
4138
4139
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4137

def get_attachment
  @get_attachment
end

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

RPC-specific configuration for get_membership

Returns:

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


4117
4118
4119
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4117

def get_membership
  @get_membership
end

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

RPC-specific configuration for get_message

Returns:

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


4122
4123
4124
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4122

def get_message
  @get_message
end

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

RPC-specific configuration for get_space

Returns:

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


4157
4158
4159
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4157

def get_space
  @get_space
end

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

RPC-specific configuration for get_space_event

Returns:

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


4237
4238
4239
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4237

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)


4222
4223
4224
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4222

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)


4232
4233
4234
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4232

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)


4112
4113
4114
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4112

def list_memberships
  @list_memberships
end

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

RPC-specific configuration for list_messages

Returns:

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


4107
4108
4109
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4107

def list_messages
  @list_messages
end

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

RPC-specific configuration for list_reactions

Returns:

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


4212
4213
4214
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4212

def list_reactions
  @list_reactions
end

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

RPC-specific configuration for list_space_events

Returns:

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


4242
4243
4244
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4242

def list_space_events
  @list_space_events
end

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

RPC-specific configuration for list_spaces

Returns:

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


4147
4148
4149
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4147

def list_spaces
  @list_spaces
end

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

RPC-specific configuration for search_spaces

Returns:

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


4152
4153
4154
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4152

def search_spaces
  @search_spaces
end

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

RPC-specific configuration for set_up_space

Returns:

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


4167
4168
4169
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4167

def set_up_space
  @set_up_space
end

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

RPC-specific configuration for update_membership

Returns:

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


4197
4198
4199
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4197

def update_membership
  @update_membership
end

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

RPC-specific configuration for update_message

Returns:

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


4127
4128
4129
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4127

def update_message
  @update_message
end

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

RPC-specific configuration for update_space

Returns:

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


4172
4173
4174
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4172

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)


4227
4228
4229
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4227

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)


4142
4143
4144
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 4142

def upload_attachment
  @upload_attachment
end