public sealed class CreateClusterMetadata : IMessage<CreateClusterMetadata>, IEquatable<CreateClusterMetadata>, IDeepCloneable<CreateClusterMetadata>, IBufferMessage, IMessage
The metadata for the Operation returned by CreateCluster.
[[["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 `CreateClusterMetadata` class, which is used to track the status of a `CreateCluster` operation within the Google Cloud Bigtable Admin V2 API."],["The page lists multiple versions of the `CreateClusterMetadata` class, ranging from version 2.4.0 to the latest version, 3.24.0, allowing for easy navigation and access to past iterations."],["The `CreateClusterMetadata` class inherits properties and methods from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["Key properties of `CreateClusterMetadata` include `FinishTime`, `OriginalRequest`, and `RequestTime`, providing details about the completion status, the initiating request, and the request time of the cluster creation operation."],["There are two constructors for `CreateClusterMetadata`: one default constructor and another that accepts another `CreateClusterMetadata` object to create a copy."]]],[]]