public class Storage.Objects.Delete extends StorageRequest<Void>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.Objects.Delete(String bucket,
String object__)
Deletes an object and its metadata.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Name of the bucket in which the object resides.
|
Long |
getGeneration()
If present, permanently deletes 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.
|
Storage.Objects.Delete |
set(String parameterName,
Object value) |
Storage.Objects.Delete |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.Delete |
setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.Delete |
setGeneration(Long generation)
If present, permanently deletes a specific revision of this object (as opposed to the
latest version, the default).
|
Storage.Objects.Delete |
setIfGenerationMatch(Long ifGenerationMatch)
Makes the operation conditional on whether the object's current generation matches the
given value.
|
Storage.Objects.Delete |
setIfGenerationNotMatch(Long ifGenerationNotMatch)
Makes the operation conditional on whether the object's current generation does not match
the given value.
|
Storage.Objects.Delete |
setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the operation conditional on whether the object's current metageneration matches the
given value.
|
Storage.Objects.Delete |
setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
Makes the operation conditional on whether the object's current metageneration does not
match the given value.
|
Storage.Objects.Delete |
setKey(String key)
API key.
|
Storage.Objects.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.Delete |
setObject(String object__)
Name of the object.
|
Storage.Objects.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Objects.Delete |
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, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, 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.Delete(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.public Storage.Objects.Delete setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<Void>
public Storage.Objects.Delete setFields(String fields)
StorageRequest
setFields
in class StorageRequest<Void>
public Storage.Objects.Delete setKey(String key)
StorageRequest
setKey
in class StorageRequest<Void>
public Storage.Objects.Delete setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<Void>
public Storage.Objects.Delete setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<Void>
public Storage.Objects.Delete setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<Void>
public Storage.Objects.Delete setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<Void>
public String getBucket()
public Storage.Objects.Delete setBucket(String bucket)
public String getObject()
public Storage.Objects.Delete setObject(String object__)
public Long getGeneration()
public Storage.Objects.Delete setGeneration(Long generation)
public Long getIfGenerationMatch()
public Storage.Objects.Delete setIfGenerationMatch(Long ifGenerationMatch)
public Long getIfGenerationNotMatch()
public Storage.Objects.Delete setIfGenerationNotMatch(Long ifGenerationNotMatch)
public Long getIfMetagenerationMatch()
public Storage.Objects.Delete setIfMetagenerationMatch(Long ifMetagenerationMatch)
public Long getIfMetagenerationNotMatch()
public Storage.Objects.Delete setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public Storage.Objects.Delete set(String parameterName, Object value)
set
in class StorageRequest<Void>