public interface FirewallActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FirewallAction.AllowAction |
getAllow()
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.BlockActionOrBuilder |
getBlockOrBuilder()
This action denies access to a given page.
|
FirewallAction.FirewallActionOneofCase |
getFirewallActionOneofCase() |
FirewallAction.IncludeRecaptchaScriptAction |
getIncludeRecaptchaScript()
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.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.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.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;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;
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;
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;
boolean hasRedirect()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;FirewallAction.RedirectAction getRedirect()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;FirewallAction.RedirectActionOrBuilder getRedirectOrBuilder()
This action redirects the request to a reCAPTCHA interstitial to attach a token.
.google.cloud.recaptchaenterprise.v1.FirewallAction.RedirectAction redirect = 5;boolean hasSubstitute()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
FirewallAction.SubstituteAction getSubstitute()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
FirewallAction.SubstituteActionOrBuilder getSubstituteOrBuilder()
This action transparently serves a different page to an offending user.
.google.cloud.recaptchaenterprise.v1.FirewallAction.SubstituteAction substitute = 3;
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;
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;
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;
FirewallAction.FirewallActionOneofCase getFirewallActionOneofCase()
Copyright © 2025 Google LLC. All rights reserved.