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 reference documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment."],["The latest version available for the `GetPartitionRequest` documentation is 3.6.0, while version 2.5.0 is the specific version of this documentation page."],["The `GetPartitionRequest` class is used to retrieve metadata for a specific partition within a Dataplex environment and implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Name`, which represents the resource name of the partition, and `PartitionName`, which is a typed view of the resource name."],["It also shows a table of available versions, ranging from version 1.0.0 to 3.6.0, as well as the constructors and parameters of the `GetPartitionRequest` class."]]],[]]