public sealed class CreatePartitionRequest : IMessage<CreatePartitionRequest>, IEquatable<CreatePartitionRequest>, IDeepCloneable<CreatePartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreatePartitionRequest.
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 page provides documentation for the `CreatePartitionRequest` class within the Google Cloud Dataplex V1 API, detailing its usage and structure."],["The latest version of the Dataplex V1 API is 3.6.0, and the page also provides links to versions back to 1.0.0, with specific documentation for each."],["`CreatePartitionRequest` is used to create metadata partition requests, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, which are essential for configuring the partition creation."],["Two constructors are available for `CreatePartitionRequest`, one being a default and the other accepting another `CreatePartitionRequest` instance to copy data."]]],[]]