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."],[[["This webpage provides documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex v1 API, specifically focusing on version 3.1.0."],["The `GetPartitionRequest` class is used to retrieve metadata about a specific partition and it inherits from the object class while implementing multiple interfaces."],["There are multiple available versions of the `GetPartitionRequest` documentation, ranging from version 1.0.0 to the latest version, 3.6.0."],["The `GetPartitionRequest` class has two constructors, a parameterless one and one that accepts another `GetPartitionRequest` object as a parameter."],["The class includes properties such as `Name`, a string that specifies the resource name of the partition, and `PartitionName`, which provides a typed view over the `Name` property."]]],[]]