public sealed class GetAutoscalerRequest : IMessage<GetAutoscalerRequest>, IEquatable<GetAutoscalerRequest>, IDeepCloneable<GetAutoscalerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAutoscalerRequest.
A request message for Autoscalers.Get. See the method description for details.
[[["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-04-09 UTC."],[[["The `GetAutoscalerRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request information about a specific autoscaler."],["This class supports multiple versions of the API, with version 3.6.0 being the latest, and provides reference documentation for each version."],["`GetAutoscalerRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for different programming needs."],["The class includes properties like `Autoscaler`, `Project`, and `Zone`, which are used to specify the exact autoscaler to be retrieved, its project ID, and its zone, respectively."],["It has two constructors, one being parameterless, and another that takes another instance of itself as a parameter."]]],[]]