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-03-31 UTC."],[[["The `GetAutoscalerRequest` class is part of the Google Cloud Compute Engine v1 API, used to request details about a specific autoscaler."],["The latest version available is 3.6.0, and the provided content references versions ranging from 1.0.0 to 3.6.0, including the current page's version 3.4.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its integration within the .NET Protobuf ecosystem."],["The `GetAutoscalerRequest` class has properties to specify the `Autoscaler`, `Project`, and `Zone`, which are all strings, required for the request, and has two constructors, one empty and one that takes another `GetAutoscalerRequest` object as a parameter."]]],[]]