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

Properties of an EgressRequest.

Package

@google-cloud/apigee-connect!

Properties

endpoint

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

EgressRequest endpoint

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

id

id?: (string|null);

EgressRequest id

Property Value
TypeDescription
(string|null)

payload

payload?: (google.cloud.apigeeconnect.v1.IPayload|null);

EgressRequest payload

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

project

project?: (string|null);

EgressRequest project

Property Value
TypeDescription
(string|null)

timeout

timeout?: (google.protobuf.IDuration|null);

EgressRequest timeout

Property Value
TypeDescription
(google.protobuf.IDuration|null)

traceId

traceId?: (string|null);

EgressRequest traceId

Property Value
TypeDescription
(string|null)