public sealed class CheckInstanceUpgradabilityRequest : IMessage<CheckInstanceUpgradabilityRequest>, IEquatable<CheckInstanceUpgradabilityRequest>, IDeepCloneable<CheckInstanceUpgradabilityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class CheckInstanceUpgradabilityRequest.
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 document provides reference information for the `CheckInstanceUpgradabilityRequest` class, part of the Notebooks v2 API within the `Google.Cloud.Notebooks.V2` namespace."],["`CheckInstanceUpgradabilityRequest` is used to determine if a notebook instance can be upgraded, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is available in three versions, 1.0.0, 1.1.0, and the latest 1.2.0, allowing different versions to be referenced, with the most recent being 1.2.0."],["It inherits from the `object` class and has two constructors, a default and one that takes another `CheckInstanceUpgradabilityRequest` object as an argument."],["The class has one property, `NotebookInstance`, of type string, which is required and specifies the instance to be checked in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]