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 document provides reference information for the `UpdateInstanceRequest` class within the Google Cloud Notebooks v2 API, specifically version 1.1.0."],["The `UpdateInstanceRequest` class is designed to manage requests for updating a notebook instance and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `UpdateInstanceRequest` class include `Instance`, representing the notebook instance being updated, `RequestId` for idempotent requests, and `UpdateMask` for specifying which parts of the instance to update."],["The class offers two constructors: a default one and another that accepts an existing `UpdateInstanceRequest` object for creating a new request."]]],[]]