Google Cloud Recaptcha Enterprise V1 Client - Class SetHeaderAction (1.8.0)

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 \ FirewallAction

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setKey

Optional. The header key to set in the request to the backend server.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValue

Optional. The header value to set in the request to the backend server.

Returns
TypeDescription
string

setValue

Optional. The header value to set in the request to the backend server.

Parameter
NameDescription
var string
Returns
TypeDescription
$this