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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document describes the \u003ccode\u003eIsInstanceUpgradeableResponse\u003c/code\u003e class, which is used to check if a notebook instance can be upgraded.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIsInstanceUpgradeableResponse\u003c/code\u003e class is found within the \u003ccode\u003eGoogle.Cloud.Notebooks.V1\u003c/code\u003e namespace and is part of the Google.Cloud.Notebooks.V1.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, all specific to the \u003ccode\u003eIsInstanceUpgradeableResponse\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eUpgradeable\u003c/code\u003e (a boolean indicating if an instance is upgradable), \u003ccode\u003eUpgradeImage\u003c/code\u003e (the new image link), \u003ccode\u003eUpgradeInfo\u003c/code\u003e (additional details about the upgrade), and \u003ccode\u003eUpgradeVersion\u003c/code\u003e (the new version after the upgrade), with the latter three only being populated if the \u003ccode\u003eUpgradeable\u003c/code\u003e property is true.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class provided is \u003ccode\u003e2.5.0\u003c/code\u003e, and other previous versions are documented as well, all the way back to \u003ccode\u003e1.0.0-beta04\u003c/code\u003e which this document covers.\u003c/p\u003e\n"]]],[],null,[]]