Required. The resource name of the partition: projects/{project_number}/locations/{locationId}/lakes/{lakeId}/zones/{zoneId}/entities/{entityId}/partitions/{partition_value_path}. The {partition_value_path} segment consists of an ordered sequence of partition values separated by "/". All values must be provided.
Authorization requires the following IAM permission on the specified resource name:
dataplex.partitions.get
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Partition.
[[["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-01-28 UTC."],[[["This endpoint retrieves a metadata partition of an entity within a specified data lake, zone, and entity in Google Cloud Dataplex."],["The request uses a `GET` HTTP method with a specific URL structure defined by gRPC Transcoding syntax, requiring a fully specified resource name as a path parameter."],["The resource `name` parameter in the URL is mandatory and defines the partition to retrieve, including project, location, lake, zone, entity, and partition values."],["The request body must be empty, and successful responses will return a `Partition` resource instance."],["Authorization for this operation requires the `dataplex.partitions.get` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]