public sealed class UpgradeInstanceInternalRequest : IMessage<UpgradeInstanceInternalRequest>, IEquatable<UpgradeInstanceInternalRequest>, IDeepCloneable<UpgradeInstanceInternalRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class UpgradeInstanceInternalRequest.
Request for upgrading a notebook instance from within the VM
[[["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."],[[["The `UpgradeInstanceInternalRequest` class is part of the AI Platform Notebooks v1beta1 API and is used to request an upgrade for a notebook instance from within the VM."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used within the Google Protobuf system."],["It requires the `Name` property, specifying the instance's path, and the `VmId` property, which is the VM's hardware token, for authenticating the VM during the upgrade process."],["There are currently three available versions of this class, with `2.0.0-beta05` being the most recent and `1.0.0-beta04` being the earliest version."]]],[]]