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 documentation for the `PartialUpdateInstanceRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["The `PartialUpdateInstanceRequest` class is a request message used for the `BigtableInstanceAdmin.PartialUpdateInstance` operation, allowing for partial updates to a Bigtable instance."],["The documentation outlines the class's inheritance, which includes implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, as well as the `object` base class."],["The class includes two constructors, a default one and one that accepts another `PartialUpdateInstanceRequest` object for copying."],["The documentation also lists two properties of the `PartialUpdateInstanceRequest` class: `Instance`, to specify which instance to partially update, and `UpdateMask`, to specify the parts of the instance that will be updated."],["This page contains links to historical documentation going back to version 2.4.0 and includes the latest version of 3.24.0 of the `PartialUpdateInstanceRequest`."]]],[]]