[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eEgressResponse\u003c/code\u003e class within the Google Cloud Apigee Connect v1 API, which is a gRPC response payload used for tether communication.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEgressResponse\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eAvailable versions of the \u003ccode\u003eEgressResponse\u003c/code\u003e class range from 1.0.0 to the latest version 2.4.0, each available with the corresponding documentation link.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eEndpoint\u003c/code\u003e, \u003ccode\u003eHttpResponse\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eProject\u003c/code\u003e, \u003ccode\u003eStatus\u003c/code\u003e, and \u003ccode\u003eTraceId\u003c/code\u003e, offering details about the tether endpoint, HTTP response, and various identifiers.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes constructors for creating new \u003ccode\u003eEgressResponse\u003c/code\u003e objects, both with and without an existing object for copying, offering flexibility for use.\u003c/p\u003e\n"]]],[],null,["# Apigee Connect v1 API - Class EgressResponse (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.EgressResponse)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.3.0/Google.Cloud.ApigeeConnect.V1.EgressResponse)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.2.0/Google.Cloud.ApigeeConnect.V1.EgressResponse)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.1.0/Google.Cloud.ApigeeConnect.V1.EgressResponse)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/2.0.0/Google.Cloud.ApigeeConnect.V1.EgressResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/1.1.0/Google.Cloud.ApigeeConnect.V1.EgressResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/1.0.0/Google.Cloud.ApigeeConnect.V1.EgressResponse) \n\n public sealed class EgressResponse : IMessage\u003cEgressResponse\u003e, IEquatable\u003cEgressResponse\u003e, IDeepCloneable\u003cEgressResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Connect v1 API class EgressResponse.\n\ngRPC response payload for tether. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EgressResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EgressResponse](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.EgressResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EgressResponse](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.EgressResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EgressResponse](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1.EgressResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeConnect.V1](/dotnet/docs/reference/Google.Cloud.ApigeeConnect.V1/latest/Google.Cloud.ApigeeConnect.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeConnect.V1.dll\n\nConstructors\n------------\n\n### EgressResponse()\n\n public EgressResponse()\n\n### EgressResponse(EgressResponse)\n\n public EgressResponse(EgressResponse other)\n\nProperties\n----------\n\n### Endpoint\n\n public TetherEndpoint Endpoint { get; set; }\n\nTether Endpoint.\n\n### HttpResponse\n\n public HttpResponse HttpResponse { get; set; }\n\nHttpResponse.\n\n### Id\n\n public string Id { get; set; }\n\nUnique identifier for the response. Matches the EgressRequest's id.\n\n### Name\n\n public string Name { get; set; }\n\nName is the full resource path of endpoint.\nFormat: `projects/{project_number or project_id}/endpoints/{endpoint}`\n\n### Project\n\n public string Project { get; set; }\n\nGCP Project.\nFormat: `projects/{project_number}`.\n\n### Status\n\n public Status Status { get; set; }\n\nErrors from application when handling the http request.\n\n### TraceId\n\n public string TraceId { get; set; }\n\nUnique identifier for clients to trace their request/response. Matches the\nEgressRequest's trace id"]]