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 document provides reference documentation for the `GetPartitionRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.7.0."],["The `GetPartitionRequest` class is used to request metadata about a specific partition and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the available constructors for creating a `GetPartitionRequest` object, including a default constructor and one that takes another `GetPartitionRequest` instance as a parameter."],["It also details the `Name` and `PartitionName` properties, explaining their usage in specifying the target partition's resource name and providing a typed view over this resource name respectively."],["The document displays a list of several versions, starting at 1.0.0 and going up to 3.6.0, with the latest version being 3.6.0."]]],[]]