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."],[[["This page provides documentation for the `GetAppConnectionRequest` class within the BeyondCorp AppConnections v1 API, specifically focusing on version 1.1.0."],["The `GetAppConnectionRequest` class is used to send a request to retrieve information about a specific AppConnection resource and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["It contains two constructors, one default and one that takes another `GetAppConnectionRequest` object as a parameter to duplicate it, and two properties named `AppConnectionName` and `Name`, which are used to determine what App Connection is being referenced."],["The `Name` property of the `GetAppConnectionRequest` class is a string representing the AppConnection resource name in the format `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`, which is required when referencing an existing AppConnection."]]],[]]