Class SecurityPolicyRecaptchaOptionsConfig.Builder (1.93.0)

public static final class SecurityPolicyRecaptchaOptionsConfig.Builder extends GeneratedMessage.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

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

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.

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

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.