Compute V1 Client - Class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption (1.5.0)

Reference documentation and code samples for the Compute V1 Client class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.

Generated from protobuf message google.cloud.compute.v1.SecurityPolicyRuleHttpHeaderActionHttpHeaderOption

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ header_name string

The name of the header to set.

↳ header_value string

The value to set the named header to.

getHeaderName

The name of the header to set.

Generated from protobuf field optional string header_name = 110223613;

Returns
TypeDescription
string

hasHeaderName

clearHeaderName

setHeaderName

The name of the header to set.

Generated from protobuf field optional string header_name = 110223613;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHeaderValue

The value to set the named header to.

Generated from protobuf field optional string header_value = 203094335;

Returns
TypeDescription
string

hasHeaderValue

clearHeaderValue

setHeaderValue

The value to set the named header to.

Generated from protobuf field optional string header_value = 203094335;

Parameter
NameDescription
var string
Returns
TypeDescription
$this