Class: Google::Cloud::ApiKeys::V2::ApiKeys::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/api_keys/v2/api_keys/client.rb

Overview

Configuration RPC class for the ApiKeys 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_key::Gapic::Config::Method (readonly)

RPC-specific configuration for create_key

Returns:

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


1075
1076
1077
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1075

def create_key
  @create_key
end

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

RPC-specific configuration for delete_key

Returns:

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


1100
1101
1102
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1100

def delete_key
  @delete_key
end

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

RPC-specific configuration for get_key

Returns:

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


1085
1086
1087
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1085

def get_key
  @get_key
end

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

RPC-specific configuration for get_key_string

Returns:

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


1090
1091
1092
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1090

def get_key_string
  @get_key_string
end

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

RPC-specific configuration for list_keys

Returns:

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


1080
1081
1082
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1080

def list_keys
  @list_keys
end

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

RPC-specific configuration for lookup_key

Returns:

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


1110
1111
1112
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1110

def lookup_key
  @lookup_key
end

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

RPC-specific configuration for undelete_key

Returns:

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


1105
1106
1107
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1105

def undelete_key
  @undelete_key
end

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

RPC-specific configuration for update_key

Returns:

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


1095
1096
1097
# File 'lib/google/cloud/api_keys/v2/api_keys/client.rb', line 1095

def update_key
  @update_key
end