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-04-09 UTC."],[[["This page provides reference documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.10.0, and details on how to get metadata partition request."],["The documentation outlines the class's inheritance, which includes `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes available constructors, which are a default constructor and another that takes another `GetPartitionRequest` as a parameter."],["The documentation lists the properties of the `GetPartitionRequest` class, such as `Name` (a string) and `PartitionName` (a custom `PartitionName` type), which are utilized to specify the resource name for the requested partition."],["A list of all available versions of `GetPartitionRequest` are provided, ranging from version 3.6.0 (latest) down to version 1.0.0."]]],[]]