Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::FirewallActivation::Client::Configuration::Rpcs (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::FirewallActivation::Client::Configuration::Rpcs.

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.

Inherits

  • Object

Methods

#create_firewall_endpoint

def create_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for create_firewall_endpoint

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

#create_firewall_endpoint_association

def create_firewall_endpoint_association() -> ::Gapic::Config::Method

RPC-specific configuration for create_firewall_endpoint_association

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

#create_project_firewall_endpoint

def create_project_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for create_project_firewall_endpoint

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

#delete_firewall_endpoint

def delete_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for delete_firewall_endpoint

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

#delete_firewall_endpoint_association

def delete_firewall_endpoint_association() -> ::Gapic::Config::Method

RPC-specific configuration for delete_firewall_endpoint_association

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

#delete_project_firewall_endpoint

def delete_project_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for delete_project_firewall_endpoint

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

#get_firewall_endpoint

def get_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for get_firewall_endpoint

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

#get_firewall_endpoint_association

def get_firewall_endpoint_association() -> ::Gapic::Config::Method

RPC-specific configuration for get_firewall_endpoint_association

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

#get_project_firewall_endpoint

def get_project_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for get_project_firewall_endpoint

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

#list_firewall_endpoint_associations

def list_firewall_endpoint_associations() -> ::Gapic::Config::Method

RPC-specific configuration for list_firewall_endpoint_associations

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

#list_firewall_endpoints

def list_firewall_endpoints() -> ::Gapic::Config::Method

RPC-specific configuration for list_firewall_endpoints

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

#list_project_firewall_endpoints

def list_project_firewall_endpoints() -> ::Gapic::Config::Method

RPC-specific configuration for list_project_firewall_endpoints

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

#update_firewall_endpoint

def update_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for update_firewall_endpoint

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

#update_firewall_endpoint_association

def update_firewall_endpoint_association() -> ::Gapic::Config::Method

RPC-specific configuration for update_firewall_endpoint_association

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

#update_project_firewall_endpoint

def update_project_firewall_endpoint() -> ::Gapic::Config::Method

RPC-specific configuration for update_project_firewall_endpoint

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