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 details the `UpdateInstanceRequest` class, which is used to request the updating of a notebook instance within the Notebooks v2 API."],["The `UpdateInstanceRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor (`UpdateInstanceRequest()`) and a copy constructor (`UpdateInstanceRequest(UpdateInstanceRequest other)`)."],["Key properties of `UpdateInstanceRequest` include `Instance`, which represents the instance to be updated, `RequestId` for idempotent requests, and `UpdateMask` to specify which fields to update."],["The most current version of the documentation of this class is 1.2.0, but this content references version 1.0.0 with links to version 1.1.0."]]],[]]