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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. The header field name
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getValue
The header field value
Returns | |
---|---|
Type | Description |
string |
setValue
The header field value
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |