public class Storage.Objects.Update extends StorageRequest<StorageObject>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.Objects.Update(String bucket,
String storageObject,
StorageObject content)
Updates a data blob's associated metadata.
|
Modifier and Type | Method and Description |
---|---|
HttpResponse |
executeMedia() |
void |
executeMediaAndDownloadTo(OutputStream outputStream) |
InputStream |
executeMediaAsInputStream() |
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.Update |
set(String parameterName,
Object value) |
Storage.Objects.Update |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.Update |
setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.Update |
setKey(String key)
API key.
|
Storage.Objects.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.Update |
setObject(String storageObject)
Name of the object.
|
Storage.Objects.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.Update |
setProjection(String projection)
Set of properties to return.
|
Storage.Objects.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Objects.Update |
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Storage.Objects.Update(String bucket, String storageObject, StorageObject content)
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.content
- the StorageObject
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 Storage.Objects.Update setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<StorageObject>
public Storage.Objects.Update setFields(String fields)
StorageRequest
setFields
in class StorageRequest<StorageObject>
public Storage.Objects.Update setKey(String key)
StorageRequest
setKey
in class StorageRequest<StorageObject>
public Storage.Objects.Update setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<StorageObject>
public Storage.Objects.Update setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<StorageObject>
public Storage.Objects.Update setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<StorageObject>
public Storage.Objects.Update setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<StorageObject>
public String getBucket()
public Storage.Objects.Update setBucket(String bucket)
public String getObject()
public Storage.Objects.Update setObject(String storageObject)
public String getProjection()
public Storage.Objects.Update setProjection(String projection)
public Storage.Objects.Update set(String parameterName, Object value)
set
in class StorageRequest<StorageObject>