public class MapsEngine.Assets.Tables.Permissions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Assets.Tables.Permissions.BatchInsert |
| Constructor and Description |
|---|
MapsEngine.Assets.Tables.Permissions() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Assets.Tables.Permissions.BatchInsert |
batchInsert(String id,
PermissionsBatchInsertRequest content)
Add permission entries to an already existing asset.
|
public MapsEngine.Assets.Tables.Permissions()
public MapsEngine.Assets.Tables.Permissions.BatchInsert batchInsert(String id, PermissionsBatchInsertRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.id - The ID of the asset to which permissions will be added.content - the PermissionsBatchInsertRequestIOException