Class SecurityPolicyRecaptchaOptionsConfig.Builder (1.54.0)

public static final class SecurityPolicyRecaptchaOptionsConfig.Builder extends GeneratedMessageV3.Builder<SecurityPolicyRecaptchaOptionsConfig.Builder> implements SecurityPolicyRecaptchaOptionsConfigOrBuilder

Protobuf type google.cloud.compute.v1.SecurityPolicyRecaptchaOptionsConfig

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRecaptchaOptionsConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

build()

public SecurityPolicyRecaptchaOptionsConfig build()
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig

buildPartial()

public SecurityPolicyRecaptchaOptionsConfig buildPartial()
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig

clear()

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

clearField(Descriptors.FieldDescriptor field)

public SecurityPolicyRecaptchaOptionsConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SecurityPolicyRecaptchaOptionsConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

clearRedirectSiteKey()

public SecurityPolicyRecaptchaOptionsConfig.Builder clearRedirectSiteKey()

An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

optional string redirect_site_key = 447677034;

Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder

This builder for chaining.

clone()

public SecurityPolicyRecaptchaOptionsConfig.Builder clone()
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

getDefaultInstanceForType()

public SecurityPolicyRecaptchaOptionsConfig getDefaultInstanceForType()
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig

getDescriptorForType()

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

getRedirectSiteKey()

public String getRedirectSiteKey()

An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

optional string redirect_site_key = 447677034;

Returns
Type Description
String

The redirectSiteKey.

getRedirectSiteKeyBytes()

public ByteString getRedirectSiteKeyBytes()

An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

optional string redirect_site_key = 447677034;

Returns
Type Description
ByteString

The bytes for redirectSiteKey.

hasRedirectSiteKey()

public boolean hasRedirectSiteKey()

An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

optional string redirect_site_key = 447677034;

Returns
Type Description
boolean

Whether the redirectSiteKey field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SecurityPolicyRecaptchaOptionsConfig other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRecaptchaOptionsConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRecaptchaOptionsConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

setRedirectSiteKey(String value)

public SecurityPolicyRecaptchaOptionsConfig.Builder setRedirectSiteKey(String value)

An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

optional string redirect_site_key = 447677034;

Parameter
Name Description
value String

The redirectSiteKey to set.

Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder

This builder for chaining.

setRedirectSiteKeyBytes(ByteString value)

public SecurityPolicyRecaptchaOptionsConfig.Builder setRedirectSiteKeyBytes(ByteString value)

An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

optional string redirect_site_key = 447677034;

Parameter
Name Description
value ByteString

The bytes for redirectSiteKey to set.

Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SecurityPolicyRecaptchaOptionsConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRecaptchaOptionsConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides