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 development."],["The latest version of the documentation available is for version 3.24.0, with a range of versions from 3.24.0 down to 2.4.0 also available for reference."],["`PartialUpdateInstanceRequest` is a request message used for the `BigtableInstanceAdmin.PartialUpdateInstance` operation, allowing partial updates to a Bigtable instance."],["The `PartialUpdateInstanceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties for `Instance`, which specifies the new instance data, and `UpdateMask`, which defines which fields should be updated."]]],[]]