public static final class FirewallAction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder> implements FirewallActionOrBuilder
An individual action. Each action represents what to do if a policy matches.Protobuf type
google.cloud.recaptchaenterprise.v1.FirewallAction| Modifier and Type | Method and Description |
|---|---|
FirewallAction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FirewallAction |
build() |
FirewallAction |
buildPartial() |
FirewallAction.Builder |
clear() |
FirewallAction.Builder |
clearAllow()
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.Builder |
clearBlock()
This action denies access to a given page.
|
FirewallAction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FirewallAction.Builder |
clearFirewallActionOneof() |
FirewallAction.Builder |
clearIncludeRecaptchaScript()
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FirewallAction.Builder |
clearRedirect()
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.Builder |
clearSetHeader()
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.Builder |
clearSubstitute()
This action transparently serves a different page to an offending
user.
|
FirewallAction.Builder |
clone() |
FirewallAction.AllowAction |
getAllow()
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.AllowAction.Builder |
getAllowBuilder()
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.AllowActionOrBuilder |
getAllowOrBuilder()
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.BlockAction |
getBlock()
This action denies access to a given page.
|
FirewallAction.BlockAction.Builder |
getBlockBuilder()
This action denies access to a given page.
|
FirewallAction.BlockActionOrBuilder |
getBlockOrBuilder()
This action denies access to a given page.
|
FirewallAction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FirewallAction.FirewallActionOneofCase |
getFirewallActionOneofCase() |
FirewallAction.IncludeRecaptchaScriptAction |
getIncludeRecaptchaScript()
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.IncludeRecaptchaScriptAction.Builder |
getIncludeRecaptchaScriptBuilder()
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.IncludeRecaptchaScriptActionOrBuilder |
getIncludeRecaptchaScriptOrBuilder()
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.RedirectAction |
getRedirect()
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.RedirectAction.Builder |
getRedirectBuilder()
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.RedirectActionOrBuilder |
getRedirectOrBuilder()
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.SetHeaderAction |
getSetHeader()
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.SetHeaderAction.Builder |
getSetHeaderBuilder()
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.SetHeaderActionOrBuilder |
getSetHeaderOrBuilder()
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.SubstituteAction |
getSubstitute()
This action transparently serves a different page to an offending
user.
|
FirewallAction.SubstituteAction.Builder |
getSubstituteBuilder()
This action transparently serves a different page to an offending
user.
|
FirewallAction.SubstituteActionOrBuilder |
getSubstituteOrBuilder()
This action transparently serves a different page to an offending
user.
|
boolean |
hasAllow()
The user request did not match any policy and should be allowed
access to the requested resource.
|
boolean |
hasBlock()
This action denies access to a given page.
|
boolean |
hasIncludeRecaptchaScript()
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
boolean |
hasRedirect()
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
boolean |
hasSetHeader()
This action sets a custom header but allow the request to continue
to the customer backend.
|
boolean |
hasSubstitute()
This action transparently serves a different page to an offending
user.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FirewallAction.Builder |
mergeAllow(FirewallAction.AllowAction value)
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.Builder |
mergeBlock(FirewallAction.BlockAction value)
This action denies access to a given page.
|
FirewallAction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FirewallAction.Builder |
mergeFrom(FirewallAction other) |
FirewallAction.Builder |
mergeFrom(com.google.protobuf.Message other) |
FirewallAction.Builder |
mergeIncludeRecaptchaScript(FirewallAction.IncludeRecaptchaScriptAction value)
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.Builder |
mergeRedirect(FirewallAction.RedirectAction value)
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.Builder |
mergeSetHeader(FirewallAction.SetHeaderAction value)
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.Builder |
mergeSubstitute(FirewallAction.SubstituteAction value)
This action transparently serves a different page to an offending
user.
|
FirewallAction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FirewallAction.Builder |
setAllow(FirewallAction.AllowAction.Builder builderForValue)
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.Builder |
setAllow(FirewallAction.AllowAction value)
The user request did not match any policy and should be allowed
access to the requested resource.
|
FirewallAction.Builder |
setBlock(FirewallAction.BlockAction.Builder builderForValue)
This action denies access to a given page.
|
FirewallAction.Builder |
setBlock(FirewallAction.BlockAction value)
This action denies access to a given page.
|
FirewallAction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FirewallAction.Builder |
setIncludeRecaptchaScript(FirewallAction.IncludeRecaptchaScriptAction.Builder builderForValue)
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.Builder |
setIncludeRecaptchaScript(FirewallAction.IncludeRecaptchaScriptAction value)
This action injects reCAPTCHA JavaScript code into the HTML page
returned by the site backend.
|
FirewallAction.Builder |
setRedirect(FirewallAction.RedirectAction.Builder builderForValue)
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.Builder |
setRedirect(FirewallAction.RedirectAction value)
This action redirects the request to a reCAPTCHA interstitial to
attach a token.
|
FirewallAction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FirewallAction.Builder |
setSetHeader(FirewallAction.SetHeaderAction.Builder builderForValue)
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.Builder |
setSetHeader(FirewallAction.SetHeaderAction value)
This action sets a custom header but allow the request to continue
to the customer backend.
|
FirewallAction.Builder |
setSubstitute(FirewallAction.SubstituteAction.Builder builderForValue)
This action transparently serves a different page to an offending
user.
|
FirewallAction.Builder |
setSubstitute(FirewallAction.SubstituteAction value)
This action transparently serves a different page to an offending
user.
|
FirewallAction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FirewallAction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FirewallAction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FirewallAction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FirewallAction.Builder>public FirewallAction.Builder mergeFrom(FirewallAction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public FirewallAction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FirewallAction.Builder>IOExceptionpublic FirewallAction.FirewallActionOneofCase getFirewallActionOneofCase()
getFirewallActionOneofCase in interface FirewallActionOrBuilderpublic FirewallAction.Builder clearFirewallActionOneof()
public boolean hasAllow()
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;hasAllow in interface FirewallActionOrBuilderpublic FirewallAction.AllowAction getAllow()
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;getAllow in interface FirewallActionOrBuilderpublic FirewallAction.Builder setAllow(FirewallAction.AllowAction value)
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;public FirewallAction.Builder setAllow(FirewallAction.AllowAction.Builder builderForValue)
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;public FirewallAction.Builder mergeAllow(FirewallAction.AllowAction value)
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;public FirewallAction.Builder clearAllow()
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;public FirewallAction.AllowAction.Builder getAllowBuilder()
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;public FirewallAction.AllowActionOrBuilder getAllowOrBuilder()
The user request did not match any policy and should be allowed access to the requested resource.
.google.cloud.recaptchaenterprise.v1.FirewallAction.AllowAction allow = 1;getAllowOrBuilder in interface FirewallActionOrBuilderpublic boolean hasBlock()
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;hasBlock in interface FirewallActionOrBuilderpublic FirewallAction.BlockAction getBlock()
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;getBlock in interface FirewallActionOrBuilderpublic FirewallAction.Builder setBlock(FirewallAction.BlockAction value)
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;public FirewallAction.Builder setBlock(FirewallAction.BlockAction.Builder builderForValue)
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;public FirewallAction.Builder mergeBlock(FirewallAction.BlockAction value)
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;public FirewallAction.Builder clearBlock()
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;public FirewallAction.BlockAction.Builder getBlockBuilder()
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;public FirewallAction.BlockActionOrBuilder getBlockOrBuilder()
This action denies access to a given page. The user gets an HTTP error code.
.google.cloud.recaptchaenterprise.v1.FirewallAction.BlockAction block = 2;getBlockOrBuilder in interface FirewallActionOrBuilderpublic boolean hasIncludeRecaptchaScript()
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
hasIncludeRecaptchaScript in interface FirewallActionOrBuilderpublic FirewallAction.IncludeRecaptchaScriptAction getIncludeRecaptchaScript()
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
getIncludeRecaptchaScript in interface FirewallActionOrBuilderpublic FirewallAction.Builder setIncludeRecaptchaScript(FirewallAction.IncludeRecaptchaScriptAction value)
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
public FirewallAction.Builder setIncludeRecaptchaScript(FirewallAction.IncludeRecaptchaScriptAction.Builder builderForValue)
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
public FirewallAction.Builder mergeIncludeRecaptchaScript(FirewallAction.IncludeRecaptchaScriptAction value)
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
public FirewallAction.Builder clearIncludeRecaptchaScript()
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
public FirewallAction.IncludeRecaptchaScriptAction.Builder getIncludeRecaptchaScriptBuilder()
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
public FirewallAction.IncludeRecaptchaScriptActionOrBuilder getIncludeRecaptchaScriptOrBuilder()
This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.IncludeRecaptchaScriptAction include_recaptcha_script = 6;
getIncludeRecaptchaScriptOrBuilder in interface FirewallActionOrBuilderpublic boolean hasRedirect()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;hasRedirect in interface FirewallActionOrBuilderpublic FirewallAction.RedirectAction getRedirect()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;getRedirect in interface FirewallActionOrBuilderpublic FirewallAction.Builder setRedirect(FirewallAction.RedirectAction value)
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;public FirewallAction.Builder setRedirect(FirewallAction.RedirectAction.Builder builderForValue)
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;public FirewallAction.Builder mergeRedirect(FirewallAction.RedirectAction value)
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;public FirewallAction.Builder clearRedirect()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;public FirewallAction.RedirectAction.Builder getRedirectBuilder()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;public FirewallAction.RedirectActionOrBuilder getRedirectOrBuilder()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;getRedirectOrBuilder in interface FirewallActionOrBuilderpublic boolean hasSubstitute()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
hasSubstitute in interface FirewallActionOrBuilderpublic FirewallAction.SubstituteAction getSubstitute()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
getSubstitute in interface FirewallActionOrBuilderpublic FirewallAction.Builder setSubstitute(FirewallAction.SubstituteAction value)
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
public FirewallAction.Builder setSubstitute(FirewallAction.SubstituteAction.Builder builderForValue)
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
public FirewallAction.Builder mergeSubstitute(FirewallAction.SubstituteAction value)
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
public FirewallAction.Builder clearSubstitute()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
public FirewallAction.SubstituteAction.Builder getSubstituteBuilder()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
public FirewallAction.SubstituteActionOrBuilder getSubstituteOrBuilder()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
getSubstituteOrBuilder in interface FirewallActionOrBuilderpublic boolean hasSetHeader()
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
hasSetHeader in interface FirewallActionOrBuilderpublic FirewallAction.SetHeaderAction getSetHeader()
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
getSetHeader in interface FirewallActionOrBuilderpublic FirewallAction.Builder setSetHeader(FirewallAction.SetHeaderAction value)
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
public FirewallAction.Builder setSetHeader(FirewallAction.SetHeaderAction.Builder builderForValue)
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
public FirewallAction.Builder mergeSetHeader(FirewallAction.SetHeaderAction value)
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
public FirewallAction.Builder clearSetHeader()
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
public FirewallAction.SetHeaderAction.Builder getSetHeaderBuilder()
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
public FirewallAction.SetHeaderActionOrBuilder getSetHeaderOrBuilder()
This action sets a custom header but allow the request to continue to the customer backend.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction set_header = 4;
getSetHeaderOrBuilder in interface FirewallActionOrBuilderpublic final FirewallAction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>public final FirewallAction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FirewallAction.Builder>Copyright © 2025 Google LLC. All rights reserved.