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 page provides documentation for the `CreateClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The latest version available is 3.24.0, and it lists versions dating back to 2.4.0 for historical reference and version-specific details."],["`CreateClusterRequest` is used to request the creation of a new cluster within a specified instance, and the properties of this class are detailed, including `Cluster`, `ClusterId`, `Parent`, and `ParentAsInstanceName`."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The documentation outlines the constructors, properties, and inherited members of `CreateClusterRequest`, providing developers with a comprehensive understanding of its usage within the Bigtable API."]]],[]]