public class MapsEngine.Tables.Features.List extends MapsEngineRequest<FeaturesListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Tables.Features.List(String id)
Return all features readable by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getId()
The ID of the table to which these features belong.
|
String |
getInclude()
A comma separated list of optional data to include.
|
String |
getIntersects()
A geometry literal that specifies the spatial restriction of the query.
|
Long |
getLimit()
The total number of features to return from the query, irrespective of the number of pages.
|
Long |
getMaxResults()
The maximum number of items to include in the response, used for paging.
|
String |
getOrderBy()
An SQL-like order by clause used to sort results.
|
String |
getPageToken()
The continuation token, used to page through large result sets.
|
String |
getSelect()
A SQL-like projection clause used to specify returned properties.
|
String |
getVersion()
The table version to access.
|
String |
getWhere()
An SQL-like predicate used to filter results.
|
MapsEngine.Tables.Features.List |
set(String parameterName,
Object value) |
MapsEngine.Tables.Features.List |
setAlt(String alt)
Data format for the response.
|
MapsEngine.Tables.Features.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Tables.Features.List |
setId(String id)
The ID of the table to which these features belong.
|
MapsEngine.Tables.Features.List |
setInclude(String include)
A comma separated list of optional data to include.
|
MapsEngine.Tables.Features.List |
setIntersects(String intersects)
A geometry literal that specifies the spatial restriction of the query.
|
MapsEngine.Tables.Features.List |
setKey(String key)
API key.
|
MapsEngine.Tables.Features.List |
setLimit(Long limit)
The total number of features to return from the query, irrespective of the number of
pages.
|
MapsEngine.Tables.Features.List |
setMaxResults(Long maxResults)
The maximum number of items to include in the response, used for paging.
|
MapsEngine.Tables.Features.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Tables.Features.List |
setOrderBy(String orderBy)
An SQL-like order by clause used to sort results.
|
MapsEngine.Tables.Features.List |
setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
MapsEngine.Tables.Features.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Tables.Features.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Tables.Features.List |
setSelect(String select)
A SQL-like projection clause used to specify returned properties.
|
MapsEngine.Tables.Features.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
MapsEngine.Tables.Features.List |
setVersion(String version)
The table version to access.
|
MapsEngine.Tables.Features.List |
setWhere(String where)
An SQL-like predicate used to filter results.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected MapsEngine.Tables.Features.List(String id)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
MapsEngine.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
id - The ID of the table to which these features belong.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<FeaturesListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<FeaturesListResponse>IOExceptionpublic MapsEngine.Tables.Features.List setAlt(String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<FeaturesListResponse>public MapsEngine.Tables.Features.List setFields(String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<FeaturesListResponse>public MapsEngine.Tables.Features.List setKey(String key)
MapsEngineRequestsetKey in class MapsEngineRequest<FeaturesListResponse>public MapsEngine.Tables.Features.List setOauthToken(String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<FeaturesListResponse>public MapsEngine.Tables.Features.List setPrettyPrint(Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<FeaturesListResponse>public MapsEngine.Tables.Features.List setQuotaUser(String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<FeaturesListResponse>public MapsEngine.Tables.Features.List setUserIp(String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<FeaturesListResponse>public String getId()
public MapsEngine.Tables.Features.List setId(String id)
public String getOrderBy()
public MapsEngine.Tables.Features.List setOrderBy(String orderBy)
public String getIntersects()
public MapsEngine.Tables.Features.List setIntersects(String intersects)
public Long getMaxResults()
public MapsEngine.Tables.Features.List setMaxResults(Long maxResults)
public String getPageToken()
public MapsEngine.Tables.Features.List setPageToken(String pageToken)
public String getVersion()
public MapsEngine.Tables.Features.List setVersion(String version)
public Long getLimit()
public MapsEngine.Tables.Features.List setLimit(Long limit)
public String getInclude()
public MapsEngine.Tables.Features.List setInclude(String include)
public String getWhere()
public MapsEngine.Tables.Features.List setWhere(String where)
public String getSelect()
public MapsEngine.Tables.Features.List setSelect(String select)
public MapsEngine.Tables.Features.List set(String parameterName, Object value)
set in class MapsEngineRequest<FeaturesListResponse>