public sealed class GetAutoscalingPolicyRequest : IMessage<GetAutoscalingPolicyRequest>, IEquatable<GetAutoscalingPolicyRequest>, IDeepCloneable<GetAutoscalingPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetAutoscalingPolicyRequest.
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 reference documentation for the `GetAutoscalingPolicyRequest` class in the Google Cloud Dataproc v1 API, covering versions from 3.1.0 to 5.17.0."],["The `GetAutoscalingPolicyRequest` class is used to fetch an autoscaling policy within the Dataproc environment, as indicated by it's function and the class inheritance."],["The documentation outlines the class's inheritance from `object` and its implementation of several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetAutoscalingPolicyRequest` class include `AutoscalingPolicyName`, which provides a typed view over the resource name, and `Name`, which specifies the required resource name of the autoscaling policy in one of two formats depending on the context."],["The documentation lists a detailed breakdown of the different versions of the `GetAutoscalingPolicyRequest` class and each available version of the reference documentation for the class."]]],[]]