Class: Google::Cloud::RecaptchaEnterprise::V1::RecaptchaEnterpriseService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::RecaptchaEnterpriseService::Client::Configuration::Rpcs
- 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. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#add_ip_override ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
add_ip_override. -
#annotate_assessment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
annotate_assessment. -
#create_assessment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_assessment. -
#create_firewall_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_firewall_policy. -
#create_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_key. -
#delete_firewall_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_firewall_policy. -
#delete_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_key. -
#get_firewall_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_firewall_policy. -
#get_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_key. -
#get_metrics ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_metrics. -
#list_firewall_policies ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_firewall_policies. -
#list_ip_overrides ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_ip_overrides. -
#list_keys ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_keys. -
#list_related_account_group_memberships ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_related_account_group_memberships. -
#list_related_account_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_related_account_groups. -
#migrate_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
migrate_key. -
#remove_ip_override ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
remove_ip_override. -
#reorder_firewall_policies ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
reorder_firewall_policies. -
#retrieve_legacy_secret_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
retrieve_legacy_secret_key. -
#search_related_account_group_memberships ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_related_account_group_memberships. -
#update_firewall_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_firewall_policy. -
#update_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_key.
Instance Attribute Details
#add_ip_override ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for add_ip_override
2493 2494 2495 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2493 def add_ip_override @add_ip_override end |
#annotate_assessment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for annotate_assessment
2453 2454 2455 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2453 def annotate_assessment @annotate_assessment end |
#create_assessment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_assessment
2448 2449 2450 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2448 def create_assessment @create_assessment end |
#create_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_firewall_policy
2513 2514 2515 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2513 def create_firewall_policy @create_firewall_policy end |
#create_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key
2458 2459 2460 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2458 def create_key @create_key end |
#delete_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_firewall_policy
2533 2534 2535 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2533 def delete_firewall_policy @delete_firewall_policy end |
#delete_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_key
2483 2484 2485 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2483 def delete_key @delete_key end |
#get_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_firewall_policy
2523 2524 2525 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2523 def get_firewall_policy @get_firewall_policy end |
#get_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key
2473 2474 2475 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2473 def get_key @get_key end |
#get_metrics ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_metrics
2508 2509 2510 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2508 def get_metrics @get_metrics end |
#list_firewall_policies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_firewall_policies
2518 2519 2520 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2518 def list_firewall_policies @list_firewall_policies end |
#list_ip_overrides ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_ip_overrides
2503 2504 2505 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2503 def list_ip_overrides @list_ip_overrides end |
#list_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_keys
2463 2464 2465 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2463 def list_keys @list_keys end |
#list_related_account_group_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_related_account_group_memberships
2548 2549 2550 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2548 def @list_related_account_group_memberships end |
#list_related_account_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_related_account_groups
2543 2544 2545 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2543 def @list_related_account_groups end |
#migrate_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for migrate_key
2488 2489 2490 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2488 def migrate_key @migrate_key end |
#remove_ip_override ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for remove_ip_override
2498 2499 2500 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2498 def remove_ip_override @remove_ip_override end |
#reorder_firewall_policies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reorder_firewall_policies
2538 2539 2540 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2538 def reorder_firewall_policies @reorder_firewall_policies end |
#retrieve_legacy_secret_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retrieve_legacy_secret_key
2468 2469 2470 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2468 def retrieve_legacy_secret_key @retrieve_legacy_secret_key end |
#search_related_account_group_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_related_account_group_memberships
2553 2554 2555 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2553 def @search_related_account_group_memberships end |
#update_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_firewall_policy
2528 2529 2530 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2528 def update_firewall_policy @update_firewall_policy end |
#update_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_key
2478 2479 2480 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2478 def update_key @update_key end |