- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists data assets for a given data product.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*/dataProducts/*}/dataAssets
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which has this collection of data assets. Format: projects/{project_id_or_number}/locations/{locationId}/dataProducts/{dataProductId} |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. Filter expression that filters data assets listed in the response. |
orderBy |
Optional. Order by expression that orders data assets listed in the response. Supported If not specified, the ordering is undefined. |
pageSize |
Optional. The maximum number of data assets to return. The service may return fewer than this value. If unspecified, at most 50 data assets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Request body
The request body must be empty.
Response body
Response message for listing data assets.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"dataAssets": [
{
object ( |
| Fields | |
|---|---|
dataAssets[] |
The data assets for the requested filter criteria. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
dataplex.dataAssets.list
For more information, see the IAM documentation.