public sealed class EgressResponse : IMessage<EgressResponse>, IEquatable<EgressResponse>, IDeepCloneable<EgressResponse>, IBufferMessage, IMessagegRPC response payload for tether.
Implements
IMessage<EgressResponse>, IEquatable<EgressResponse>, IDeepCloneable<EgressResponse>, 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 |
|