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_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
. -
#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
2261 2262 2263 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2261 def add_ip_override @add_ip_override end |
#annotate_assessment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for annotate_assessment
2221 2222 2223 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2221 def annotate_assessment @annotate_assessment end |
#create_assessment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_assessment
2216 2217 2218 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2216 def create_assessment @create_assessment end |
#create_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_firewall_policy
2271 2272 2273 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2271 def create_firewall_policy @create_firewall_policy end |
#create_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_key
2226 2227 2228 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2226 def create_key @create_key end |
#delete_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_firewall_policy
2291 2292 2293 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2291 def delete_firewall_policy @delete_firewall_policy end |
#delete_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_key
2251 2252 2253 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2251 def delete_key @delete_key end |
#get_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_firewall_policy
2281 2282 2283 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2281 def get_firewall_policy @get_firewall_policy end |
#get_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_key
2241 2242 2243 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2241 def get_key @get_key end |
#get_metrics ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_metrics
2266 2267 2268 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2266 def get_metrics @get_metrics end |
#list_firewall_policies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_firewall_policies
2276 2277 2278 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2276 def list_firewall_policies @list_firewall_policies end |
#list_keys ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_keys
2231 2232 2233 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2231 def list_keys @list_keys end |
#list_related_account_group_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_related_account_group_memberships
2306 2307 2308 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2306 def @list_related_account_group_memberships end |
#list_related_account_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_related_account_groups
2301 2302 2303 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2301 def @list_related_account_groups end |
#migrate_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for migrate_key
2256 2257 2258 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2256 def migrate_key @migrate_key end |
#reorder_firewall_policies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for reorder_firewall_policies
2296 2297 2298 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2296 def reorder_firewall_policies @reorder_firewall_policies end |
#retrieve_legacy_secret_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for retrieve_legacy_secret_key
2236 2237 2238 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2236 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
2311 2312 2313 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2311 def @search_related_account_group_memberships end |
#update_firewall_policy ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_firewall_policy
2286 2287 2288 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2286 def update_firewall_policy @update_firewall_policy end |
#update_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_key
2246 2247 2248 |
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2246 def update_key @update_key end |