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