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."],[[["The latest version available for `CreateClusterRequest` is 3.24.0, but multiple previous versions are also accessible, ranging from 3.23.0 down to 2.4.0."],["`CreateClusterRequest` is a class used to structure the request message for creating a cluster in the `BigtableInstanceAdmin`, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has a constructor that allows creating a `CreateClusterRequest` object either empty or by copying another, and it inherits several members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It has properties such as `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName`, which are used to define the specifics of the new cluster being created, such as the cluster object itself, the designated ID, and the parent instance name."],["It's part of the `Google.Cloud.Bigtable.Admin.V2` namespace and the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]