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 is used to create a cluster within the Google Cloud Container service, with version 3.33.0 being the most recent available, and is located in the `Google.Cloud.Container.V1` namespace."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with Google's Protobuf library."],["The `CreateClusterRequest` class has properties such as `Cluster`, `Parent`, `ProjectId` (deprecated), and `Zone` (deprecated), allowing for the specification of cluster details, location, and project."],["This document lists a comprehensive version history of the `CreateClusterRequest` class from version 2.3.0 all the way up to the latest 3.33.0, with each version corresponding to a unique endpoint path."],["The class provides two constructors: one default, `CreateClusterRequest()`, and another which is a copy constructor, `CreateClusterRequest(CreateClusterRequest other)`."]]],[]]