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-04-17 UTC."],[[["This documentation page covers the `PartialUpdateInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for version 3.22.0."],["`PartialUpdateInstanceRequest` is used for partially updating an instance and is a request message for `BigtableInstanceAdmin.PartialUpdateInstance`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two main properties: `Instance`, which is a required property that represents the instance to be updated, and `UpdateMask`, a required property defining which fields of the instance are to be updated."],["This documentation also has a full list of previous versions of this documentation, ranging from 2.4.0 to 3.24.0, allowing users to look back on previous versions."]]],[]]