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 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."]]],[]]