public class Mapsengine.Tables extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Mapsengine.Tables.Create |
class |
Mapsengine.Tables.Features
The "features" collection of methods.
|
class |
Mapsengine.Tables.Files
The "files" collection of methods.
|
class |
Mapsengine.Tables.Get |
class |
Mapsengine.Tables.List |
class |
Mapsengine.Tables.Parents
The "parents" collection of methods.
|
class |
Mapsengine.Tables.Upload |
| Constructor and Description |
|---|
Mapsengine.Tables() |
| Modifier and Type | Method and Description |
|---|---|
Mapsengine.Tables.Create |
create(Table content)
Create a table asset.
|
Mapsengine.Tables.Features |
features()
An accessor for creating requests from the Features collection.
|
Mapsengine.Tables.Files |
files()
An accessor for creating requests from the Files collection.
|
Mapsengine.Tables.Get |
get(String id)
Return metadata for a particular table, including the schema.
|
Mapsengine.Tables.List |
list()
Return all tables readable by the current user.
|
Mapsengine.Tables.Parents |
parents()
An accessor for creating requests from the Parents collection.
|
Mapsengine.Tables.Upload |
upload(Table content)
Create a placeholder table asset to which table files can be uploaded.
|
public Mapsengine.Tables.Create create(Table content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the TableIOExceptionpublic Mapsengine.Tables.Get get(String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.id - The ID of the table.IOExceptionpublic Mapsengine.Tables.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Mapsengine.Tables.Upload upload(Table content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the TableIOExceptionpublic Mapsengine.Tables.Features features()
The typical use is:
Mapsengine mapsengine = new Mapsengine(...);Mapsengine.Features.List request = mapsengine.features().list(parameters ...)
public Mapsengine.Tables.Files files()
The typical use is:
Mapsengine mapsengine = new Mapsengine(...);Mapsengine.Files.List request = mapsengine.files().list(parameters ...)
public Mapsengine.Tables.Parents parents()
The typical use is:
Mapsengine mapsengine = new Mapsengine(...);Mapsengine.Parents.List request = mapsengine.parents().list(parameters ...)