| Package | Description |
|---|---|
| com.google.api.services.mapsengine | |
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Create |
MapsEngine.Tables.create(Table content)
Create a table asset.
|
MapsEngine.Tables.Patch |
MapsEngine.Tables.patch(String id,
Table content)
Mutate a table asset.
|
MapsEngine.Tables.Upload |
MapsEngine.Tables.upload(Table content)
Create a placeholder table asset to which table files can be uploaded.
|
| Constructor and Description |
|---|
MapsEngine.Tables.Create(Table content)
Create a table asset.
|
MapsEngine.Tables.Patch(String id,
Table content)
Mutate a table asset.
|
MapsEngine.Tables.Upload(Table content)
Create a placeholder table asset to which table files can be uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
Table.clone() |
Table |
Table.set(String fieldName,
Object value) |
Table |
Table.setBbox(List<Double> bbox)
A rectangular bounding box which contains all of the data in this table.
|
Table |
Table.setCreationTime(DateTime creationTime)
The creation time of this table.
|
Table |
Table.setDescription(String description)
The description of this table, supplied by the author.
|
Table |
Table.setDraftAccessList(String draftAccessList)
The name of an access list of the Map Editor type.
|
Table |
Table.setEtag(String etag)
The ETag, used to refer to the current version of the asset.
|
Table |
Table.setFiles(List<File> files)
The files associated with this table.
|
Table |
Table.setId(String id)
A globally unique ID, used to refer to this table.
|
Table |
Table.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this table.
|
Table |
Table.setName(String name)
The name of this table, supplied by the author.
|
Table |
Table.setProcessingStatus(String processingStatus)
The processing status of this table.
|
Table |
Table.setProjectId(String projectId)
The ID of the project to which the table belongs.
|
Table |
Table.setPublishedAccessList(String publishedAccessList)
The access list to whom view permissions are granted.
|
Table |
Table.setSchema(Schema schema)
The schema for this table.
|
Table |
Table.setSourceEncoding(String sourceEncoding)
Encoding of the uploaded files.
|
Table |
Table.setTags(List<String> tags)
An array of text strings, with each string representing a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
TablesListResponse.getTables()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
TablesListResponse |
TablesListResponse.setTables(List<Table> tables)
Resources returned.
|