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 webpage documents the `GetPartitionRequest` class within the `Google.Cloud.Dataplex.V1` namespace, serving as a metadata partition request object."],["Multiple versions of the `GetPartitionRequest` class are available, ranging from version 1.0.0 to the latest version 3.6.0, with each version having its own dedicated documentation page."],["The `GetPartitionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inherits from the `Object` class."],["The `GetPartitionRequest` class has two properties, `Name` and `PartitionName`, where the `Name` property is a string representing the resource name of the partition and `PartitionName` is a typed view over the `Name`."],["It is possible to construct a `GetPartitionRequest` using an existing `GetPartitionRequest` object as a parameter."]]],[]]