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 page provides reference documentation for the `CheckInstanceUpgradabilityRequest` class, which is part of the Notebooks v2 API within the Google Cloud platform."],["The `CheckInstanceUpgradabilityRequest` class is used to determine if a specific notebook instance is eligible for an upgrade."],["The class `CheckInstanceUpgradabilityRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The class constructor allows creating a new instance or one based on an existing `CheckInstanceUpgradabilityRequest` object."],["The `NotebookInstance` property, which is of string type, is a required field that must be filled in with the full path to the notebook, using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."]]],[]]