Class: Google::Cloud::IDS::V1::IDS::Rest::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for create_endpoint

Returns:

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


716
717
718
# File 'lib/google/cloud/ids/v1/ids/rest/client.rb', line 716

def create_endpoint
  @create_endpoint
end

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

RPC-specific configuration for delete_endpoint

Returns:

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


721
722
723
# File 'lib/google/cloud/ids/v1/ids/rest/client.rb', line 721

def delete_endpoint
  @delete_endpoint
end

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

RPC-specific configuration for get_endpoint

Returns:

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


711
712
713
# File 'lib/google/cloud/ids/v1/ids/rest/client.rb', line 711

def get_endpoint
  @get_endpoint
end

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

RPC-specific configuration for list_endpoints

Returns:

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


706
707
708
# File 'lib/google/cloud/ids/v1/ids/rest/client.rb', line 706

def list_endpoints
  @list_endpoints
end