Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class Header.
The http headers.
Generated from protobuf message google.cloud.apigeeconnect.v1.Header
Namespace
Google \ Cloud \ ApigeeConnect \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
|
↳ values |
array
|
getKey
Generated from protobuf field string key = 1;
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
Generated from protobuf field string key = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValues
Generated from protobuf field repeated string values = 2;
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setValues
Generated from protobuf field repeated string values = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|