| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.clone() |
Asset |
Asset.set(java.lang.String fieldName,
java.lang.Object value) |
Asset |
Asset.setBbox(java.util.List<java.lang.Double> bbox)
A rectangular bounding box which contains all of the data in this asset.
|
Asset |
Asset.setCreationTime(com.google.api.client.util.DateTime creationTime)
The creation time of this asset.
|
Asset |
Asset.setCreatorEmail(java.lang.String creatorEmail)
The email address of the creator of this asset.
|
Asset |
Asset.setDescription(java.lang.String description)
The asset's description.
|
Asset |
Asset.setEtag(java.lang.String etag)
The ETag, used to refer to the current version of the asset.
|
Asset |
Asset.setId(java.lang.String id)
The asset's globally unique ID.
|
Asset |
Asset.setLastModifiedTime(com.google.api.client.util.DateTime lastModifiedTime)
The last modified time of this asset.
|
Asset |
Asset.setLastModifierEmail(java.lang.String lastModifierEmail)
The email address of the last modifier of this asset.
|
Asset |
Asset.setName(java.lang.String name)
The asset's name.
|
Asset |
Asset.setProjectId(java.lang.String projectId)
The ID of the project to which the asset belongs.
|
Asset |
Asset.setResource(java.lang.String resource)
The URL to query to retrieve the asset's complete object.
|
Asset |
Asset.setTags(java.util.List<java.lang.String> tags)
An array of text strings, with each string representing a tag.
|
Asset |
Asset.setType(java.lang.String type)
The type of asset.
|
Asset |
Asset.setWritersCanEditPermissions(java.lang.Boolean writersCanEditPermissions)
If true, WRITERs of the asset are able to edit the asset permissions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Asset> |
AssetsListResponse.getAssets()
Assets returned.
|
| Modifier and Type | Method and Description |
|---|---|
AssetsListResponse |
AssetsListResponse.setAssets(java.util.List<Asset> assets)
Assets returned.
|