public sealed class UpdateAutoscalingPolicyRequest : IMessage<UpdateAutoscalingPolicyRequest>, IEquatable<UpdateAutoscalingPolicyRequest>, IDeepCloneable<UpdateAutoscalingPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class UpdateAutoscalingPolicyRequest.
[[["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 `UpdateAutoscalingPolicyRequest` class within the Google Cloud Dataproc v1 API, specifically detailing how to update autoscaling policies."],["The latest version available is 5.17.0, and the page lists multiple previous versions all the way back to 3.1.0, each linked to its respective documentation page."],["`UpdateAutoscalingPolicyRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with Google's protocol buffer system."],["The class includes a `Policy` property of type `AutoscalingPolicy`, which is the updated policy itself and is required for the UpdateAutoscalingPolicyRequest class."],["The class includes two constructors, one default and one that accepts another `UpdateAutoscalingPolicyRequest` object, for convenience when cloning this object."]]],[]]