public sealed class GetRegionAutoscalerRequest : IMessage<GetRegionAutoscalerRequest>, IEquatable<GetRegionAutoscalerRequest>, IDeepCloneable<GetRegionAutoscalerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionAutoscalerRequest.
A request message for RegionAutoscalers.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 `GetRegionAutoscalerRequest` class is part of the Compute Engine v1 API, and is used to request information about a specific autoscaler within a region."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google.Protobuf framework."],["The class includes properties to specify the `Autoscaler` name, `Project` ID, and `Region` for the request, which are all of string type."],["The documentation provides links to versions of the request that range from 3.6.0 to 1.0.0, with the latest being 3.6.0."],["The latest version of this code provided on the webpage is 2.8.0, which is not the most recent version."]]],[]]