public class Mapsengine.Tables.Features.BatchDelete extends MapsengineRequest<Void>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Mapsengine.Tables.Features.BatchDelete(String id,
FeaturesBatchDeleteRequest content)
Delete all features matching the given IDs.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The ID of the table that contains the features to be deleted.
|
Mapsengine.Tables.Features.BatchDelete |
set(String parameterName,
Object value) |
Mapsengine.Tables.Features.BatchDelete |
setAlt(String alt)
Data format for the response.
|
Mapsengine.Tables.Features.BatchDelete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Mapsengine.Tables.Features.BatchDelete |
setId(String id)
The ID of the table that contains the features to be deleted.
|
Mapsengine.Tables.Features.BatchDelete |
setKey(String key)
API key.
|
Mapsengine.Tables.Features.BatchDelete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Mapsengine.Tables.Features.BatchDelete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Mapsengine.Tables.Features.BatchDelete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Mapsengine.Tables.Features.BatchDelete |
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.Tables.Features.BatchDelete(String id, FeaturesBatchDeleteRequest content)
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 that contains the features to be deleted.content - the FeaturesBatchDeleteRequestpublic Mapsengine.Tables.Features.BatchDelete setAlt(String alt)
MapsengineRequestsetAlt in class MapsengineRequest<Void>public Mapsengine.Tables.Features.BatchDelete setFields(String fields)
MapsengineRequestsetFields in class MapsengineRequest<Void>public Mapsengine.Tables.Features.BatchDelete setKey(String key)
MapsengineRequestsetKey in class MapsengineRequest<Void>public Mapsengine.Tables.Features.BatchDelete setOauthToken(String oauthToken)
MapsengineRequestsetOauthToken in class MapsengineRequest<Void>public Mapsengine.Tables.Features.BatchDelete setPrettyPrint(Boolean prettyPrint)
MapsengineRequestsetPrettyPrint in class MapsengineRequest<Void>public Mapsengine.Tables.Features.BatchDelete setQuotaUser(String quotaUser)
MapsengineRequestsetQuotaUser in class MapsengineRequest<Void>public Mapsengine.Tables.Features.BatchDelete setUserIp(String userIp)
MapsengineRequestsetUserIp in class MapsengineRequest<Void>public String getId()
public Mapsengine.Tables.Features.BatchDelete setId(String id)
public Mapsengine.Tables.Features.BatchDelete set(String parameterName, Object value)
set in class MapsengineRequest<Void>