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 a request message for the `Autoscalers.Get` method within the Compute Engine v1 API, used to retrieve details about a specific autoscaler."],["Version 3.6.0 is the latest release, with previous versions ranging from 3.5.0 to 1.0.0, and each version having a link to their corresponding documentation."],["This class inherits from object and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAutoscalerRequest` class has three properties: `Autoscaler`, `Project`, and `Zone`, which are strings that hold the name of the autoscaler, the ID of the project, and the name of the zone, respectively."]]],[]]