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 used to make requests for retrieving information about autoscalers within the Compute Engine v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows for object comparison, cloning, and efficient data handling."],["The `GetAutoscalerRequest` class includes properties for `Autoscaler`, `Project`, and `Zone`, which are essential for specifying the target autoscaler and its location."],["There are multiple versions available for the `GetAutoscalerRequest` documentation, with version 3.6.0 being the latest and versions ranging down to 1.0.0."],["It inherits members from the base object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]