public class Storage.Buckets.Patch extends StorageRequest<Bucket>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.Buckets.Patch(String bucket,
Bucket content)
Updates a bucket.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Name of a bucket.
|
BigInteger |
getIfMetagenerationMatch()
Makes the return of the bucket metadata conditional on whether the bucket's current metageneration
matches the given value.
|
BigInteger |
getIfMetagenerationNotMatch()
Makes the return of the bucket metadata conditional on whether the bucket's current metageneration
does not match the given value.
|
String |
getProjection()
Set of properties to return.
|
Storage.Buckets.Patch |
set(String parameterName,
Object value) |
Storage.Buckets.Patch |
setAlt(String alt)
Data format for the response.
|
Storage.Buckets.Patch |
setBucket(String bucket)
Name of a bucket.
|
Storage.Buckets.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Buckets.Patch |
setIfMetagenerationMatch(BigInteger ifMetagenerationMatch)
Makes the return of the bucket metadata conditional on whether the bucket's current
metageneration matches the given value.
|
Storage.Buckets.Patch |
setIfMetagenerationNotMatch(BigInteger ifMetagenerationNotMatch)
Makes the return of the bucket metadata conditional on whether the bucket's current
metageneration does not match the given value.
|
Storage.Buckets.Patch |
setKey(String key)
API key.
|
Storage.Buckets.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Buckets.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Buckets.Patch |
setProjection(String projection)
Set of properties to return.
|
Storage.Buckets.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Buckets.Patch |
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.Buckets.Patch(String bucket, Bucket 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 a bucket.content
- the Bucket
public Storage.Buckets.Patch setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<Bucket>
public Storage.Buckets.Patch setFields(String fields)
StorageRequest
setFields
in class StorageRequest<Bucket>
public Storage.Buckets.Patch setKey(String key)
StorageRequest
setKey
in class StorageRequest<Bucket>
public Storage.Buckets.Patch setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<Bucket>
public Storage.Buckets.Patch setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<Bucket>
public Storage.Buckets.Patch setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<Bucket>
public Storage.Buckets.Patch setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<Bucket>
public String getBucket()
public Storage.Buckets.Patch setBucket(String bucket)
public BigInteger getIfMetagenerationMatch()
public Storage.Buckets.Patch setIfMetagenerationMatch(BigInteger ifMetagenerationMatch)
public BigInteger getIfMetagenerationNotMatch()
public Storage.Buckets.Patch setIfMetagenerationNotMatch(BigInteger ifMetagenerationNotMatch)
public String getProjection()
public Storage.Buckets.Patch setProjection(String projection)
public Storage.Buckets.Patch set(String parameterName, Object value)
set
in class StorageRequest<Bucket>