| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
File |
File.clone() |
File |
File.set(java.lang.String fieldName,
java.lang.Object value) |
File |
File.setFilename(java.lang.String filename)
The name of the file.
|
File |
File.setSize(java.lang.Long size)
The size of the file in bytes.
|
File |
File.setUploadStatus(java.lang.String uploadStatus)
The upload status of the file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<File> |
Raster.getFiles()
The files associated with this Raster.
|
java.util.List<File> |
Table.getFiles()
The files associated with this table.
|
| Modifier and Type | Method and Description |
|---|---|
Raster |
Raster.setFiles(java.util.List<File> files)
The files associated with this Raster.
|
Table |
Table.setFiles(java.util.List<File> files)
The files associated with this table.
|