public sealed class UpdateInstanceConfigRequest : IMessage<UpdateInstanceConfigRequest>, IEquatable<UpdateInstanceConfigRequest>, IDeepCloneable<UpdateInstanceConfigRequest>, IBufferMessage, IMessage
[[["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 outlines the `UpdateInstanceConfigRequest` class, which is used to request updates to instance configurations within Google Cloud Notebooks."],["The latest version of this class is 2.5.0, and several prior versions are also documented, ranging back to version 1.0.0-beta04."],["The `UpdateInstanceConfigRequest` class inherits from the .NET `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `UpdateInstanceConfigRequest` object as a parameter, allowing for cloning."],["The `UpdateInstanceConfigRequest` class has two key properties: `Config` for the updated instance configuration details and `Name` which specifies the instance to be updated."]]],[]]