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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `GetAppConnectionRequest` class is part of the BeyondCorp AppConnections v1 API and is used to request an AppConnection resource."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which define its behavior and capabilities."],["It has two constructors: a default constructor and one that allows for the creation of a new instance based on an existing `GetAppConnectionRequest` object."],["The `GetAppConnectionRequest` class contains two key properties `AppConnectionName`, which is a typed view, and `Name` which represents the resource name of the AppConnection."],["This class is found in the `Google.Cloud.BeyondCorp.AppConnections.V1` namespace within the `Google.Cloud.BeyondCorp.AppConnections.V1.dll` assembly, and it inherits from `object`."]]],[]]