Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class SetHeaderAction.
A set header action sets a header and forwards the request to the backend. This can be used to trigger custom protection implemented on the backend.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.FirewallAction.SetHeaderAction
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ FirewallActionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Optional. The header key to set in the request to the backend server. |
↳ value |
string
Optional. The header value to set in the request to the backend server. |
getKey
Optional. The header key to set in the request to the backend server.
Returns | |
---|---|
Type | Description |
string |
setKey
Optional. The header key to set in the request to the backend server.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getValue
Optional. The header value to set in the request to the backend server.
Returns | |
---|---|
Type | Description |
string |
setValue
Optional. The header value to set in the request to the backend server.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |