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