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."],[[["The content provides reference documentation for the `CreatePartitionRequest` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["Version 3.6.0 is the latest release available for the API, while 2.8.0 is the current version displayed and detailed, containing descriptions of its parameters, constructors, and properties."],["The `CreatePartitionRequest` class is used to create metadata partition requests, is a public, sealed class, and inherits from `object`, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreatePartitionRequest` class include `Parent`, `ParentAsEntityName`, `Partition`, and `ValidateOnly`, which manage the resource name, typed view of the parent, the partition resource, and whether to only validate the request, respectively."]]],[]]