public class Storage.Objects.Get extends StorageRequest<StorageObject>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.Objects.Get(String bucket,
String storageObject)
Retrieves objects or their associated metadata.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeMedia() |
void |
executeMediaAndDownloadTo(OutputStream outputStream)
Upgrade warning: in prior version 1.8 this method was called
download . |
InputStream |
executeMediaAsInputStream() |
HttpResponse |
executeUsingHead() |
String |
getBucket()
Name of the bucket in which the object resides.
|
com.google.common.primitives.UnsignedLong |
getGeneration()
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
com.google.common.primitives.UnsignedLong |
getIfGenerationMatch()
Makes the operation conditional on whether the object's generation matches the given value.
|
com.google.common.primitives.UnsignedLong |
getIfGenerationNotMatch()
Makes the operation conditional on whether the object's generation does not match the given value.
|
com.google.common.primitives.UnsignedLong |
getIfMetagenerationMatch()
Makes the operation conditional on whether the object's current metageneration matches the given
value.
|
com.google.common.primitives.UnsignedLong |
getIfMetagenerationNotMatch()
Makes the operation conditional on whether the object's current metageneration does not match the
given value.
|
String |
getObject()
Name of the object.
|
String |
getProjection()
Set of properties to return.
|
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 |
setGeneration(com.google.common.primitives.UnsignedLong generation)
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
Storage.Objects.Get |
setIfGenerationMatch(com.google.common.primitives.UnsignedLong ifGenerationMatch)
Makes the operation conditional on whether the object's generation matches the given value.
|
Storage.Objects.Get |
setIfGenerationNotMatch(com.google.common.primitives.UnsignedLong ifGenerationNotMatch)
Makes the operation conditional on whether the object's generation does not match the given
value.
|
Storage.Objects.Get |
setIfMetagenerationMatch(com.google.common.primitives.UnsignedLong ifMetagenerationMatch)
Makes the operation conditional on whether the object's current metageneration matches the
given value.
|
Storage.Objects.Get |
setIfMetagenerationNotMatch(com.google.common.primitives.UnsignedLong ifMetagenerationNotMatch)
Makes the operation conditional on whether the object's current metageneration does not match
the given value.
|
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.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, execute, executeAndDownloadTo, executeAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Storage.Objects.Get(String bucket, String storageObject)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Storage.initialize(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.public void executeMediaAndDownloadTo(OutputStream outputStream) throws IOException
download
.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>
IOException
public 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 com.google.common.primitives.UnsignedLong getIfGenerationNotMatch()
public Storage.Objects.Get setIfGenerationNotMatch(com.google.common.primitives.UnsignedLong ifGenerationNotMatch)
public com.google.common.primitives.UnsignedLong getGeneration()
public Storage.Objects.Get setGeneration(com.google.common.primitives.UnsignedLong generation)
public com.google.common.primitives.UnsignedLong getIfMetagenerationMatch()
public Storage.Objects.Get setIfMetagenerationMatch(com.google.common.primitives.UnsignedLong ifMetagenerationMatch)
public com.google.common.primitives.UnsignedLong getIfGenerationMatch()
public Storage.Objects.Get setIfGenerationMatch(com.google.common.primitives.UnsignedLong ifGenerationMatch)
public com.google.common.primitives.UnsignedLong getIfMetagenerationNotMatch()
public Storage.Objects.Get setIfMetagenerationNotMatch(com.google.common.primitives.UnsignedLong ifMetagenerationNotMatch)
public String getProjection()
public Storage.Objects.Get setProjection(String projection)