public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
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."],[[["This page details the `CreateClusterRequest` class, which is used to request the creation of a new cluster within a Google Cloud Bigtable instance."],["The content provides access to documentation for various versions of `CreateClusterRequest`, from version 2.4.0 up to the latest version 3.24.0."],["The `CreateClusterRequest` class requires properties like `Cluster`, `ClusterId`, and `Parent` to be specified, with `Cluster` representing the cluster to be created, `ClusterId` being the ID of the new cluster, and `Parent` representing the instance it belongs to."],["`CreateClusterRequest` implements `IMessage\u003cCreateClusterRequest\u003e`, `IEquatable\u003cCreateClusterRequest\u003e`, `IDeepCloneable\u003cCreateClusterRequest\u003e`, `IBufferMessage`, and `IMessage` interfaces, offering functionalities such as deep cloning and message handling."]]],[]]