|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
com.google.api.services.storage.StorageRequest<StorageObject>
com.google.api.services.storage.Storage.Objects.Get
public class Storage.Objects.Get
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
protected |
Storage.Objects.Get(String bucket,
String storageObject)
Retrieves objects or their associated metadata. |
| Method Summary | |
|---|---|
HttpRequest |
buildHttpRequestUsingHead()
|
HttpResponse |
executeMedia()
|
void |
executeMediaAndDownloadTo(OutputStream outputStream)
|
InputStream |
executeMediaAsInputStream()
|
HttpResponse |
executeUsingHead()
|
String |
getBucket()
Name of the bucket in which the object resides. |
String |
getObject()
Name of the object. |
String |
getProjection()
Set of properties to return. |
Storage.Objects.Get |
set(String parameterName,
Object value)
|
Storage.Objects.Get |
setAlt(String alt)
Data format for the response. |
Storage.Objects.Get |
setBucket(String bucket)
Name of the bucket in which the object resides. |
Storage.Objects.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Storage.Objects.Get |
setKey(String key)
API key. |
Storage.Objects.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
Storage.Objects.Get |
setObject(String storageObject)
Name of the object. |
Storage.Objects.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
Storage.Objects.Get |
setProjection(String projection)
Set of properties to return. |
Storage.Objects.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
Storage.Objects.Get |
setUserIp(String userIp)
IP address of the site where the request originates. |
| Methods inherited from class com.google.api.services.storage.StorageRequest |
|---|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders |
| Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest |
|---|
getJsonContent, newExceptionOnError, queue |
| Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest |
|---|
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Storage.Objects.Get(String bucket,
String storageObject)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Storage.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
bucket - Name of the bucket in which the object resides.storageObject - Name of the object.| Method Detail |
|---|
public void executeMediaAndDownloadTo(OutputStream outputStream)
throws IOException
executeMediaAndDownloadTo in class AbstractGoogleClientRequest<StorageObject>IOException
public InputStream executeMediaAsInputStream()
throws IOException
executeMediaAsInputStream in class AbstractGoogleClientRequest<StorageObject>IOException
public HttpResponse executeMedia()
throws IOException
executeMedia in class AbstractGoogleClientRequest<StorageObject>IOException
public HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class AbstractGoogleClientRequest<StorageObject>IOException
public HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<StorageObject>IOExceptionpublic Storage.Objects.Get setAlt(String alt)
StorageRequest
setAlt in class StorageRequest<StorageObject>public Storage.Objects.Get setFields(String fields)
StorageRequest
setFields in class StorageRequest<StorageObject>public Storage.Objects.Get setKey(String key)
StorageRequest
setKey in class StorageRequest<StorageObject>public Storage.Objects.Get setOauthToken(String oauthToken)
StorageRequest
setOauthToken in class StorageRequest<StorageObject>public Storage.Objects.Get setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint in class StorageRequest<StorageObject>public Storage.Objects.Get setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser in class StorageRequest<StorageObject>public Storage.Objects.Get setUserIp(String userIp)
StorageRequest
setUserIp in class StorageRequest<StorageObject>public String getBucket()
public Storage.Objects.Get setBucket(String bucket)
public String getObject()
public Storage.Objects.Get setObject(String storageObject)
public String getProjection()
public Storage.Objects.Get setProjection(String projection)
public Storage.Objects.Get set(String parameterName,
Object value)
set in class StorageRequest<StorageObject>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||