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."],[[["The provided content details the `GetPartitionRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.2.0, and outlines various versions of this class, including the latest 3.6.0 version."],["`GetPartitionRequest` is used to retrieve metadata about a partition, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which allow it to interact within the .NET ecosystem."],["The class includes properties like `Name`, which specifies the resource name of the partition, and `PartitionName`, which offers a strongly-typed view of the resource name."],["Constructors for the class are available for both default initialization and copying from another `GetPartitionRequest` instance, which is detailed by the parameters the constructor takes."],["The page shows inheritance of `GetPartitionRequest` from `Object` as well as implementing various members and shows the namespace and the assembly file name."]]],[]]