public interface SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActionTokenSiteKeys(int index)
A list of site keys to be used during the validation of reCAPTCHA action-tokens.
|
com.google.protobuf.ByteString |
getActionTokenSiteKeysBytes(int index)
A list of site keys to be used during the validation of reCAPTCHA action-tokens.
|
int |
getActionTokenSiteKeysCount()
A list of site keys to be used during the validation of reCAPTCHA action-tokens.
|
List<String> |
getActionTokenSiteKeysList()
A list of site keys to be used during the validation of reCAPTCHA action-tokens.
|
String |
getSessionTokenSiteKeys(int index)
A list of site keys to be used during the validation of reCAPTCHA session-tokens.
|
com.google.protobuf.ByteString |
getSessionTokenSiteKeysBytes(int index)
A list of site keys to be used during the validation of reCAPTCHA session-tokens.
|
int |
getSessionTokenSiteKeysCount()
A list of site keys to be used during the validation of reCAPTCHA session-tokens.
|
List<String> |
getSessionTokenSiteKeysList()
A list of site keys to be used during the validation of reCAPTCHA session-tokens.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getActionTokenSiteKeysList()
A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string action_token_site_keys = 59929885;int getActionTokenSiteKeysCount()
A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string action_token_site_keys = 59929885;String getActionTokenSiteKeys(int index)
A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string action_token_site_keys = 59929885;index - The index of the element to return.com.google.protobuf.ByteString getActionTokenSiteKeysBytes(int index)
A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string action_token_site_keys = 59929885;index - The index of the value to return.List<String> getSessionTokenSiteKeysList()
A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string session_token_site_keys = 333363581;int getSessionTokenSiteKeysCount()
A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string session_token_site_keys = 333363581;String getSessionTokenSiteKeys(int index)
A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string session_token_site_keys = 333363581;index - The index of the element to return.com.google.protobuf.ByteString getSessionTokenSiteKeysBytes(int index)
A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
repeated string session_token_site_keys = 333363581;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.