Google Cloud Run V2 Client - Class HTTPHeader (1.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
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 |
|