Class: Google::Cloud::NetworkServices::V1::DepService::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for create_lb_route_extension



1494
1495
1496
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1494

def create_lb_route_extension
  @create_lb_route_extension
end

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

RPC-specific configuration for create_lb_traffic_extension



1469
1470
1471
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1469

def create_lb_traffic_extension
  @create_lb_traffic_extension
end

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

RPC-specific configuration for delete_lb_route_extension



1504
1505
1506
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1504

def delete_lb_route_extension
  @delete_lb_route_extension
end

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

RPC-specific configuration for delete_lb_traffic_extension



1479
1480
1481
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1479

def delete_lb_traffic_extension
  @delete_lb_traffic_extension
end

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

RPC-specific configuration for get_lb_route_extension



1489
1490
1491
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1489

def get_lb_route_extension
  @get_lb_route_extension
end

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

RPC-specific configuration for get_lb_traffic_extension



1464
1465
1466
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1464

def get_lb_traffic_extension
  @get_lb_traffic_extension
end

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

RPC-specific configuration for list_lb_route_extensions



1484
1485
1486
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1484

def list_lb_route_extensions
  @list_lb_route_extensions
end

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

RPC-specific configuration for list_lb_traffic_extensions



1459
1460
1461
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1459

def list_lb_traffic_extensions
  @list_lb_traffic_extensions
end

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

RPC-specific configuration for update_lb_route_extension



1499
1500
1501
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1499

def update_lb_route_extension
  @update_lb_route_extension
end

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

RPC-specific configuration for update_lb_traffic_extension



1474
1475
1476
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1474

def update_lb_traffic_extension
  @update_lb_traffic_extension
end