Class: Google::Cloud::RecaptchaEnterprise::V1::RecaptchaEnterpriseService::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for annotate_assessment

Returns:

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


952
953
954
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 952

def annotate_assessment
  @annotate_assessment
end

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

RPC-specific configuration for create_assessment

Returns:

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


947
948
949
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 947

def create_assessment
  @create_assessment
end

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

RPC-specific configuration for create_key

Returns:

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


957
958
959
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 957

def create_key
  @create_key
end

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

RPC-specific configuration for delete_key

Returns:

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


977
978
979
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 977

def delete_key
  @delete_key
end

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

RPC-specific configuration for get_key

Returns:

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


967
968
969
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 967

def get_key
  @get_key
end

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

RPC-specific configuration for get_metrics

Returns:

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


987
988
989
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 987

def get_metrics
  @get_metrics
end

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

RPC-specific configuration for list_keys

Returns:

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


962
963
964
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 962

def list_keys
  @list_keys
end

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

RPC-specific configuration for migrate_key

Returns:

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


982
983
984
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 982

def migrate_key
  @migrate_key
end

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

RPC-specific configuration for update_key

Returns:

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


972
973
974
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 972

def update_key
  @update_key
end