public sealed class IsInstanceUpgradeableResponse : IMessage<IsInstanceUpgradeableResponse>, IEquatable<IsInstanceUpgradeableResponse>, IDeepCloneable<IsInstanceUpgradeableResponse>, IBufferMessage, IMessage
Response for checking if a notebook instance is upgradeable.
The new image self link this instance will be upgraded to if calling the
upgrade endpoint. This field will only be populated if field upgradeable
is true.
[[["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 document describes the `IsInstanceUpgradeableResponse` class, which is used to check if a notebook instance can be upgraded."],["The `IsInstanceUpgradeableResponse` class is found within the `Google.Cloud.Notebooks.V1` namespace and is part of the Google.Cloud.Notebooks.V1.dll assembly."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specific to the `IsInstanceUpgradeableResponse` class."],["It includes properties such as `Upgradeable` (a boolean indicating if an instance is upgradable), `UpgradeImage` (the new image link), `UpgradeInfo` (additional details about the upgrade), and `UpgradeVersion` (the new version after the upgrade), with the latter three only being populated if the `Upgradeable` property is true."],["The latest version of the class provided is `2.5.0`, and other previous versions are documented as well, all the way back to `1.0.0-beta04` which this document covers."]]],[]]