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