public sealed class UpgradeAvailableEvent : IMessage<UpgradeAvailableEvent>, IEquatable<UpgradeAvailableEvent>, IDeepCloneable<UpgradeAvailableEvent>, IBufferMessage, IMessage
UpgradeAvailableEvent is a notification sent to customers when a new
available version is released.
[[["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 details the `UpgradeAvailableEvent` class within the `Google.Cloud.Container.V1` namespace, providing documentation for versions ranging from 3.33.0 down to 2.3.0."],["The `UpgradeAvailableEvent` class is designed to notify users when a new version is available, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `ReleaseChannel`, `Resource`, `ResourceType`, and `Version`, to get information about the context of the upgrade being pushed."],["The class also has two constructors, one being the default `UpgradeAvailableEvent()` constructor and `UpgradeAvailableEvent(UpgradeAvailableEvent other)` which can be used to clone an instance of the object."]]],[]]