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 is used to request an upgrade for a Managed Notebook Runtime to the latest available version within the AI Platform Notebooks v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and usage."],["`UpgradeRuntimeRequest` objects are identified by their name, which follows the format `projects/{project_id}/locations/{location}/runtimes/{runtime_id}`, and includes a request ID for idempotency."],["There are multiple versions of the UpgradeRuntimeRequest class, with the latest being 2.5.0 and this version of the document being based off version 2.2.0."],["The `UpgradeRuntimeRequest` class includes constructors for creating new instances, either empty or as a copy of an existing instance, and has properties to define the `Name` and `RequestId`."]]],[]]