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 page details the `PartialUpdateInstanceRequest` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for various versions, with the latest being 3.24.0."],["The `PartialUpdateInstanceRequest` class is a request message used for the `BigtableInstanceAdmin.PartialUpdateInstance` method, enabling partial updates to a Bigtable instance."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes a `PartialUpdateInstanceRequest` object as a parameter, and contains two properties, `Instance` and `UpdateMask`."],["The `Instance` property, of type `Instance`, is used to specify the instance that will partially replace the existing one, and the `UpdateMask` property, of type `FieldMask`, is used to define which fields of the instance should be updated."]]],[]]