Class: Google::Cloud::NetworkConnectivity::V1::HubService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/network_connectivity/v1/hub_service/client.rb

Overview

Configuration RPC class for the HubService 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

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

RPC-specific configuration for accept_hub_spoke

Returns:

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


2384
2385
2386
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2384

def accept_hub_spoke
  @accept_hub_spoke
end

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

RPC-specific configuration for create_hub

Returns:

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


2339
2340
2341
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2339

def create_hub
  @create_hub
end

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

RPC-specific configuration for create_spoke

Returns:

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


2369
2370
2371
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2369

def create_spoke
  @create_spoke
end

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

RPC-specific configuration for delete_hub

Returns:

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


2349
2350
2351
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2349

def delete_hub
  @delete_hub
end

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

RPC-specific configuration for delete_spoke

Returns:

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


2389
2390
2391
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2389

def delete_spoke
  @delete_spoke
end

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

RPC-specific configuration for get_group

Returns:

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


2414
2415
2416
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2414

def get_group
  @get_group
end

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

RPC-specific configuration for get_hub

Returns:

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


2334
2335
2336
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2334

def get_hub
  @get_hub
end

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

RPC-specific configuration for get_route

Returns:

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


2399
2400
2401
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2399

def get_route
  @get_route
end

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

RPC-specific configuration for get_route_table

Returns:

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


2394
2395
2396
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2394

def get_route_table
  @get_route_table
end

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

RPC-specific configuration for get_spoke

Returns:

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


2364
2365
2366
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2364

def get_spoke
  @get_spoke
end

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

RPC-specific configuration for list_groups

Returns:

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


2419
2420
2421
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2419

def list_groups
  @list_groups
end

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

RPC-specific configuration for list_hub_spokes

Returns:

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


2354
2355
2356
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2354

def list_hub_spokes
  @list_hub_spokes
end

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

RPC-specific configuration for list_hubs

Returns:

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


2329
2330
2331
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2329

def list_hubs
  @list_hubs
end

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

RPC-specific configuration for list_route_tables

Returns:

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


2409
2410
2411
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2409

def list_route_tables
  @list_route_tables
end

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

RPC-specific configuration for list_routes

Returns:

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


2404
2405
2406
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2404

def list_routes
  @list_routes
end

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

RPC-specific configuration for list_spokes

Returns:

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


2359
2360
2361
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2359

def list_spokes
  @list_spokes
end

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

RPC-specific configuration for reject_hub_spoke

Returns:

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


2379
2380
2381
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2379

def reject_hub_spoke
  @reject_hub_spoke
end

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

RPC-specific configuration for update_hub

Returns:

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


2344
2345
2346
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2344

def update_hub
  @update_hub
end

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

RPC-specific configuration for update_spoke

Returns:

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


2374
2375
2376
# File 'lib/google/cloud/network_connectivity/v1/hub_service/client.rb', line 2374

def update_spoke
  @update_spoke
end