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."],[[["This webpage details the `CreateInstanceMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used to represent metadata for operations related to creating instances."],["The `CreateInstanceMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `Object` class."],["The class includes properties such as `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide timestamps and the original request information associated with the instance creation operation."],["The page provides links to documentation for numerous versions of the Google.Cloud.Bigtable.Admin.V2 package, from version 2.4.0 to the latest, 3.24.0, allowing users to access information for different iterations of the software."]]],[]]