public sealed class UpgradeRuntimeRequest : IMessage<UpgradeRuntimeRequest>, IEquatable<UpgradeRuntimeRequest>, IDeepCloneable<UpgradeRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class UpgradeRuntimeRequest.
Request for upgrading a Managed Notebook Runtime to the latest version.
option (google.api.message_visibility).restriction =
"TRUSTED_TESTER,SPECIAL_TESTER";
[[["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."],[[["The `UpgradeRuntimeRequest` class, part of the AI Platform Notebooks v1 API, is used to request the upgrade of a Managed Notebook Runtime to its latest version."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and message handling."],["The class offers two constructors: a default constructor and one that takes another `UpgradeRuntimeRequest` instance as a parameter, allowing for the creation of a new instance from an existing one."],["It contains properties `Name` and `RequestId`, where `Name` specifies the runtime to be upgraded in the format `projects/{project_id}/locations/{location}/runtimes/{runtime_id}` and `RequestId` serves as an Idempotent request UUID."],["The documentation provided covers the latest version (2.5.0), the currently selected version (2.4.0), and previous versions of the class back to 1.0.0-beta04, indicating a history of updates and improvements."]]],[]]