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, used to fetch an autoscaling policy."],["The latest version available is 5.17.0, with a history of versions ranging down to 3.1.0, all linked to documentation for the GetAutoscalingPolicyRequest, which includes all versions down to 3.2.0, which is the context for the rest of the page content."],["The `GetAutoscalingPolicyRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for rich functionality when working with autoscaling policies."],["The `GetAutoscalingPolicyRequest` class has properties including `AutoscalingPolicyName` and `Name` that allow the configuration of the desired autoscaling policy, and it offers two constructors to set it up."],["The required resource name for fetching an autoscaling policy, as detailed in the `Name` property, follows specific formats for both `projects.regions.autoscalingPolicies.get` and `projects.locations.autoscalingPolicies.get`."]]],[]]