| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.set(String fieldName,
Object value) |
Resource |
Resource.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.
|
Resource |
Resource.setCreationTime(DateTime creationTime)
The creation time of this asset.
|
Resource |
Resource.setDescription(String description)
The asset's description.
|
Resource |
Resource.setId(String id)
The asset's globally unique ID.
|
Resource |
Resource.setLastModifiedTime(DateTime lastModifiedTime)
The last modified time of this asset.
|
Resource |
Resource.setName(String name)
The asset's name.
|
Resource |
Resource.setProjectId(String projectId)
The ID of the project to which the asset belongs.
|
Resource |
Resource.setResource(String resource)
The URL to query to retrieve the asset's complete object.
|
Resource |
Resource.setTags(List<String> tags)
An array of text strings, with each string representing a tag.
|
Resource |
Resource.setType(String type)
The type of asset.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
ResourcesListResponse.getAssets()
Assets returned.
|
| Modifier and Type | Method and Description |
|---|---|
ResourcesListResponse |
ResourcesListResponse.setAssets(List<Resource> assets)
Assets returned.
|