Class: Google::Apps::Meet::V2beta::SpacesService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/apps/meet/v2beta/spaces_service/client.rb

Overview

Configuration RPC class for the SpacesService 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.
    • :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

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

RPC-specific configuration for connect_active_conference

Returns:

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


1261
1262
1263
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1261

def connect_active_conference
  @connect_active_conference
end

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

RPC-specific configuration for create_member

Returns:

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


1271
1272
1273
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1271

def create_member
  @create_member
end

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

RPC-specific configuration for create_space

Returns:

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


1246
1247
1248
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1246

def create_space
  @create_space
end

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

RPC-specific configuration for delete_member

Returns:

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


1286
1287
1288
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1286

def delete_member
  @delete_member
end

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

RPC-specific configuration for end_active_conference

Returns:

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


1266
1267
1268
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1266

def end_active_conference
  @end_active_conference
end

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

RPC-specific configuration for get_member

Returns:

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


1276
1277
1278
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1276

def get_member
  @get_member
end

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

RPC-specific configuration for get_space

Returns:

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


1251
1252
1253
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1251

def get_space
  @get_space
end

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

RPC-specific configuration for list_members

Returns:

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


1281
1282
1283
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1281

def list_members
  @list_members
end

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

RPC-specific configuration for update_space

Returns:

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


1256
1257
1258
# File 'lib/google/apps/meet/v2beta/spaces_service/client.rb', line 1256

def update_space
  @update_space
end