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 webpage details the `CreateClusterRequest` class, which is used to request the creation of a new cluster within a Bigtable instance, within the Google.Cloud.Bigtable.Admin.V2 namespace."],["The `CreateClusterRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The current latest version available for `CreateClusterRequest` is 3.24.0, with a full list of historical versions listed from 2.4.0 all the way up to the current 3.24.0, with all included being part of the version 2.8.0 family of releases."],["The `CreateClusterRequest` class requires setting properties like `Cluster`, `ClusterId`, and `Parent`, to successfully create a new cluster, and these properties have specific input requirements, with the `Cluster` property taking a specific data type of a `Cluster` instance."],["There are two constructors, one being blank and the other taking a `CreateClusterRequest` as an input for the parameter `other` to create a copy."]]],[]]