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 webpage provides documentation for the `CreatePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for version 3.2.0."],["The `CreatePartitionRequest` class is used to create metadata partition requests and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreatePartitionRequest` class include `Parent`, which specifies the resource name of the parent zone, `Partition`, which holds the partition resource, and `ValidateOnly`, which allows for request validation without performing mutations."],["The documentation includes a list of available versions for `CreatePartitionRequest`, ranging from the latest version (3.6.0) down to version 1.0.0."],["The documentation also defines the constructors for the `CreatePartitionRequest` class, such as the default constructor and one that takes in another `CreatePartitionRequest` object as a parameter, in order to make a copy."]]],[]]