Class SecurityPolicyRecaptchaOptionsConfig.Builder (1.51.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRecaptchaOptionsConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

build()

public SecurityPolicyRecaptchaOptionsConfig build()
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig

buildPartial()

public SecurityPolicyRecaptchaOptionsConfig buildPartial()
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig

clear()

public SecurityPolicyRecaptchaOptionsConfig.Builder clear()
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SecurityPolicyRecaptchaOptionsConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SecurityPolicyRecaptchaOptionsConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder

This builder for chaining.

clone()

public SecurityPolicyRecaptchaOptionsConfig.Builder clone()
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

getDefaultInstanceForType()

public SecurityPolicyRecaptchaOptionsConfig getDefaultInstanceForType()
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the redirectSiteKey field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(SecurityPolicyRecaptchaOptionsConfig other)

public SecurityPolicyRecaptchaOptionsConfig.Builder mergeFrom(SecurityPolicyRecaptchaOptionsConfig other)
Parameter
NameDescription
otherSecurityPolicyRecaptchaOptionsConfig
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SecurityPolicyRecaptchaOptionsConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SecurityPolicyRecaptchaOptionsConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRecaptchaOptionsConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SecurityPolicyRecaptchaOptionsConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The redirectSiteKey to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for redirectSiteKey to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final SecurityPolicyRecaptchaOptionsConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SecurityPolicyRecaptchaOptionsConfig.Builder
Overrides