Google Cloud Apigee Connect V1 Client - Class Header (1.1.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ key string
↳ values array

getKey

Generated from protobuf field string key = 1;

Returns
TypeDescription
string

setKey

Generated from protobuf field string key = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValues

Generated from protobuf field repeated string values = 2;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

Generated from protobuf field repeated string values = 2;

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this