Required. The resource name of the parent entity: projects/{project_number}/locations/{locationId}/lakes/{lakeId}/zones/{zoneId}/entities/{entityId}.
Authorization requires the following IAM permission on the specified resource parent:
dataplex.partitions.list
Query parameters
Parameters
pageSize
integer
Optional. Maximum number of partitions to return. The service may return fewer than this value. If unspecified, 100 partitions will be returned by default. The maximum page size is 500; larger values will will be truncated to 500.
pageToken
string
Optional. Page token received from a previous partitions.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to partitions.list must match the call that provided the page token.
filter
string
Optional. Filter the partitions returned to the caller using a key value pair expression. Supported operators and syntax:
logic operators: AND, OR
comparison operators: <, >, >=, <= ,=, !=
LIKE operators:
The right hand of a LIKE operator supports "." and "*" for wildcard searches, for example "value1 LIKE ".*oo.*"
parenthetical grouping: ( )
Sample filter expression: `?filter="key1 < value1 OR key2 > value2"
Notes:
Keys to the left of operators are case insensitive.
Partition results are sorted first by creation time, then by lexicographic order.
Up to 20 key value filter pairs are allowed, but due to performance considerations, only the first 10 will be used as a filter.
Request body
The request body must be empty.
Response body
List metadata partitions response.
If successful, the response body contains data with the following structure:
[[["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 API endpoint lists metadata partitions of a specified entity within a hierarchical structure of projects, locations, lakes, zones, and entities."],["The HTTP request uses a `GET` method with a URL structure that follows gRPC Transcoding syntax, requiring a `parent` path parameter to identify the entity."],["Optional query parameters, `pageSize`, `pageToken`, and `filter`, are supported for pagination and filtering of the returned partitions, and can handle up to 500 records."],["The response body contains a JSON representation with a list of partitions and a `nextPageToken` for subsequent pages, if applicable."],["Authorization to use this API requires the `dataplex.partitions.list` IAM permission on the parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]