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-04-09 UTC."],[[["The `CreatePartitionRequest` class is used to create metadata partition requests within the Google Cloud Dataplex V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, equality checks, deep cloning, and buffered message operations."],["The class contains properties such as `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, which are crucial for defining the context and specifics of the partition to be created."],["The documentation provides a comprehensive list of all available versions of `CreatePartitionRequest`, from version 1.0.0 up to the latest 3.6.0."],["The CreatePartitionRequest class has two different constructors that can be utilized, one taking no parameters, and the other one takes another CreatePartitionRequest as a parameter."]]],[]]