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 details the `GetPartitionRequest` class within the `Google.Cloud.Dataplex.V1` namespace, used to retrieve metadata partition information."],["The most recent version of `GetPartitionRequest` is 3.6.0, and older versions back to 1.0.0 are accessible."],["The `GetPartitionRequest` class inherits from Object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetPartitionRequest` include `Name`, which is a required string representing the partition's resource name, and `PartitionName`, a typed view of the resource name."],["There are two constructors available for the class: a default parameterless one and one which takes another instance of `GetPartitionRequest` to initialize a new one."]]],[]]