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."],[[["The webpage details the `UpdateAutoscalingPolicyRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used for updating autoscaling policies in Google Cloud Dataproc."],["Version 5.17.0 is the latest version documented, and the page provides links to documentation for previous versions, going back to version 3.1.0, including links to 4.0.0 and a version dropdown for all the versions."],["The `UpdateAutoscalingPolicyRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The primary property of the `UpdateAutoscalingPolicyRequest` class is `Policy`, which is of type `AutoscalingPolicy`, indicating the autoscaling policy that will be updated."],["There are two Constructors for this class, a parameterless constructor and one which takes an object of the same class."]]],[]]