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."],[[["This document provides reference documentation for the `UpgradeRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.1.0."],["The `UpgradeRuntimeRequest` class is used to request the upgrade of a Managed Notebook Runtime to the latest version and is part of the `Google.Cloud.Notebooks.V1` namespace."],["It inherits from `Object` and implements `IMessage\u003cUpgradeRuntimeRequest\u003e`, `IEquatable\u003cUpgradeRuntimeRequest\u003e`, `IDeepCloneable\u003cUpgradeRuntimeRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two properties, `Name` which is required and represents the runtime resource path, and `RequestId`, which is a UUID for idempotent requests."],["There are multiple previous versions of this documentation available, with version 2.5.0 being the latest, as well as versions 2.4.0, 2.3.0, 2.2.0, 2.0.0, and 1.0.0-beta04, all accessible via their respective links."]]],[]]