public sealed class GetPartitionRequest : IMessage<GetPartitionRequest>, IEquatable<GetPartitionRequest>, IDeepCloneable<GetPartitionRequest>, IBufferMessage, IMessage
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 latest version available for `GetPartitionRequest` is 3.6.0, with various other versions ranging from 1.0.0 to 3.5.0 available for use."],["`GetPartitionRequest` is a class used to request metadata for a specific partition and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class can be found in the namespace `Google.Cloud.Dataplex.V1` within the `Google.Cloud.Dataplex.V1.dll` assembly."],["`GetPartitionRequest` has two constructors, a default one, and another that accepts an existing `GetPartitionRequest` object, and two properties, `Name` which is a required string and `PartitionName` which is a `PartitionName` object."],["The `Name` property in the `GetPartitionRequest` class specifies the resource name of the requested partition, using the format `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}`."]]],[]]