public sealed class PartialUpdateInstanceRequest : IMessage<PartialUpdateInstanceRequest>, IEquatable<PartialUpdateInstanceRequest>, IDeepCloneable<PartialUpdateInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class PartialUpdateInstanceRequest.
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 provides reference documentation for the `PartialUpdateInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the current version being 3.12.0."],["The `PartialUpdateInstanceRequest` class is used to construct requests for the `BigtableInstanceAdmin.PartialUpdateInstance` method, allowing for partial updates to a Bigtable instance."],["The documentation includes details on the class's inheritance, showing that it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PartialUpdateInstanceRequest` class has two constructors and includes two primary properties: `Instance`, which represents the new instance data, and `UpdateMask`, which specifies which fields of the instance should be replaced."],["A comprehensive list of previous versions, from 3.24.0 down to 2.4.0, of the Google Cloud Bigtable Administration v2 API class documentation is provided, allowing users to browse through different versions of the `PartialUpdateInstanceRequest`."]]],[]]