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-21 UTC."],[[["The `GetPartitionRequest` class is part of the Google Cloud Dataplex v1 API and is used to request metadata for a specific partition."],["This documentation provides reference and code samples for the `GetPartitionRequest` class within the Google.Cloud.Dataplex.V1 namespace, spanning versions from 1.0.0 to the latest 3.6.0."],["The `GetPartitionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class has two constructors, a parameterless constructor, and another one that accepts a `GetPartitionRequest` object, providing flexibility when creating new instances."],["It includes properties like `Name` and `PartitionName`, which are essential for specifying the partition resource name when requesting metadata."]]],[]]