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, detailing its usage and implementation across various versions."],["The latest version available for the Google Cloud Dataproc v1 API is 5.17.0, with a comprehensive list of previous versions spanning from 5.16.0 down to 3.1.0, offering access to each corresponding API class version."],["The `GetAutoscalingPolicyRequest` class, used to fetch an autoscaling policy, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAutoscalingPolicyRequest` class has two constructors, `GetAutoscalingPolicyRequest()` and `GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest other)`, and includes two properties, `AutoscalingPolicyName` and `Name`."],["The `Name` property within `GetAutoscalingPolicyRequest` is required and represents the resource name of the autoscaling policy, which follows a specific format depending on whether it's in `projects.regions.autoscalingPolicies.get` or `projects.locations.autoscalingPolicies.get`."]]],[]]