public class MapsEngine.Maps.GetPublished extends MapsEngineRequest<PublishedMap>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Maps.GetPublished(String id)
Return the published metadata for a particular map.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getId()
The ID of the map.
|
MapsEngine.Maps.GetPublished |
set(String parameterName,
Object value) |
MapsEngine.Maps.GetPublished |
setAlt(String alt)
Data format for the response.
|
MapsEngine.Maps.GetPublished |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Maps.GetPublished |
setId(String id)
The ID of the map.
|
MapsEngine.Maps.GetPublished |
setKey(String key)
API key.
|
MapsEngine.Maps.GetPublished |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Maps.GetPublished |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Maps.GetPublished |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Maps.GetPublished |
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.Maps.GetPublished(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 map.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<PublishedMap>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<PublishedMap>IOExceptionpublic MapsEngine.Maps.GetPublished setAlt(String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<PublishedMap>public MapsEngine.Maps.GetPublished setFields(String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<PublishedMap>public MapsEngine.Maps.GetPublished setKey(String key)
MapsEngineRequestsetKey in class MapsEngineRequest<PublishedMap>public MapsEngine.Maps.GetPublished setOauthToken(String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<PublishedMap>public MapsEngine.Maps.GetPublished setPrettyPrint(Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<PublishedMap>public MapsEngine.Maps.GetPublished setQuotaUser(String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<PublishedMap>public MapsEngine.Maps.GetPublished setUserIp(String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<PublishedMap>public String getId()
public MapsEngine.Maps.GetPublished setId(String id)
public MapsEngine.Maps.GetPublished set(String parameterName, Object value)
set in class MapsEngineRequest<PublishedMap>