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 reference documentation for the `UpdateInstanceMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The latest version documented is 3.24.0, and the page includes links to documentation for prior versions, down to 2.4.0, all relating to the `UpdateInstanceMetadata` class."],["`UpdateInstanceMetadata` is a class that provides metadata for the operation returned by the `UpdateInstance` method, inheriting from `Object` and implementing multiple interfaces like `IMessage` and `IEquatable`."],["The class includes properties such as `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide information on when the update operation started, finished, and what request was made."],["The class also contains two constructors, one default and one that accepts another `UpdateInstanceMetadata` object as a parameter, allowing for object copying."]]],[]]