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-04-09 UTC."],[[["The latest version of the `GetAutoscalerRequest` is 3.6.0, which can be found in the `Google.Cloud.Compute.V1` namespace and is part of the `Google.Cloud.Compute.V1.dll` assembly."],["The `GetAutoscalerRequest` class is a request message for the `Autoscalers.Get` method, as stated in the description, and the `Google.Cloud.Compute.V1` namespace."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetAutoscalerRequest` can be created via two constructors: a parameterless one and another that accepts another `GetAutoscalerRequest` object."],["The request class exposes three string properties: `Autoscaler` to get or set the autoscaler name, `Project` for the Project ID, and `Zone` for the zone name."]]],[]]