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)


1525
1526
1527
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1525

def annotate_assessment
  @annotate_assessment
end

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

RPC-specific configuration for create_assessment

Returns:

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


1520
1521
1522
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1520

def create_assessment
  @create_assessment
end

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

RPC-specific configuration for create_key

Returns:

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


1530
1531
1532
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1530

def create_key
  @create_key
end

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

RPC-specific configuration for delete_key

Returns:

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


1555
1556
1557
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1555

def delete_key
  @delete_key
end

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

RPC-specific configuration for get_key

Returns:

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


1545
1546
1547
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1545

def get_key
  @get_key
end

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

RPC-specific configuration for get_metrics

Returns:

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


1565
1566
1567
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1565

def get_metrics
  @get_metrics
end

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

RPC-specific configuration for list_keys

Returns:

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


1535
1536
1537
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1535

def list_keys
  @list_keys
end

RPC-specific configuration for list_related_account_group_memberships

Returns:

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


1575
1576
1577
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1575

def 
  @list_related_account_group_memberships
end

RPC-specific configuration for list_related_account_groups

Returns:

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


1570
1571
1572
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1570

def 
  @list_related_account_groups
end

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

RPC-specific configuration for migrate_key

Returns:

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


1560
1561
1562
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1560

def migrate_key
  @migrate_key
end

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

RPC-specific configuration for retrieve_legacy_secret_key

Returns:

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


1540
1541
1542
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1540

def retrieve_legacy_secret_key
  @retrieve_legacy_secret_key
end

RPC-specific configuration for search_related_account_group_memberships

Returns:

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


1580
1581
1582
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1580

def 
  @search_related_account_group_memberships
end

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

RPC-specific configuration for update_key

Returns:

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


1550
1551
1552
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 1550

def update_key
  @update_key
end