public sealed class UpgradeInstanceRequest : IMessage<UpgradeInstanceRequest>, IEquatable<UpgradeInstanceRequest>, IDeepCloneable<UpgradeInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class UpgradeInstanceRequest.
[[["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 `UpgradeInstanceRequest` class within the Notebooks v2 API, specifically for version 1.1.0."],["The `UpgradeInstanceRequest` class is used to initiate an upgrade for a notebook instance and inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and for cloning from existing `UpgradeInstanceRequest` objects."],["The `Name` property, of type string, is a required field that specifies the format for identifying a notebook instance to be upgraded, using the pattern `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["This class resides within the `Google.Cloud.Notebooks.V2` namespace, which is part of the `Google.Cloud.Notebooks.V2.dll` assembly."]]],[]]