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