public class MapsEngine.Layers.GetPublished extends MapsEngineRequest<PublishedLayer>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Layers.GetPublished(java.lang.String id)
Return the published metadata for a particular layer.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getId()
The ID of the layer.
|
java.lang.String |
getVersion() |
MapsEngine.Layers.GetPublished |
set(java.lang.String parameterName,
java.lang.Object value) |
MapsEngine.Layers.GetPublished |
setAlt(java.lang.String alt)
Data format for the response.
|
MapsEngine.Layers.GetPublished |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Layers.GetPublished |
setId(java.lang.String id)
The ID of the layer.
|
MapsEngine.Layers.GetPublished |
setKey(java.lang.String key)
API key.
|
MapsEngine.Layers.GetPublished |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Layers.GetPublished |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Layers.GetPublished |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Layers.GetPublished |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
MapsEngine.Layers.GetPublished |
setVersion(java.lang.String version) |
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, setUnknownKeysprotected MapsEngine.Layers.GetPublished(java.lang.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 layer.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PublishedLayer>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PublishedLayer>java.io.IOExceptionpublic MapsEngine.Layers.GetPublished setAlt(java.lang.String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<PublishedLayer>public MapsEngine.Layers.GetPublished setFields(java.lang.String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<PublishedLayer>public MapsEngine.Layers.GetPublished setKey(java.lang.String key)
MapsEngineRequestsetKey in class MapsEngineRequest<PublishedLayer>public MapsEngine.Layers.GetPublished setOauthToken(java.lang.String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<PublishedLayer>public MapsEngine.Layers.GetPublished setPrettyPrint(java.lang.Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<PublishedLayer>public MapsEngine.Layers.GetPublished setQuotaUser(java.lang.String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<PublishedLayer>public MapsEngine.Layers.GetPublished setUserIp(java.lang.String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<PublishedLayer>public java.lang.String getId()
public MapsEngine.Layers.GetPublished setId(java.lang.String id)
public java.lang.String getVersion()
public MapsEngine.Layers.GetPublished setVersion(java.lang.String version)
public MapsEngine.Layers.GetPublished set(java.lang.String parameterName, java.lang.Object value)
set in class MapsEngineRequest<PublishedLayer>