public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessage
[[["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 page details the `UpdateAutoscalingPolicyRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for updating autoscaling policies in Google Cloud Dataproc."],["The latest version documented is 5.17.0, with multiple previous versions available, going back as far as version 3.1.0 for users who are not using the newest version."],["The `UpdateAutoscalingPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capabilities for data handling."],["The class contains a `Policy` property, which is of type `AutoscalingPolicy`, and is a required field for use, indicating the policy to be used in the update."],["The class also lists inherited members from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]