public class Mapsengine.Tables.Parents.List extends MapsengineRequest<ParentsListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Mapsengine.Tables.Parents.List(String id)
Return all parent ids of the specified table.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getId()
The ID of the table whose parents will be listed.
|
Long |
getMaxResults()
The maximum number of items to include in a single response page.
|
String |
getPageToken()
The continuation token, used to page through large result sets.
|
Mapsengine.Tables.Parents.List |
set(String parameterName,
Object value) |
Mapsengine.Tables.Parents.List |
setAlt(String alt)
Data format for the response.
|
Mapsengine.Tables.Parents.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Mapsengine.Tables.Parents.List |
setId(String id)
The ID of the table whose parents will be listed.
|
Mapsengine.Tables.Parents.List |
setKey(String key)
API key.
|
Mapsengine.Tables.Parents.List |
setMaxResults(Long maxResults)
The maximum number of items to include in a single response page.
|
Mapsengine.Tables.Parents.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Mapsengine.Tables.Parents.List |
setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
Mapsengine.Tables.Parents.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Mapsengine.Tables.Parents.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Mapsengine.Tables.Parents.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
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.Parents.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 whose parents will be listed.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ParentsListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ParentsListResponse>IOExceptionpublic Mapsengine.Tables.Parents.List setAlt(String alt)
MapsengineRequestsetAlt in class MapsengineRequest<ParentsListResponse>public Mapsengine.Tables.Parents.List setFields(String fields)
MapsengineRequestsetFields in class MapsengineRequest<ParentsListResponse>public Mapsengine.Tables.Parents.List setKey(String key)
MapsengineRequestsetKey in class MapsengineRequest<ParentsListResponse>public Mapsengine.Tables.Parents.List setOauthToken(String oauthToken)
MapsengineRequestsetOauthToken in class MapsengineRequest<ParentsListResponse>public Mapsengine.Tables.Parents.List setPrettyPrint(Boolean prettyPrint)
MapsengineRequestsetPrettyPrint in class MapsengineRequest<ParentsListResponse>public Mapsengine.Tables.Parents.List setQuotaUser(String quotaUser)
MapsengineRequestsetQuotaUser in class MapsengineRequest<ParentsListResponse>public Mapsengine.Tables.Parents.List setUserIp(String userIp)
MapsengineRequestsetUserIp in class MapsengineRequest<ParentsListResponse>public String getId()
public Mapsengine.Tables.Parents.List setId(String id)
public String getPageToken()
public Mapsengine.Tables.Parents.List setPageToken(String pageToken)
public Long getMaxResults()
public Mapsengine.Tables.Parents.List setMaxResults(Long maxResults)
public Mapsengine.Tables.Parents.List set(String parameterName, Object value)
set in class MapsengineRequest<ParentsListResponse>