batchInsert
public MapsEngine.Assets.RasterCollections.Permissions.BatchInsert batchInsert(java.lang.String id,
PermissionsBatchInsertRequest content)
throws java.io.IOException
Add permission entries to an already existing asset.
An asset can hold up to 20 different permission entries. Each batchInsert request is atomic.
Create a request for the method "permissions.batchInsert".
This request holds the parameters needed by the mapsengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
id - The ID of the asset to which permissions will be added.content - the PermissionsBatchInsertRequest
- Returns:
- the request
- Throws:
java.io.IOException