Google Cloud Run V2 Client - Class HTTPHeader (1.1.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class HTTPHeader.

HTTPHeader describes a custom header to be used in HTTP probes

Generated from protobuf message google.cloud.run.v2.HTTPHeader

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The header field name

↳ value string

Optional. The header field value

getName

Required. The header field name

Returns
Type Description
string

setName

Required. The header field name

Parameter
Name Description
var string
Returns
Type Description
$this

getValue

Optional. The header field value

Returns
Type Description
string

setValue

Optional. The header field value

Parameter
Name Description
var string
Returns
Type Description
$this