public sealed class GetAutoscalerRequest : IMessage<GetAutoscalerRequest>, IEquatable<GetAutoscalerRequest>, IDeepCloneable<GetAutoscalerRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The latest version available for `GetAutoscalerRequest` is 3.6.0, but the page also documents versions ranging back to 1.0.0."],["`GetAutoscalerRequest` is a request message used for retrieving details about a specific autoscaler within the Google Cloud Compute service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAutoscalerRequest` class has constructors to create a new instance, either empty or by copying an existing `GetAutoscalerRequest` instance."],["The class includes properties like `Autoscaler`, `Project`, and `Zone`, which are used to specify the target autoscaler for the request."]]],[]]