public sealed class CreateInstanceMetadata : IMessage<CreateInstanceMetadata>, IEquatable<CreateInstanceMetadata>, IDeepCloneable<CreateInstanceMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by CreateInstance.
[[["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 page details the `CreateInstanceMetadata` class, which is used for managing the metadata of a `CreateInstance` operation within the `Google.Cloud.Bigtable.Admin.V2` namespace."],["It lists various versions of the `Google.Cloud.Bigtable.Admin.V2` package, with the latest being version 3.24.0 and ranging back to version 2.4.0, providing links to the documentation for each."],["The `CreateInstanceMetadata` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffer manipulation."],["The class includes properties like `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide information about the completion time, the original request, and the request time of the `CreateInstance` operation, respectively."],["The class has two constructors: a default constructor `CreateInstanceMetadata()` and a copy constructor `CreateInstanceMetadata(CreateInstanceMetadata other)`."]]],[]]