public sealed class CreateInstanceMetadata : IMessage<CreateInstanceMetadata>, IEquatable<CreateInstanceMetadata>, IDeepCloneable<CreateInstanceMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateInstanceMetadata.
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-04-17 UTC."],[[["This webpage provides documentation for the `CreateInstanceMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for version 3.22.0."],["The `CreateInstanceMetadata` class, part of the `Google.Cloud.Bigtable.Admin.V2` namespace, is used to handle the metadata for the `CreateInstance` operation, with links to all previous versions available."],["The `CreateInstanceMetadata` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateInstanceMetadata` class include `FinishTime`, `OriginalRequest`, and `RequestTime`, which provide information about the operation's completion, initiating request, and request reception time, respectively."],["Constructors for `CreateInstanceMetadata` include a default constructor and one that takes another `CreateInstanceMetadata` object as a parameter."]]],[]]