public class MapsEngine.Assets
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
MapsEngine.Assets.Get |
class |
MapsEngine.Assets.List |
class |
MapsEngine.Assets.Parents
The "parents" collection of methods.
|
class |
MapsEngine.Assets.Permissions
The "permissions" collection of methods.
|
class |
MapsEngine.Assets.RasterCollections
The "rasterCollections" collection of methods.
|
class |
MapsEngine.Assets.Tables
The "tables" collection of methods.
|
| Constructor and Description |
|---|
MapsEngine.Assets() |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Assets.Get |
get(java.lang.String id)
Return metadata for a particular asset.
|
MapsEngine.Assets.List |
list()
Return all assets readable by the current user.
|
MapsEngine.Assets.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
MapsEngine.Assets.Permissions |
permissions()
An accessor for creating requests from the Permissions collection.
|
MapsEngine.Assets.RasterCollections |
rasterCollections()
An accessor for creating requests from the RasterCollections collection.
|
MapsEngine.Assets.Tables |
tables()
An accessor for creating requests from the Tables collection.
|
public MapsEngine.Assets.Get get(java.lang.String id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the asset.java.io.IOExceptionpublic MapsEngine.Assets.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic MapsEngine.Assets.Parents parents()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Parents.List request = mapsengine.parents().list(parameters ...)
public MapsEngine.Assets.Permissions permissions()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Permissions.List request = mapsengine.permissions().list(parameters ...)
public MapsEngine.Assets.RasterCollections rasterCollections()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.RasterCollections.List request = mapsengine.rasterCollections().list(parameters ...)
public MapsEngine.Assets.Tables tables()
The typical use is:
MapsEngine mapsengine = new MapsEngine(...);MapsEngine.Tables.List request = mapsengine.tables().list(parameters ...)