public sealed class GetAutoscalingPolicyRequest : IMessage<GetAutoscalingPolicyRequest>, IEquatable<GetAutoscalingPolicyRequest>, IDeepCloneable<GetAutoscalingPolicyRequest>, IBufferMessage, IMessage
For projects.regions.autoscalingPolicies.get, the resource name
of the policy has the following format:
projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id}
For projects.locations.autoscalingPolicies.get, the resource name
of the policy has the following format:
projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}
[[["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."],[[["This document outlines the `GetAutoscalingPolicyRequest` class, which is used to fetch an autoscaling policy within the Google Cloud Dataproc V1 API."],["The latest version available is 5.17.0, and the document provides links to several previous versions ranging from 5.16.0 to 3.1.0, allowing developers to view documentation for the specific version they are using."],["The `GetAutoscalingPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dataproc.V1` namespace."],["The class features two constructors, `GetAutoscalingPolicyRequest()` and `GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest other)`, and two key properties: `AutoscalingPolicyName` and `Name`, which are used to identify and specify the autoscaling policy being requested."],["The `Name` property specifies the resource name of the autoscaling policy and is required for a successful request, following a specific format depending on whether the region or location is used to define it."]]],[]]