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. -
: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
2454 2455 2456 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2454 def add_ip_override @add_ip_override end |
#annotate_assessment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for annotate_assessment
2414 2415 2416 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2414 def annotate_assessment @annotate_assessment end |
#create_assessment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_assessment
2409 2410 2411 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2409 def create_assessment @create_assessment end |
#create_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_firewall_policy
2474 2475 2476 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2474 def create_firewall_policy @create_firewall_policy end |
#create_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key
2419 2420 2421 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2419 def create_key @create_key end |
#delete_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_firewall_policy
2494 2495 2496 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2494 def delete_firewall_policy @delete_firewall_policy end |
#delete_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_key
2444 2445 2446 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2444 def delete_key @delete_key end |
#get_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_firewall_policy
2484 2485 2486 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2484 def get_firewall_policy @get_firewall_policy end |
#get_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key
2434 2435 2436 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2434 def get_key @get_key end |
#get_metrics ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_metrics
2469 2470 2471 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2469 def get_metrics @get_metrics end |
#list_firewall_policies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_firewall_policies
2479 2480 2481 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2479 def list_firewall_policies @list_firewall_policies end |
#list_ip_overrides ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_ip_overrides
2464 2465 2466 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2464 def list_ip_overrides @list_ip_overrides end |
#list_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_keys
2424 2425 2426 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2424 def list_keys @list_keys end |
#list_related_account_group_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_related_account_group_memberships
2509 2510 2511 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2509 def end |
#list_related_account_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_related_account_groups
2504 2505 2506 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2504 def end |
#migrate_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for migrate_key
2449 2450 2451 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2449 def migrate_key @migrate_key end |
#remove_ip_override ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for remove_ip_override
2459 2460 2461 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2459 def remove_ip_override @remove_ip_override end |
#reorder_firewall_policies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reorder_firewall_policies
2499 2500 2501 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2499 def reorder_firewall_policies @reorder_firewall_policies end |
#retrieve_legacy_secret_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retrieve_legacy_secret_key
2429 2430 2431 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2429 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
2514 2515 2516 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2514 def end |
#update_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_firewall_policy
2489 2490 2491 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2489 def update_firewall_policy @update_firewall_policy end |
#update_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_key
2439 2440 2441 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2439 def update_key @update_key end |