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 .NET, specifically version 2.6.0."],["`PartialUpdateInstanceRequest` is used for partially updating a Bigtable instance and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `PartialUpdateInstanceRequest()` and an overloaded constructor `PartialUpdateInstanceRequest(PartialUpdateInstanceRequest other)` that takes another `PartialUpdateInstanceRequest` object."],["The `PartialUpdateInstanceRequest` class has two main properties, `Instance`, which specifies the replacement instance, and `UpdateMask`, which defines which fields should be updated, both of which are required."],["A full list of versioned links is provided, ranging from 3.24.0 (latest) to 2.4.0, that shows the evolution of `PartialUpdateInstanceRequest` in each version."]]],[]]