public sealed class EgressResponse : IMessage<EgressResponse>, IEquatable<EgressResponse>, IDeepCloneable<EgressResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Connect v1 API class EgressResponse.
gRPC response payload for tether.
Implements
IMessageEgressResponse, IEquatableEgressResponse, IDeepCloneableEgressResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ApigeeConnect.V1Assembly
Google.Cloud.ApigeeConnect.V1.dll
Constructors
EgressResponse()
public EgressResponse()
EgressResponse(EgressResponse)
public EgressResponse(EgressResponse other)
Parameter | |
---|---|
Name | Description |
other |
EgressResponse |
Properties
Endpoint
public TetherEndpoint Endpoint { get; set; }
Tether Endpoint.
Property Value | |
---|---|
Type | Description |
TetherEndpoint |
HttpResponse
public HttpResponse HttpResponse { get; set; }
HttpResponse.
Property Value | |
---|---|
Type | Description |
HttpResponse |
Id
public string Id { get; set; }
Unique identifier for the response. Matches the EgressRequest's id.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Name is the full resource path of endpoint.
Format: projects/{project_number or project_id}/endpoints/{endpoint}
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
GCP Project.
Format: projects/{project_number}
.
Property Value | |
---|---|
Type | Description |
string |
Status
public Status Status { get; set; }
Errors from application when handling the http request.
Property Value | |
---|---|
Type | Description |
Status |
TraceId
public string TraceId { get; set; }
Unique identifier for clients to trace their request/response. Matches the EgressRequest's trace id
Property Value | |
---|---|
Type | Description |
string |