public sealed class CreateClusterRequest : IMessage<CreateClusterRequest>, IEquatable<CreateClusterRequest>, IDeepCloneable<CreateClusterRequest>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["The `CreateClusterRequest` class, found in the `Google.Cloud.Container.V1` namespace, is used to create a cluster and is available in various versions, with `3.33.0` being the latest."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer manipulation."],["The `CreateClusterRequest` class contains properties such as `Cluster`, `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated), which define the configuration and location of the cluster to be created."],["The `Parent` property specifies the project and location of the cluster."],["There are various previous versions available for the CreateClusterRequest class, ranging from 2.3.0 to 3.32.0, allowing developers to utilize past versions."]]],[]]