public sealed class AutoUpgradeOptions : IMessage<AutoUpgradeOptions>, IEquatable<AutoUpgradeOptions>, IDeepCloneable<AutoUpgradeOptions>, IBufferMessage, IMessage
AutoUpgradeOptions defines the set of options for the user to control how
the Auto Upgrades will proceed.
[[["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 provides documentation for `AutoUpgradeOptions` within the `Google.Cloud.Container.V1` namespace, specifically for version 2.5.0 of the library."],["The latest version available is 3.33.0, and the page lists all versions of `AutoUpgradeOptions` from 3.33.0 down to 2.3.0."],["`AutoUpgradeOptions` class includes properties such as `AutoUpgradeStartTime` and `Description`, which are used to manage the start time and information regarding automatic upgrades."],["The `AutoUpgradeOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The page documents the class constructors, which include a default constructor and a copy constructor that accepts another `AutoUpgradeOptions` object as an argument."]]],[]]