| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
RasterCollectionsRaster |
RasterCollectionsRaster.clone() |
RasterCollectionsRaster |
RasterCollectionsRaster.set(java.lang.String fieldName,
java.lang.Object value) |
RasterCollectionsRaster |
RasterCollectionsRaster.setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this Raster.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this raster.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setDescription(java.lang.String description)
The description of this Raster, supplied by the author.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setId(java.lang.String id)
A globally unique ID, used to refer to this Raster.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this raster.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setName(java.lang.String name)
The name of this Raster, supplied by the author.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setProjectId(java.lang.String projectId)
The ID of the project that this Raster is in.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setRasterType(java.lang.String rasterType)
The type of this Raster.
|
RasterCollectionsRaster |
RasterCollectionsRaster.setTags(java.util.List<java.lang.String> tags)
Tags of this Raster.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RasterCollectionsRaster> |
RasterCollectionsRastersListResponse.getRasters()
Resources returned.
|
| Modifier and Type | Method and Description |
|---|---|
RasterCollectionsRastersListResponse |
RasterCollectionsRastersListResponse.setRasters(java.util.List<RasterCollectionsRaster> rasters)
Resources returned.
|