public sealed class CreatePartitionRequest : IMessage<CreatePartitionRequest>, IEquatable<CreatePartitionRequest>, IDeepCloneable<CreatePartitionRequest>, IBufferMessage, IMessage
Required. The resource name of the parent zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
[[["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."],[[["This webpage details the `CreatePartitionRequest` class within the `Google.Cloud.Dataplex.V1` namespace, designed for creating metadata partition requests in the .NET environment."],["The page lists the availability of the `CreatePartitionRequest` class across multiple versions of the `Google.Cloud.Dataplex.V1` library, ranging from version 1.0.0 to the latest version 3.6.0."],["`CreatePartitionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class has two constructors, and four properties named: `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, each playing a role in defining the partition request with a `String`, an `EntityName`, a `Partition` type and a `Boolean` respectively."],["The most recent version listed for the `CreatePartitionRequest` resource on this page is version 3.6.0, and it is the designated latest release."]]],[]]