public sealed class UpdateInstanceMetadata : IMessage<UpdateInstanceMetadata>, IEquatable<UpdateInstanceMetadata>, IDeepCloneable<UpdateInstanceMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateInstanceMetadata.
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."],[[["This webpage provides documentation for the `UpdateInstanceMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The class `UpdateInstanceMetadata` is used to track metadata during `UpdateInstance` operations and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest documented version is 3.24.0, with a historical listing of previous versions dating back to 2.4.0, all of which provide the relevant information on the `UpdateInstanceMetadata` class."],["Key properties of `UpdateInstanceMetadata` include `FinishTime`, `OriginalRequest`, and `RequestTime`, which respectively denote the completion time of the operation, the original update request, and the request's initial reception time."],["The `UpdateInstanceMetadata` class can be constructed either with a blank constructor or using another `UpdateInstanceMetadata` object as a template."]]],[]]