public class MapsEngine.Maps.Delete extends MapsEngineRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Maps.Delete(String id)
Delete a map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The ID of the map.
|
MapsEngine.Maps.Delete |
set(String parameterName,
Object value) |
MapsEngine.Maps.Delete |
setAlt(String alt)
Data format for the response.
|
MapsEngine.Maps.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Maps.Delete |
setId(String id)
The ID of the map.
|
MapsEngine.Maps.Delete |
setKey(String key)
API key.
|
MapsEngine.Maps.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Maps.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Maps.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Maps.Delete |
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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.Delete(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. Only the map creator or project owner are permitted to delete. If the map is
published the request will fail. Unpublish the map prior to deleting.public MapsEngine.Maps.Delete setAlt(String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<Void>public MapsEngine.Maps.Delete setFields(String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<Void>public MapsEngine.Maps.Delete setKey(String key)
MapsEngineRequestsetKey in class MapsEngineRequest<Void>public MapsEngine.Maps.Delete setOauthToken(String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<Void>public MapsEngine.Maps.Delete setPrettyPrint(Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<Void>public MapsEngine.Maps.Delete setQuotaUser(String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<Void>public MapsEngine.Maps.Delete setUserIp(String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<Void>public String getId()
public MapsEngine.Maps.Delete setId(String id)
public MapsEngine.Maps.Delete set(String parameterName, Object value)
set in class MapsEngineRequest<Void>