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-03-21 UTC."],[[["This documentation page covers the `CreatePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.4.0."],["The `CreatePartitionRequest` class is used for creating metadata partition requests, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest available version of the API is 3.6.0, and documentation for multiple previous versions, ranging from 1.0.0 to 3.5.0, are accessible from this page."],["The class includes properties like `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, allowing users to define the parent zone, access the entity name, specify partition details, and validate requests."],["The `CreatePartitionRequest` class has two constructors: one default and another that accepts an existing `CreatePartitionRequest` object for creating a new instance based on an existing one."]]],[]]