public sealed class GetAppGatewayRequest : IMessage<GetAppGatewayRequest>, IEquatable<GetAppGatewayRequest>, IDeepCloneable<GetAppGatewayRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp AppGateways v1 API class GetAppGatewayRequest.
[[["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 `GetAppGatewayRequest` class is part of the BeyondCorp AppGateways v1 API and is used to request information about an AppGateway."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to handle message-based interactions and object management."],["`GetAppGatewayRequest` provides a constructor to create a new request, which can also accept an existing `GetAppGatewayRequest` as a parameter."],["The class contains properties `AppGatewayName`, which is a typed view, and `Name`, which represents the resource name of the AppGateway in a specific format, such as `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`."],["This documentation covers version 1.1.0, however, there are different version available such as 1.3.0 (latest), 1.2.0 and 1.0.0."]]],[]]