Reference documentation and code samples for the Google Cloud Network Security V1 Client class HeaderMatch.
Determines how a HTTP header should be matched.
Generated from protobuf message google.cloud.networksecurity.v1.AuthzPolicy.AuthzRule.HeaderMatch
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ AuthzPolicy \ AuthzRuleMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Optional. Specifies the name of the header in the request. |
↳ value |
StringMatch
Optional. Specifies how the header match will be performed. |
getName
Optional. Specifies the name of the header in the request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Optional. Specifies the name of the header in the request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Optional. Specifies how the header match will be performed.
| Returns | |
|---|---|
| Type | Description |
StringMatch|null |
|
hasValue
clearValue
setValue
Optional. Specifies how the header match will be performed.
| Parameter | |
|---|---|
| Name | Description |
var |
StringMatch
|
| Returns | |
|---|---|
| Type | Description |
$this |
|