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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
hasHeaderName
clearHeaderName
setHeaderName
The name of the header to set.
Generated from protobuf field optional string header_name = 110223613;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHeaderValue
The value to set the named header to.
Generated from protobuf field optional string header_value = 203094335;
Returns | |
---|---|
Type | Description |
string |
hasHeaderValue
clearHeaderValue
setHeaderValue
The value to set the named header to.
Generated from protobuf field optional string header_value = 203094335;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |