public sealed class PartialUpdateInstanceRequest : IMessage<PartialUpdateInstanceRequest>, IEquatable<PartialUpdateInstanceRequest>, IDeepCloneable<PartialUpdateInstanceRequest>, IBufferMessage, IMessage
Request message for BigtableInstanceAdmin.PartialUpdateInstance.
[[["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-25 UTC."],[[["This document outlines the `PartialUpdateInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for version 2.8.0, which is used for partially updating a Bigtable instance."],["The latest version available is 3.24.0, and there are many other previous versions listed from 3.23.0 to 2.4.0, alongside the 2.8.0."],["The `PartialUpdateInstanceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a parameterless constructor and one that takes another `PartialUpdateInstanceRequest` instance as an argument."],["Key properties of the `PartialUpdateInstanceRequest` class are `Instance`, which represents the updated Bigtable Instance, and `UpdateMask`, which specifies which fields should be replaced."]]],[]]