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-25 UTC."],[[["This document provides reference documentation for the `CreatePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.2.0."],["The `CreatePartitionRequest` class is used to create metadata partition requests and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.6.0, with the documentation listing versions ranging from 1.0.0 up to 3.6.0 for `CreatePartitionRequest`."],["Key properties of the `CreatePartitionRequest` class include `Parent`, which specifies the parent zone's resource name, and `Partition`, which defines the partition resource itself, as well as the optional property `ValidateOnly`, which only validates the request."],["The provided documentation features two constructors, one default and one used for creating copies, which requires another `CreatePartitionRequest` object."]]],[]]