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 in the Google.Cloud.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 for message handling, equality comparisons, deep cloning, and buffer operations."],["The `UpgradeRuntimeRequest` class includes properties like `Name`, specifying the runtime resource, and `RequestId`, for managing idempotent requests, both of which are string type."],["The latest version of this api is 2.5.0, and there are a total of 7 different versions of the UpgradeRuntimeRequest documented."],["The class inherits from `object` and has constructors for creating a new instance or copying from an existing `UpgradeRuntimeRequest` object."]]],[]]