Google Cloud Network Security V1 Client - Class HeaderMatch (1.3.0)

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

Methods

__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