| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.clone() |
Asset |
Asset.set(String fieldName,
Object value) |
Asset |
Asset.setBbox(List<Double> bbox)
An array of four numbers (west, south, east, north) which define the rectangular bounding box
which contains all of the data in this asset.
|
Asset |
Asset.setCreationTime(DateTime creationTime)
The creation time of this asset.
|
Asset |
Asset.setDescription(String description)
The asset's description.
|
Asset |
Asset.setId(String id)
The asset's globally unique ID.
|
Asset |
Asset.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this asset.
|
Asset |
Asset.setName(String name)
The asset's name.
|
Asset |
Asset.setProjectId(String projectId)
The ID of the project to which the asset belongs.
|
Asset |
Asset.setResource(String resource)
The URL to query to retrieve the asset's complete object.
|
Asset |
Asset.setTags(List<String> tags)
An array of text strings, with each string representing a tag.
|
Asset |
Asset.setType(String type)
The type of asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
AssetsListResponse.getAssets()
Assets returned.
|
| Modifier and Type | Method and Description |
|---|---|
AssetsListResponse |
AssetsListResponse.setAssets(List<Asset> assets)
Assets returned.
|