Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class EgressResponse.
gRPC response payload for tether.
Generated from protobuf message google.cloud.apigeeconnect.v1.EgressResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
Unique identifier for the response. Matches the EgressRequest's id.
↳ http_response
↳ status
↳ project
string
GCP Project. Format: projects/{project_number}
.
↳ trace_id
string
Unique identifier for clients to trace their request/response. Matches the EgressRequest's trace id
↳ endpoint
int
Tether Endpoint.
↳ name
string
Name is the full resource path of endpoint. Format: projects/{project_number or project_id}/endpoints/{endpoint}
getId
Unique identifier for the response. Matches the EgressRequest's id.
string
setId
Unique identifier for the response. Matches the EgressRequest's id.
var
string
$this
getHttpResponse
HttpResponse.
hasHttpResponse
clearHttpResponse
setHttpResponse
HttpResponse.
$this
getStatus
Errors from application when handling the http request.
hasStatus
clearStatus
setStatus
Errors from application when handling the http request.
$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. Matches the EgressRequest's trace id
string
setTraceId
Unique identifier for clients to trace their request/response. Matches the EgressRequest's trace id
var
string
$this
getEndpoint
Tether Endpoint.
int
setEndpoint
Tether Endpoint.
var
int
$this
getName
Name is the full resource path of endpoint.
Format: projects/{project_number or project_id}/endpoints/{endpoint}
string
setName
Name is the full resource path of endpoint.
Format: projects/{project_number or project_id}/endpoints/{endpoint}
var
string
$this