public class Storage.Objects.Insert extends StorageRequest<StorageObject>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Storage.Objects.Insert(java.lang.String bucket,
StorageObject content)
Stores new data blobs and associated metadata.
|
protected |
Storage.Objects.Insert(java.lang.String bucket,
StorageObject content,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Stores new data blobs and associated metadata.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpResponse |
executeMedia() |
void |
executeMediaAndDownloadTo(java.io.OutputStream outputStream) |
java.io.InputStream |
executeMediaAsInputStream() |
java.lang.String |
getBucket()
Name of the bucket in which to store the new object.
|
java.math.BigInteger |
getIfGenerationMatch()
Makes the operation conditional on whether the object's current generation matches the given value.
|
java.math.BigInteger |
getIfGenerationNotMatch()
Makes the operation conditional on whether the object's current generation does not match the given
value.
|
java.math.BigInteger |
getIfMetagenerationMatch()
Makes the operation conditional on whether the object's current metageneration matches the given
value.
|
java.math.BigInteger |
getIfMetagenerationNotMatch()
Makes the operation conditional on whether the object's current metageneration does not match the
given value.
|
java.lang.String |
getName()
Name of the object.
|
java.lang.String |
getProjection()
Set of properties to return.
|
Storage.Objects.Insert |
set(java.lang.String parameterName,
java.lang.Object value) |
Storage.Objects.Insert |
setAlt(java.lang.String alt)
Data format for the response.
|
Storage.Objects.Insert |
setBucket(java.lang.String bucket)
Name of the bucket in which to store the new object.
|
Storage.Objects.Insert |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.Insert |
setIfGenerationMatch(java.math.BigInteger ifGenerationMatch)
Makes the operation conditional on whether the object's current generation matches the
given value.
|
Storage.Objects.Insert |
setIfGenerationNotMatch(java.math.BigInteger ifGenerationNotMatch)
Makes the operation conditional on whether the object's current generation does not match
the given value.
|
Storage.Objects.Insert |
setIfMetagenerationMatch(java.math.BigInteger ifMetagenerationMatch)
Makes the operation conditional on whether the object's current metageneration matches the
given value.
|
Storage.Objects.Insert |
setIfMetagenerationNotMatch(java.math.BigInteger ifMetagenerationNotMatch)
Makes the operation conditional on whether the object's current metageneration does not
match the given value.
|
Storage.Objects.Insert |
setKey(java.lang.String key)
API key.
|
Storage.Objects.Insert |
setName(java.lang.String name)
Name of the object.
|
Storage.Objects.Insert |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.Insert |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.Insert |
setProjection(java.lang.String projection)
Set of properties to return.
|
Storage.Objects.Insert |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Objects.Insert |
setUserIp(java.lang.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
protected Storage.Objects.Insert(java.lang.String bucket, 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 to store the new object. Overrides the provided object metadata's bucket
value, if any.content
- the StorageObject
protected Storage.Objects.Insert(java.lang.String bucket, StorageObject content, com.google.api.client.http.AbstractInputStreamContent mediaContent)
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.
This constructor should be used for uploading media content.
bucket
- Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket
value, if any.content
- the StorageObject
media metadata or null
if nonemediaContent
- The media HTTP content or null
if none.public void executeMediaAndDownloadTo(java.io.OutputStream outputStream) throws java.io.IOException
executeMediaAndDownloadTo
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>
java.io.IOException
public java.io.InputStream executeMediaAsInputStream() throws java.io.IOException
executeMediaAsInputStream
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>
java.io.IOException
public com.google.api.client.http.HttpResponse executeMedia() throws java.io.IOException
executeMedia
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<StorageObject>
java.io.IOException
public Storage.Objects.Insert setAlt(java.lang.String alt)
StorageRequest
setAlt
in class StorageRequest<StorageObject>
public Storage.Objects.Insert setFields(java.lang.String fields)
StorageRequest
setFields
in class StorageRequest<StorageObject>
public Storage.Objects.Insert setKey(java.lang.String key)
StorageRequest
setKey
in class StorageRequest<StorageObject>
public Storage.Objects.Insert setOauthToken(java.lang.String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<StorageObject>
public Storage.Objects.Insert setPrettyPrint(java.lang.Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<StorageObject>
public Storage.Objects.Insert setQuotaUser(java.lang.String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<StorageObject>
public Storage.Objects.Insert setUserIp(java.lang.String userIp)
StorageRequest
setUserIp
in class StorageRequest<StorageObject>
public java.lang.String getBucket()
public Storage.Objects.Insert setBucket(java.lang.String bucket)
public java.math.BigInteger getIfGenerationMatch()
public Storage.Objects.Insert setIfGenerationMatch(java.math.BigInteger ifGenerationMatch)
public java.math.BigInteger getIfGenerationNotMatch()
public Storage.Objects.Insert setIfGenerationNotMatch(java.math.BigInteger ifGenerationNotMatch)
public java.math.BigInteger getIfMetagenerationMatch()
public Storage.Objects.Insert setIfMetagenerationMatch(java.math.BigInteger ifMetagenerationMatch)
public java.math.BigInteger getIfMetagenerationNotMatch()
public Storage.Objects.Insert setIfMetagenerationNotMatch(java.math.BigInteger ifMetagenerationNotMatch)
public java.lang.String getName()
public Storage.Objects.Insert setName(java.lang.String name)
public java.lang.String getProjection()
public Storage.Objects.Insert setProjection(java.lang.String projection)
public Storage.Objects.Insert set(java.lang.String parameterName, java.lang.Object value)
set
in class StorageRequest<StorageObject>