public sealed class GetAppConnectionRequest : IMessage<GetAppConnectionRequest>, IEquatable<GetAppConnectionRequest>, IDeepCloneable<GetAppConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppConnections v1 API class GetAppConnectionRequest.
[[["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\u003eGetAppConnectionRequest\u003c/code\u003e class, which is part of the BeyondCorp AppConnections v1 API in .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetAppConnectionRequest\u003c/code\u003e class is used as a request message for the \u003ccode\u003eBeyondCorp.GetAppConnection\u003c/code\u003e operation, enabling retrieval of specific AppConnection details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetAppConnectionRequest\u003c/code\u003e class has a \u003ccode\u003eName\u003c/code\u003e property to specify the AppConnection resource, following the format: \u003ccode\u003eprojects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGetAppConnectionRequest\u003c/code\u003e class is 1.4.0, with older versions (1.0.0, 1.1.0, 1.2.0, 1.3.0) also available for reference.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp AppConnections v1 API - Class GetAppConnectionRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.3.0/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.2.0/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.1.0/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/1.0.0/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest) \n\n public sealed class GetAppConnectionRequest : IMessage\u003cGetAppConnectionRequest\u003e, IEquatable\u003cGetAppConnectionRequest\u003e, IDeepCloneable\u003cGetAppConnectionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BeyondCorp AppConnections v1 API class GetAppConnectionRequest.\n\nRequest message for BeyondCorp.GetAppConnection. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetAppConnectionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetAppConnectionRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetAppConnectionRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetAppConnectionRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest), [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.BeyondCorp.AppConnections.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.AppConnections.V1.dll\n\nConstructors\n------------\n\n### GetAppConnectionRequest()\n\n public GetAppConnectionRequest()\n\n### GetAppConnectionRequest(GetAppConnectionRequest)\n\n public GetAppConnectionRequest(GetAppConnectionRequest other)\n\nProperties\n----------\n\n### AppConnectionName\n\n public AppConnectionName AppConnectionName { get; set; }\n\n[AppConnectionName](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.AppConnectionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.BeyondCorp.AppConnections.V1/latest/Google.Cloud.BeyondCorp.AppConnections.V1.GetAppConnectionRequest#Google_Cloud_BeyondCorp_AppConnections_V1_GetAppConnectionRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. BeyondCorp AppConnection name using the form:\n`projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`"]]