public class MapsEngine.Maps.ListPublished extends MapsEngineRequest<PublishedMapsListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Maps.ListPublished()
Return all published maps readable by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getMaxResults()
The maximum number of items to include in a single response page.
|
java.lang.String |
getPageToken()
The continuation token, used to page through large result sets.
|
java.lang.String |
getProjectId()
The ID of a Maps Engine project, used to filter the response.
|
java.lang.String |
getSearch()
An unstructured search string used to filter the set of results based on asset metadata.
|
MapsEngine.Maps.ListPublished |
set(java.lang.String parameterName,
java.lang.Object value) |
MapsEngine.Maps.ListPublished |
setAlt(java.lang.String alt)
Data format for the response.
|
MapsEngine.Maps.ListPublished |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Maps.ListPublished |
setKey(java.lang.String key)
API key.
|
MapsEngine.Maps.ListPublished |
setMaxResults(java.lang.Long maxResults)
The maximum number of items to include in a single response page.
|
MapsEngine.Maps.ListPublished |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Maps.ListPublished |
setPageToken(java.lang.String pageToken)
The continuation token, used to page through large result sets.
|
MapsEngine.Maps.ListPublished |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Maps.ListPublished |
setProjectId(java.lang.String projectId)
The ID of a Maps Engine project, used to filter the response.
|
MapsEngine.Maps.ListPublished |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Maps.ListPublished |
setSearch(java.lang.String search)
An unstructured search string used to filter the set of results based on asset metadata.
|
MapsEngine.Maps.ListPublished |
setUserIp(java.lang.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, setUnknownKeysprotected MapsEngine.Maps.ListPublished()
AbstractGoogleClientRequest.execute() method to invoke the remote
operation. ListPublished#initialize(com.google.api.client.googleapis.services.Abstra
ctGoogleClientRequest) must be called to initialize this instance immediately after invoking
the constructor.
public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PublishedMapsListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PublishedMapsListResponse>java.io.IOExceptionpublic MapsEngine.Maps.ListPublished setAlt(java.lang.String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<PublishedMapsListResponse>public MapsEngine.Maps.ListPublished setFields(java.lang.String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<PublishedMapsListResponse>public MapsEngine.Maps.ListPublished setKey(java.lang.String key)
MapsEngineRequestsetKey in class MapsEngineRequest<PublishedMapsListResponse>public MapsEngine.Maps.ListPublished setOauthToken(java.lang.String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<PublishedMapsListResponse>public MapsEngine.Maps.ListPublished setPrettyPrint(java.lang.Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<PublishedMapsListResponse>public MapsEngine.Maps.ListPublished setQuotaUser(java.lang.String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<PublishedMapsListResponse>public MapsEngine.Maps.ListPublished setUserIp(java.lang.String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<PublishedMapsListResponse>public java.lang.String getPageToken()
public MapsEngine.Maps.ListPublished setPageToken(java.lang.String pageToken)
public java.lang.String getSearch()
public MapsEngine.Maps.ListPublished setSearch(java.lang.String search)
public java.lang.Long getMaxResults()
public MapsEngine.Maps.ListPublished setMaxResults(java.lang.Long maxResults)
public java.lang.String getProjectId()
public MapsEngine.Maps.ListPublished setProjectId(java.lang.String projectId)
public MapsEngine.Maps.ListPublished set(java.lang.String parameterName, java.lang.Object value)
set in class MapsEngineRequest<PublishedMapsListResponse>