Method: projects.datasets.clientStyles.listDatasetStyleAssociations

Lists DatasetStyleAssociations. Since DatasetStyleAssociations are children of Datasets, the parent Dataset is used to identify the list of DatasetStyleAssociations to return. If the dataset is omitted, e.g. projects/123/datasets/- the returned list will contain all DatasetStyleAssociations for the project.

HTTP request

GET https://mapmanagement.googleapis.com/v1/{parent=projects/*/datasets/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the project to list all DatasetStyleAssociations for.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of DatasetStyleAssociations to return. The service may return fewer than this value. If unspecified, at most 20 DatasetStyleAssociations will be returned. The maximum value is 50.

pageToken

string

Optional. A page token, received from a previous clientStyles.listDatasetStyleAssociations call. Provide this to retrieve the subsequent page. When paginating, all parameters must match the original call.

Request body

The request body must be empty.

Response body

A list of DatasetStyleAssociations.

If successful, the response body contains data with the following structure:

JSON representation
{
  "datasetStyleAssociations": [
    {
      object (DatasetStyleAssociation)
    }
  ],
  "nextPageToken": string
}
Fields
datasetStyleAssociations[]

object (DatasetStyleAssociation)

A list of DatasetStyleAssociations.

nextPageToken

string

A token that can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform