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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]