Index
MapManagement(interface)CreateDatasetStyleAssociationRequest(message)DatasetStyleAssociation(message)DeleteDatasetStyleAssociationRequest(message)ListDatasetMapAssociationsRequest(message)ListDatasetMapAssociationsResponse(message)ListDatasetStyleAssociationsRequest(message)ListDatasetStyleAssociationsResponse(message)
MapManagement
Service definition for the Map Management API. The Map Management API currently only supports the management of DatasetStyleAssociations. Using the API, one can create, list, and delete DatasetStyleAssociations. A get method is not needed as the DatasetStyleAssociation is fully characterized by its Dataset and Map Style Ids, so it can be uniquely identified by its name.
| CreateDatasetStyleAssociation |
|---|
|
Creates a DatasetStyleAssociation.
|
| DeleteDatasetStyleAssociation |
|---|
|
Deletes a DatasetStyleAssociation. The delete becomes a special case when the DatasetStyleAssociation is implicitly associated with at least one Map. In this case, the delete is only allowed if the request contains the list of all Map Ids associated with the DatasetStyleAssociation. This is a safeguard put in place to minimize the risk of making destructive changes with unintended side effects.
|
| ListDatasetMapAssociations |
|---|
|
Lists DatasetMapAssociations.
|
| 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.
|
CreateDatasetStyleAssociationRequest
Request to create a DatasetStyleAssociation.
| Fields | |
|---|---|
parent |
Required. Parent dataset that will own the DatasetStyleAssociation. Format: |
dataset_ |
Required. A new DatasetStyleAssociation. |
DatasetStyleAssociation
An association between a Map Style and a Dataset. This association has the implication that if a Map is associated with the Map Style, then the Map will also be associated with the Dataset as far as visualization is concerned.
| Fields | |
|---|---|
name |
Resource name of the Dataset - Map Style Association: |
client_ |
The resource name of the Map Style: |
DeleteDatasetStyleAssociationRequest
Request to delete a DatasetStyleAssociation.
| Fields | |
|---|---|
name |
Required. Format: |
map_ |
Optional. Must be present if and only if the Dataset to be deleted is implicitly associated with at least one Map. This is a safeguard put in place to minimize the risk of making destructive changes with unintended side effects. |
ListDatasetMapAssociationsRequest
Request to list all Map Ids implicitly associated to the given Dataset.
| Fields | |
|---|---|
parent |
Required. The DatasetStyleAssociation to list all associated maps for. The form is |
page_ |
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. |
page_ |
Optional. A page token, received from a previous |
ListDatasetMapAssociationsResponse
A list of Map Ids implicitly associated to a given Dataset.
| Fields | |
|---|---|
map_ |
A list of Map Ids implicitly associated to a given Dataset. |
next_ |
A token that can be sent as |
ListDatasetStyleAssociationsRequest
Request to list all DatasetStyleAssociations for the project.
| Fields | |
|---|---|
parent |
Required. The name of the project to list all DatasetStyleAssociations for. |
page_ |
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. |
page_ |
Optional. A page token, received from a previous |
ListDatasetStyleAssociationsResponse
A list of DatasetStyleAssociations.
| Fields | |
|---|---|
dataset_ |
A list of DatasetStyleAssociations. |
next_ |
A token that can be sent as |