public class MapsEngine.Tables.Create extends MapsEngineRequest<Table>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Tables.Create(Table content)
Create a table asset.
|
| Modifier and Type | Method and Description |
|---|---|
MapsEngine.Tables.Create |
set(String parameterName,
Object value) |
MapsEngine.Tables.Create |
setAlt(String alt)
Data format for the response.
|
MapsEngine.Tables.Create |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Tables.Create |
setKey(String key)
API key.
|
MapsEngine.Tables.Create |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Tables.Create |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Tables.Create |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Tables.Create |
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.Create(Table 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.
content - the Tablepublic MapsEngine.Tables.Create setAlt(String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<Table>public MapsEngine.Tables.Create setFields(String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<Table>public MapsEngine.Tables.Create setKey(String key)
MapsEngineRequestsetKey in class MapsEngineRequest<Table>public MapsEngine.Tables.Create setOauthToken(String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<Table>public MapsEngine.Tables.Create setPrettyPrint(Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<Table>public MapsEngine.Tables.Create setQuotaUser(String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<Table>public MapsEngine.Tables.Create setUserIp(String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<Table>public MapsEngine.Tables.Create set(String parameterName, Object value)
set in class MapsEngineRequest<Table>