public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateClusterRequest.
Request message for BigtableInstanceAdmin.CreateCluster.
Required. The ID to be used when referring to the new cluster within its
instance, e.g., just mycluster rather than
projects/myproject/instances/myinstance/clusters/mycluster.
[[["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 latest version of the Google Cloud Bigtable Administration v2 API CreateClusterRequest documentation is version 3.24.0, and version 3.9.0 is also covered in the content provided."],["This documentation details the `CreateClusterRequest` class, which is used to request the creation of a new cluster in a Bigtable instance."],["The `CreateClusterRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, cloning, and buffer management."],["Key properties of the `CreateClusterRequest` class include `Cluster` (the cluster to be created), `ClusterId` (the ID for the new cluster), and `Parent` (the instance where the cluster will be created)."],["This resource is organized by version number, with links to all the way down to version 2.4.0, allowing developers to see the evolution of this method over time."]]],[]]