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 page provides reference documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex v1 API, spanning multiple versions from 1.0.0 to 3.6.0."],["`GetPartitionRequest` is used to retrieve metadata for a specific partition and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetPartitionRequest` class includes properties such as `Name` and `PartitionName`, which are essential for identifying the requested partition within the Google Cloud Dataplex environment."],["The latest available version of the `GetPartitionRequest` API is 3.6.0."],["The current page is documenting version 2.9.0, and it provides details on the class's constructors, properties, the namespace, and assembly information."]]],[]]