public sealed class IsInstanceUpgradeableRequest : IMessage<IsInstanceUpgradeableRequest>, IEquatable<IsInstanceUpgradeableRequest>, IDeepCloneable<IsInstanceUpgradeableRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class IsInstanceUpgradeableRequest.
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 `IsInstanceUpgradeableRequest` class within the Google Cloud AI Platform Notebooks v1beta1 API."],["The `IsInstanceUpgradeableRequest` class is used to check if a notebook instance is capable of being upgraded."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes constructors for creating new instances of `IsInstanceUpgradeableRequest` and a property named `NotebookInstance`, which is a required string in the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["This class is contained in the `Google.Cloud.Notebooks.V1Beta1` namespace and is part of the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."]]],[]]