public sealed class DeletePartitionRequest : IMessage<DeletePartitionRequest>, IEquatable<DeletePartitionRequest>, IDeepCloneable<DeletePartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeletePartitionRequest.
Required. The resource name of the partition.
format:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}.
The {partition_value_path} segment consists of an ordered sequence of
partition values separated by "/". All values must be provided.
[[["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."],[[["This document provides reference documentation for the `DeletePartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.4.0."],["`DeletePartitionRequest` is a class used to request the deletion of a metadata partition, inheriting from object and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists various versions of the `DeletePartitionRequest` class, with version 3.6.0 being the latest, and the current active version being 2.4.0."],["Key properties for `DeletePartitionRequest` include `Etag` (optional) and `Name` (required), along with a `PartitionName` property that provides a typed view of the `Name`."],["The document details the constructors for `DeletePartitionRequest`, including a default constructor and a constructor that accepts another `DeletePartitionRequest` object as a parameter."]]],[]]