Interface protos.google.cloud.apigeeconnect.v1.IEgressResponse (1.0.5)

Properties of an EgressResponse.

Package

@google-cloud/apigee-connect!

Properties

endpoint

endpoint?: (google.cloud.apigeeconnect.v1.TetherEndpoint|keyof typeof google.cloud.apigeeconnect.v1.TetherEndpoint|null);

EgressResponse endpoint

Property Value
TypeDescription
(google.cloud.apigeeconnect.v1.TetherEndpoint|keyof typeof google.cloud.apigeeconnect.v1.TetherEndpoint|null)

httpResponse

httpResponse?: (google.cloud.apigeeconnect.v1.IHttpResponse|null);

EgressResponse httpResponse

Property Value
TypeDescription
(google.cloud.apigeeconnect.v1.IHttpResponse|null)

id

id?: (string|null);

EgressResponse id

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

EgressResponse name

Property Value
TypeDescription
(string|null)

project

project?: (string|null);

EgressResponse project

Property Value
TypeDescription
(string|null)

status

status?: (google.rpc.IStatus|null);

EgressResponse status

Property Value
TypeDescription
(google.rpc.IStatus|null)

traceId

traceId?: (string|null);

EgressResponse traceId

Property Value
TypeDescription
(string|null)