public class Storage.Objects.Get extends StorageRequest<StorageObject>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String bucket,
String object__)
Retrieves an object or its metadata.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.GenericUrl |
buildHttpRequestUrl() |
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeMedia() |
void |
executeMediaAndDownloadTo(OutputStream outputStream) |
InputStream |
executeMediaAsInputStream() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getBucket()
Name of the bucket in which the object resides.
|
Long |
getGeneration()
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
Long |
getIfGenerationMatch()
Makes the operation conditional on whether the object's current generation matches the given value.
|
Long |
getIfGenerationNotMatch()
Makes the operation conditional on whether the object's current generation does not match the given
value.
|
Long |
getIfMetagenerationMatch()
Makes the operation conditional on whether the object's current metageneration matches the given
value.
|
Long |
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.
|
String |
getRestoreToken()
Restore token used to differentiate soft-deleted objects with the same name and generation.
|
Boolean |
getSoftDeleted()
If true, only soft-deleted object versions will be listed.
|
String |
getUserProject()
The project to be billed for this request.
|
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 |
setGeneration(Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.Objects.Get |
setIfGenerationMatch(Long ifGenerationMatch)
Makes the operation conditional on whether the object's current generation matches the
given value.
|
Storage.Objects.Get |
setIfGenerationNotMatch(Long ifGenerationNotMatch)
Makes the operation conditional on whether the object's current generation does not match
the given value.
|
Storage.Objects.Get |
setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the operation conditional on whether the object's current metageneration matches the
given value.
|
Storage.Objects.Get |
setIfMetagenerationNotMatch(Long 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 object__)
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)
An opaque string that represents a user for quota purposes.
|
Storage.Objects.Get |
setRestoreToken(String restoreToken)
Restore token used to differentiate soft-deleted objects with the same name and generation.
|
Storage.Objects.Get |
setSoftDeleted(Boolean softDeleted)
If true, only soft-deleted object versions will be listed.
|
Storage.Objects.Get |
setUploadType(String uploadType)
Upload protocol for media (e.g.
|
Storage.Objects.Get |
setUserIp(String userIp)
Deprecated.
|
Storage.Objects.Get |
setUserProject(String userProject)
The project to be billed for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadType, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String bucket, String object__)
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.object__ - Name of the object. For information about how to URL encode object names to be path safe, see
[Encoding URI Path Parts](https://cloud.google.com/storage/docs/request-
endpoints#encoding).public void executeMediaAndDownloadTo(OutputStream outputStream) throws IOException
executeMediaAndDownloadTo in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>IOExceptionpublic InputStream executeMediaAsInputStream() throws IOException
executeMediaAsInputStream in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>IOExceptionpublic com.google.api.client.http.HttpResponse executeMedia()
throws IOException
executeMedia in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>IOExceptionpublic com.google.api.client.http.GenericUrl buildHttpRequestUrl()
buildHttpRequestUrl in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>IOExceptionpublic Storage.Objects.Get setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<StorageObject>public Storage.Objects.Get setFields(String fields)
StorageRequestsetFields in class StorageRequest<StorageObject>public Storage.Objects.Get setKey(String key)
StorageRequestsetKey in class StorageRequest<StorageObject>public Storage.Objects.Get setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<StorageObject>public Storage.Objects.Get setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<StorageObject>public Storage.Objects.Get setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<StorageObject>public Storage.Objects.Get setUploadType(String uploadType)
StorageRequestsetUploadType in class StorageRequest<StorageObject>public Storage.Objects.Get setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<StorageObject>public String getBucket()
public Storage.Objects.Get setBucket(String bucket)
public String getObject()
public Storage.Objects.Get setObject(String object__)
public Long getGeneration()
public Storage.Objects.Get setGeneration(Long generation)
public Long getIfGenerationMatch()
public Storage.Objects.Get setIfGenerationMatch(Long ifGenerationMatch)
public Long getIfGenerationNotMatch()
public Storage.Objects.Get setIfGenerationNotMatch(Long ifGenerationNotMatch)
public Long getIfMetagenerationMatch()
public Storage.Objects.Get setIfMetagenerationMatch(Long ifMetagenerationMatch)
public Long getIfMetagenerationNotMatch()
public Storage.Objects.Get setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public String getProjection()
public Storage.Objects.Get setProjection(String projection)
public String getRestoreToken()
public Storage.Objects.Get setRestoreToken(String restoreToken)
public Boolean getSoftDeleted()
public Storage.Objects.Get setSoftDeleted(Boolean softDeleted)
public String getUserProject()
public Storage.Objects.Get setUserProject(String userProject)
public Storage.Objects.Get set(String parameterName, Object value)
set in class StorageRequest<StorageObject>Copyright © 2011–2025 Google. All rights reserved.