public class MapsEngine.Projects.List extends MapsEngineRequest<ProjectsListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Projects.List()
Return all projects readable by the current user.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
MapsEngine.Projects.List |
set(String parameterName,
Object value) |
MapsEngine.Projects.List |
setAlt(String alt)
Data format for the response.
|
MapsEngine.Projects.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Projects.List |
setKey(String key)
API key.
|
MapsEngine.Projects.List |
setOauthToken(String oauthtoken)
OAuth 2.0 token for the current user.
|
MapsEngine.Projects.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Projects.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Projects.List |
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, 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.Projects.List()
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.
public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<ProjectsListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<ProjectsListResponse>IOExceptionpublic MapsEngine.Projects.List setAlt(String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List setFields(String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List setKey(String key)
MapsEngineRequestsetKey in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List setOauthToken(String oauthtoken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List setPrettyPrint(Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List setQuotaUser(String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List setUserIp(String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<ProjectsListResponse>public MapsEngine.Projects.List set(String parameterName, Object value)
set in class MapsEngineRequest<ProjectsListResponse>