public sealed class IsInstanceUpgradeableRequest : IMessage<IsInstanceUpgradeableRequest>, IEquatable<IsInstanceUpgradeableRequest>, IDeepCloneable<IsInstanceUpgradeableRequest>, IBufferMessage, IMessage
Request for checking if a notebook instance is upgradeable.
[[["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 page provides documentation for the `IsInstanceUpgradeableRequest` class, which is used to check if a notebook instance is eligible for an upgrade."],["The `IsInstanceUpgradeableRequest` class is part of the `Google.Cloud.Notebooks.V1Beta1` namespace and is found within the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with other google cloud services and other types of data."],["The `IsInstanceUpgradeableRequest` class has a constructor and contains a `NotebookInstance` property of string type, representing the full path of the notebook instance to check."],["There are three different versions of `IsInstanceUpgradeableRequest` available for viewing, `2.0.0-beta05`, `2.0.0-beta04`, `1.0.0-beta04` with `2.0.0-beta05` being the latest version."]]],[]]