Google Cloud Apigee Connect V1 Client - Class EgressRequest (1.2.0)

Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class EgressRequest.

gRPC request payload for tether.

Generated from protobuf message google.cloud.apigeeconnect.v1.EgressRequest

Namespace

Google \ Cloud \ ApigeeConnect \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

Unique identifier for the request.

↳ payload Google\Cloud\ApigeeConnect\V1\Payload

Actual payload to send to agent.

↳ endpoint int

Tether Endpoint.

↳ project string

GCP Project. Format: projects/{project_number}.

↳ trace_id string

Unique identifier for clients to trace their request/response.

↳ timeout Google\Protobuf\Duration

Timeout for the HTTP request.

getId

Unique identifier for the request.

Returns
TypeDescription
string

setId

Unique identifier for the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPayload

Actual payload to send to agent.

Returns
TypeDescription
Google\Cloud\ApigeeConnect\V1\Payload|null

hasPayload

clearPayload

setPayload

Actual payload to send to agent.

Parameter
NameDescription
var Google\Cloud\ApigeeConnect\V1\Payload
Returns
TypeDescription
$this

getEndpoint

Tether Endpoint.

Returns
TypeDescription
int

setEndpoint

Tether Endpoint.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getProject

GCP Project.

Format: projects/{project_number}.

Returns
TypeDescription
string

setProject

GCP Project.

Format: projects/{project_number}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTraceId

Unique identifier for clients to trace their request/response.

Returns
TypeDescription
string

setTraceId

Unique identifier for clients to trace their request/response.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTimeout

Timeout for the HTTP request.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasTimeout

clearTimeout

setTimeout

Timeout for the HTTP request.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this