Class SecurityPolicyRuleMatcherExprOptions.Builder (1.93.0)

public static final class SecurityPolicyRuleMatcherExprOptions.Builder extends GeneratedMessage.Builder<SecurityPolicyRuleMatcherExprOptions.Builder> implements SecurityPolicyRuleMatcherExprOptionsOrBuilder

Protobuf type google.cloud.compute.v1.SecurityPolicyRuleMatcherExprOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SecurityPolicyRuleMatcherExprOptions build()
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions

buildPartial()

public SecurityPolicyRuleMatcherExprOptions buildPartial()
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions

clear()

public SecurityPolicyRuleMatcherExprOptions.Builder clear()
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder
Overrides

clearRecaptchaOptions()

public SecurityPolicyRuleMatcherExprOptions.Builder clearRecaptchaOptions()

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
SecurityPolicyRuleMatcherExprOptions.Builder

getDefaultInstanceForType()

public SecurityPolicyRuleMatcherExprOptions getDefaultInstanceForType()
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getRecaptchaOptions()

public 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.

getRecaptchaOptionsBuilder()

public SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.Builder getRecaptchaOptionsBuilder()

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.Builder

getRecaptchaOptionsOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SecurityPolicyRuleMatcherExprOptions other)

public SecurityPolicyRuleMatcherExprOptions.Builder mergeFrom(SecurityPolicyRuleMatcherExprOptions other)
Parameter
Name Description
other SecurityPolicyRuleMatcherExprOptions
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SecurityPolicyRuleMatcherExprOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SecurityPolicyRuleMatcherExprOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder
Overrides

mergeRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions value)

public SecurityPolicyRuleMatcherExprOptions.Builder mergeRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions value)

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;

Parameter
Name Description
value SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder

setRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions value)

public SecurityPolicyRuleMatcherExprOptions.Builder setRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions value)

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;

Parameter
Name Description
value SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder

setRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.Builder builderForValue)

public SecurityPolicyRuleMatcherExprOptions.Builder setRecaptchaOptions(SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.Builder builderForValue)

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;

Parameter
Name Description
builderForValue SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.Builder
Returns
Type Description
SecurityPolicyRuleMatcherExprOptions.Builder