public interface SecurityPolicyRuleMatcherExprOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions |
getRecaptchaOptions()
reCAPTCHA configuration options to be applied for the rule.
|
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptionsOrBuilder |
getRecaptchaOptionsOrBuilder()
reCAPTCHA configuration options to be applied for the rule.
|
boolean |
hasRecaptchaOptions()
reCAPTCHA configuration options to be applied for the rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;
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;
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;
Copyright © 2025 Google LLC. All rights reserved.