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, used to create metadata partition requests."],["The latest version available for the `CreatePartitionRequest` class is 3.6.0, with a full history of versions including 3.5.0 down to 1.0.0 available."],["The `CreatePartitionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreatePartitionRequest` class include `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, with specific requirements and descriptions for each."],["The `CreatePartitionRequest` class includes two constructors, one default and another taking a `CreatePartitionRequest` object as a parameter, and it also uses the assembly `Google.Cloud.Dataplex.V1.dll`."]]],[]]