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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eCreateClusterRequest\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace is version 3.24.0, with many previous versions listed for reference, starting as low as 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateClusterRequest\u003c/code\u003e is a request message for the \u003ccode\u003eBigtableInstanceAdmin.CreateCluster\u003c/code\u003e method, and it inherits from \u003ccode\u003eObject\u003c/code\u003e while implementing multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateClusterRequest\u003c/code\u003e class has a constructor that can take another \u003ccode\u003eCreateClusterRequest\u003c/code\u003e object as a parameter and another that is parameterless, which can be used for the creation of new instance objects.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties such as \u003ccode\u003eCluster\u003c/code\u003e, \u003ccode\u003eClusterId\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsInstanceName\u003c/code\u003e, which are essential for specifying the cluster's details, such as the cluster's ID, its parent instance, and the cluster to be created.\u003c/p\u003e\n"],["\u003cp\u003eThe cluster creation process requires specific values for properties like the \u003ccode\u003eClusterId\u003c/code\u003e and the \u003ccode\u003eParent\u003c/code\u003e, which is the unique name of the instance where the cluster will be created, formatted as \u003ccode\u003eprojects/{project}/instances/{instance}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]