public sealed class GetAppConnectionRequest : IMessage<GetAppConnectionRequest>, IEquatable<GetAppConnectionRequest>, IDeepCloneable<GetAppConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp 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 documentation covers the `GetAppConnectionRequest` class, which is part of the BeyondCorp v1 API and is used to request information about a specific application connection."],["The `GetAppConnectionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, equality comparisons, and deep cloning."],["The `GetAppConnectionRequest` class includes two constructors, a default constructor and one that takes another `GetAppConnectionRequest` as an argument for creating a copy."],["The class has properties `AppConnectionName` and `Name`, where `Name` is a string representing the required AppConnection resource name in the format `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`, and `AppConnectionName` is a typed view of this property."],["There are multiple versions of the documentation, with 1.4.0 being the latest, and this document pertains to version 1.0.0, which includes the base implementation and inherited members from `Object`."]]],[]]