- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List metadata partitions of an entity.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/lakes/*/zones/*/entities/*}/partitions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the parent entity: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
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 |
Optional. Page token received from a previous |
filter |
Optional. Filter the partitions returned to the caller using a key value pair expression. Supported operators and syntax:
Sample filter expression: `?filter="key1 < value1 OR key2 > value2" Notes:
|
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:
JSON representation |
---|
{
"partitions": [
{
object ( |
Fields | |
---|---|
partitions[] |
Partitions under the specified parent entity. |
nextPageToken |
Token to retrieve the next page of results, or empty if there are no remaining results in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.