public sealed class UpdateInstanceMetadata : IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by UpdateInstance.
[[["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."],[[["The webpage documents various versions of `UpdateInstanceMetadata`, a class within the `Google.Cloud.Bigtable.Admin.V2` namespace, with version 3.24.0 being the most recent and going down to version 2.4.0."],["`UpdateInstanceMetadata` is a class representing metadata for the operation returned by `UpdateInstance`, used to manage updates within Google Cloud Bigtable."],["The class `UpdateInstanceMetadata` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, providing the function of the listed interfaces."],["The `UpdateInstanceMetadata` class contains three primary properties: `FinishTime`, indicating when the operation completed; `OriginalRequest`, showing the initial update request; and `RequestTime`, capturing when the original request was received."]]],[]]