Class: Google::Cloud::Compute::V1::Routers::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/compute/v1/routers/rest/client.rb

Overview

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

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

RPC-specific configuration for aggregated_list

Returns:

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


1969
1970
1971
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1969

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


1974
1975
1976
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1974

def delete
  @delete
end

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

RPC-specific configuration for delete_route_policy

Returns:

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


1979
1980
1981
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1979

def delete_route_policy
  @delete_route_policy
end

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

RPC-specific configuration for get

Returns:

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


1984
1985
1986
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1984

def get
  @get
end

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

RPC-specific configuration for get_nat_ip_info

Returns:

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


1989
1990
1991
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1989

def get_nat_ip_info
  @get_nat_ip_info
end

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

RPC-specific configuration for get_nat_mapping_info

Returns:

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


1994
1995
1996
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1994

def get_nat_mapping_info
  @get_nat_mapping_info
end

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

RPC-specific configuration for get_route_policy

Returns:

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


1999
2000
2001
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 1999

def get_route_policy
  @get_route_policy
end

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

RPC-specific configuration for get_router_status

Returns:

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


2004
2005
2006
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2004

def get_router_status
  @get_router_status
end

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

RPC-specific configuration for insert

Returns:

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


2009
2010
2011
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2009

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


2014
2015
2016
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2014

def list
  @list
end

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

RPC-specific configuration for list_bgp_routes

Returns:

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


2019
2020
2021
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2019

def list_bgp_routes
  @list_bgp_routes
end

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

RPC-specific configuration for list_route_policies

Returns:

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


2024
2025
2026
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2024

def list_route_policies
  @list_route_policies
end

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

RPC-specific configuration for patch

Returns:

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


2029
2030
2031
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2029

def patch
  @patch
end

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

RPC-specific configuration for patch_route_policy

Returns:

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


2034
2035
2036
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2034

def patch_route_policy
  @patch_route_policy
end

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

RPC-specific configuration for preview

Returns:

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


2039
2040
2041
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2039

def preview
  @preview
end

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

RPC-specific configuration for update

Returns:

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


2044
2045
2046
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2044

def update
  @update
end

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

RPC-specific configuration for update_route_policy

Returns:

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


2049
2050
2051
# File 'lib/google/cloud/compute/v1/routers/rest/client.rb', line 2049

def update_route_policy
  @update_route_policy
end