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 webpage provides documentation for the `PartialUpdateInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The `PartialUpdateInstanceRequest` class is used to define requests for partially updating instances, as part of the `BigtableInstanceAdmin` service."],["The latest available version of the `PartialUpdateInstanceRequest` class is 3.24.0, with versions dating back to 2.4.0 also available."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for protocol buffer message handling, equality checks, deep cloning, and buffered message handling respectively."],["Key properties of the `PartialUpdateInstanceRequest` class are `Instance` (the updated instance data) and `UpdateMask` (specifying which instance fields to update)."]]],[]]