public class MapsEngine.Tables.Features.BatchInsert extends MapsEngineRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Tables.Features.BatchInsert(java.lang.String id,
FeaturesBatchInsertRequest content)
Append the supplied features.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
The ID of the table to append the features to.
|
MapsEngine.Tables.Features.BatchInsert |
set(java.lang.String parameterName,
java.lang.Object value) |
MapsEngine.Tables.Features.BatchInsert |
setAlt(java.lang.String alt)
Data format for the response.
|
MapsEngine.Tables.Features.BatchInsert |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Tables.Features.BatchInsert |
setId(java.lang.String id)
The ID of the table to append the features to.
|
MapsEngine.Tables.Features.BatchInsert |
setKey(java.lang.String key)
API key.
|
MapsEngine.Tables.Features.BatchInsert |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Tables.Features.BatchInsert |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Tables.Features.BatchInsert |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Tables.Features.BatchInsert |
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, 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, setUnknownKeysprotected MapsEngine.Tables.Features.BatchInsert(java.lang.String id,
FeaturesBatchInsertRequest 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 to append the features to.content - the FeaturesBatchInsertRequestpublic MapsEngine.Tables.Features.BatchInsert setAlt(java.lang.String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<java.lang.Void>public MapsEngine.Tables.Features.BatchInsert setFields(java.lang.String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<java.lang.Void>public MapsEngine.Tables.Features.BatchInsert setKey(java.lang.String key)
MapsEngineRequestsetKey in class MapsEngineRequest<java.lang.Void>public MapsEngine.Tables.Features.BatchInsert setOauthToken(java.lang.String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<java.lang.Void>public MapsEngine.Tables.Features.BatchInsert setPrettyPrint(java.lang.Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<java.lang.Void>public MapsEngine.Tables.Features.BatchInsert setQuotaUser(java.lang.String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<java.lang.Void>public MapsEngine.Tables.Features.BatchInsert setUserIp(java.lang.String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<java.lang.Void>public java.lang.String getId()
public MapsEngine.Tables.Features.BatchInsert setId(java.lang.String id)
public MapsEngine.Tables.Features.BatchInsert set(java.lang.String parameterName, java.lang.Object value)
set in class MapsEngineRequest<java.lang.Void>