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 information for the `UpgradeRuntimeRequest` class within the Google Cloud Notebooks v1 API, specifically for .NET developers."],["The `UpgradeRuntimeRequest` class is used to request the upgrade of a Managed Notebook Runtime to its latest version, as part of the AI Platform Notebooks v1 API."],["The `UpgradeRuntimeRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `UpgradeRuntimeRequest` class has two constructors, one default and one that takes an existing `UpgradeRuntimeRequest` object as a parameter, allowing for the creation of a copy."],["The class contains two key properties, `Name` and `RequestId`, with `Name` being a required field specifying the runtime to upgrade in a specific format, and `RequestId` being used for idempotent requests."]]],[]]