public sealed class GetPartitionRequest : IMessage<GetPartitionRequest>, IEquatable<GetPartitionRequest>, IDeepCloneable<GetPartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetPartitionRequest.
Required. The resource name of the partition:
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-03-25 UTC."],[[["The `GetPartitionRequest` class is part of the Google Cloud Dataplex v1 API and is used to request metadata for a specific partition."],["This document provides reference material for the `GetPartitionRequest` class, including its constructors, properties, and inherited members, as well as its implementation of various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the documentation on `GetPartitionRequest` is 3.6.0, and it offers documentation from versions 3.6.0 all the way back to 1.0.0, allowing for the perusal of previous versions."],["The `Name` property is required for `GetPartitionRequest` and contains the full resource name of the partition."],["The `PartitionName` property provides a typed view of the `Name` resource, designed for the retrieval of the partition's unique identifier."]]],[]]