Method: projects.datasets.clientStyles.listAssociatedMaps

Lists DatasetMapAssociations.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The DatasetStyleAssociation to list all associated maps for. The form is projects/{projectId}/datasets/{dataset_id}/clientStyles/{style_id}

Query parameters

Parameters
pageSize

integer

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

pageToken

string

Optional. A page token, received from a previous clientStyles.listAssociatedMaps 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 map IDs implicitly associated to a given Dataset.

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

JSON representation
{
  "mapIds": [
    string
  ],
  "nextPageToken": string
}
Fields
mapIds[]

string

A list of map IDs implicitly associated to a given Dataset.

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