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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Unique identifier for the request.
↳ payload
↳ 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
getId
Unique identifier for the request.
string
setId
Unique identifier for the request.
var
string
$this
getPayload
Actual payload to send to agent.
hasPayload
clearPayload
setPayload
Actual payload to send to agent.
$this
getEndpoint
Tether Endpoint.
int
setEndpoint
Tether Endpoint.
var
int
$this
getProject
GCP Project.
Format: projects/{project_number}
.
string
setProject
GCP Project.
Format: projects/{project_number}
.
var
string
$this
getTraceId
Unique identifier for clients to trace their request/response.
string
setTraceId
Unique identifier for clients to trace their request/response.
var
string
$this
getTimeout
Timeout for the HTTP request.
hasTimeout
clearTimeout
setTimeout
Timeout for the HTTP request.
$this