| Package | Description |
|---|---|
| com.google.api.services.mapsengine |
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.list(java.lang.String id)
Return all features readable by the current user.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.set(java.lang.String parameterName,
java.lang.Object value) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setAlt(java.lang.String alt) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setFields(java.lang.String fields) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setId(java.lang.String id)
The ID of the table to which these features belong.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setInclude(java.lang.String include)
A comma separated list of optional data to include.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setIntersects(java.lang.String intersects)
A geometry literal that specifies the spatial restriction of the query.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setKey(java.lang.String key) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setLimit(java.lang.Long limit)
The total number of features to return from the query, irrespective of the number of
pages.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setMaxResults(java.lang.Long maxResults)
The maximum number of items to include in the response, used for paging.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setOauthToken(java.lang.String oauthToken) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setOrderBy(java.lang.String orderBy)
An SQL-like order by clause used to sort results.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setPageToken(java.lang.String pageToken)
The continuation token, used to page through large result sets.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setPrettyPrint(java.lang.Boolean prettyPrint) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setQuotaUser(java.lang.String quotaUser) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setSelect(java.lang.String select)
A SQL-like projection clause used to specify returned properties.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setUserIp(java.lang.String userIp) |
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setVersion(java.lang.String version)
The table version to access.
|
MapsEngine.Tables.Features.List |
MapsEngine.Tables.Features.List.setWhere(java.lang.String where)
An SQL-like predicate used to filter results.
|