public interface SecurityPolicyRuleMatcherExprOptionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRecaptchaOptions()
public abstract SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions getRecaptchaOptions()
reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field has no effect.
optional .google.cloud.compute.v1.SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions recaptcha_options = 389151558;
Returns | |
---|---|
Type | Description |
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions |
The recaptchaOptions. |
getRecaptchaOptionsOrBuilder()
public abstract SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsOrBuilder getRecaptchaOptionsOrBuilder()
reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field has no effect.
optional .google.cloud.compute.v1.SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions recaptcha_options = 389151558;
Returns | |
---|---|
Type | Description |
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsOrBuilder |
hasRecaptchaOptions()
public abstract boolean hasRecaptchaOptions()
reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field has no effect.
optional .google.cloud.compute.v1.SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions recaptcha_options = 389151558;
Returns | |
---|---|
Type | Description |
boolean |
Whether the recaptchaOptions field is set. |