Google Cloud Run V2 Client - Class HTTPHeader (0.9.1)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The header field name

↳ value string

The header field value

getName

Required. The header field name

Returns
TypeDescription
string

setName

Required. The header field name

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValue

The header field value

Returns
TypeDescription
string

setValue

The header field value

Parameter
NameDescription
var string
Returns
TypeDescription
$this