public sealed class UpgradeInstanceRequest : IMessage<UpgradeInstanceRequest>, IEquatable<UpgradeInstanceRequest>, IDeepCloneable<UpgradeInstanceRequest>, IBufferMessage, IMessage
[[["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 details for the `UpgradeInstanceRequest` class within the `Google.Cloud.Notebooks.V1` namespace, used to request the upgrading of a notebook instance."],["The `UpgradeInstanceRequest` class is implemented across multiple versions, with version 2.5.0 being the latest, and 1.0.0-beta04 representing the current documentation."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class has two constructors: a default constructor and one that takes another `UpgradeInstanceRequest` instance as a parameter to copy it."],["The `UpgradeInstanceRequest` class includes two properties, `Name`, which is a required string representing the instance's unique identifier, and `Type`, which is an optional field that allows the definition of an upgrade type."]]],[]]