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."],[[["This webpage details the `UpdateInstanceMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET, and outlines its role in providing metadata for `UpdateInstance` operations."],["The content provides a comprehensive list of available versions of `UpdateInstanceMetadata`, ranging from the latest 3.24.0 down to 2.4.0, along with links to their respective documentation pages."],["`UpdateInstanceMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has two constructors: a default constructor and a copy constructor that takes another `UpdateInstanceMetadata` object as an argument."],["It includes properties such as `FinishTime`, `OriginalRequest`, and `RequestTime`, which offer information on when the operation was completed, the initial request details, and when the request was initially received, respectively."]]],[]]