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_authz_extension::Gapic::Config::Method (readonly)

RPC-specific configuration for create_authz_extension

Returns:

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


2039
2040
2041
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2039

def create_authz_extension
  @create_authz_extension
end

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

RPC-specific configuration for create_lb_route_extension

Returns:

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


2014
2015
2016
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2014

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

Returns:

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


1989
1990
1991
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1989

def create_lb_traffic_extension
  @create_lb_traffic_extension
end

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

RPC-specific configuration for delete_authz_extension

Returns:

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


2049
2050
2051
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2049

def delete_authz_extension
  @delete_authz_extension
end

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

RPC-specific configuration for delete_lb_route_extension

Returns:

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


2024
2025
2026
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2024

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

Returns:

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


1999
2000
2001
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1999

def delete_lb_traffic_extension
  @delete_lb_traffic_extension
end

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

RPC-specific configuration for get_authz_extension

Returns:

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


2034
2035
2036
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2034

def get_authz_extension
  @get_authz_extension
end

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

RPC-specific configuration for get_lb_route_extension

Returns:

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


2009
2010
2011
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2009

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

Returns:

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


1984
1985
1986
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1984

def get_lb_traffic_extension
  @get_lb_traffic_extension
end

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

RPC-specific configuration for list_authz_extensions

Returns:

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


2029
2030
2031
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2029

def list_authz_extensions
  @list_authz_extensions
end

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

RPC-specific configuration for list_lb_route_extensions

Returns:

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


2004
2005
2006
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2004

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

Returns:

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


1979
1980
1981
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1979

def list_lb_traffic_extensions
  @list_lb_traffic_extensions
end

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

RPC-specific configuration for update_authz_extension

Returns:

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


2044
2045
2046
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2044

def update_authz_extension
  @update_authz_extension
end

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

RPC-specific configuration for update_lb_route_extension

Returns:

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


2019
2020
2021
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 2019

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

Returns:

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


1994
1995
1996
# File 'lib/google/cloud/network_services/v1/dep_service/client.rb', line 1994

def update_lb_traffic_extension
  @update_lb_traffic_extension
end