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 webpage provides documentation for the `GetAutoscalingPolicyRequest` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its properties, constructors, and inherited members."],["The `GetAutoscalingPolicyRequest` class is used to request a specific autoscaling policy and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the different available versions of the Google Cloud Dataproc V1 API, from the latest 5.17.0 down to 3.1.0, each with its own link to the `GetAutoscalingPolicyRequest` documentation for that respective version."],["The `GetAutoscalingPolicyRequest` class has properties such as `AutoscalingPolicyName` and `Name`, used to identify the requested policy, and it also describes how the `Name` property is formatted."],["There are two constructors available for this class, one is the default constructor, and the other allows you to create it with another instance of the `GetAutoscalingPolicyRequest`."]]],[]]