Class: Google::Cloud::NetworkSecurity::V1::FirewallActivation::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for create_firewall_endpoint

Returns:

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


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

def create_firewall_endpoint
  @create_firewall_endpoint
end

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

RPC-specific configuration for create_firewall_endpoint_association

Returns:

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


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

def create_firewall_endpoint_association
  @create_firewall_endpoint_association
end

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

RPC-specific configuration for create_project_firewall_endpoint

Returns:

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


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

def create_project_firewall_endpoint
  @create_project_firewall_endpoint
end

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

RPC-specific configuration for delete_firewall_endpoint

Returns:

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


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

def delete_firewall_endpoint
  @delete_firewall_endpoint
end

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

RPC-specific configuration for delete_firewall_endpoint_association

Returns:

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


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

def delete_firewall_endpoint_association
  @delete_firewall_endpoint_association
end

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

RPC-specific configuration for delete_project_firewall_endpoint

Returns:

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


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

def delete_project_firewall_endpoint
  @delete_project_firewall_endpoint
end

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

RPC-specific configuration for get_firewall_endpoint

Returns:

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


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

def get_firewall_endpoint
  @get_firewall_endpoint
end

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

RPC-specific configuration for get_firewall_endpoint_association

Returns:

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


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

def get_firewall_endpoint_association
  @get_firewall_endpoint_association
end

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

RPC-specific configuration for get_project_firewall_endpoint

Returns:

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


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

def get_project_firewall_endpoint
  @get_project_firewall_endpoint
end

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

RPC-specific configuration for list_firewall_endpoint_associations

Returns:

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


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

def list_firewall_endpoint_associations
  @list_firewall_endpoint_associations
end

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

RPC-specific configuration for list_firewall_endpoints

Returns:

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


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

def list_firewall_endpoints
  @list_firewall_endpoints
end

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

RPC-specific configuration for list_project_firewall_endpoints

Returns:

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


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

def list_project_firewall_endpoints
  @list_project_firewall_endpoints
end

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

RPC-specific configuration for update_firewall_endpoint

Returns:

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


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

def update_firewall_endpoint
  @update_firewall_endpoint
end

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

RPC-specific configuration for update_firewall_endpoint_association

Returns:

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


2054
2055
2056
# File 'lib/google/cloud/network_security/v1/firewall_activation/client.rb', line 2054

def update_firewall_endpoint_association
  @update_firewall_endpoint_association
end

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

RPC-specific configuration for update_project_firewall_endpoint

Returns:

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


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

def update_project_firewall_endpoint
  @update_project_firewall_endpoint
end