public sealed class UpdateInstanceRequest : IMessage<UpdateInstanceRequest>, IEquatable<UpdateInstanceRequest>, IDeepCloneable<UpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class UpdateInstanceRequest.
[[["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 documentation covers the `UpdateInstanceRequest` class, which is used to request the updating of a notebook instance within the Notebooks v2 API."],["The `UpdateInstanceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["This class includes constructors for creating new instances, either default or by copying an existing `UpdateInstanceRequest` object."],["The key properties of the `UpdateInstanceRequest` class are `Instance`, `RequestId`, and `UpdateMask`, allowing for specifying the instance to update, an optional request UUID, and a mask for the update."],["The class is part of the `Google.Cloud.Notebooks.V2` namespace, within the `Google.Cloud.Notebooks.V2.dll` assembly, and three different versions are provided 1.0.0, 1.1.0, and the latest 1.2.0."]]],[]]