public class Storage.Buckets.Get extends StorageRequest<Bucket>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.Buckets.Get(String bucket)
Returns metadata for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getBucket()
Name of a bucket.
|
com.google.common.primitives.UnsignedLong |
getIfMetagenerationMatch()
Makes the return of the bucket metadata conditional on whether the bucket's current metageneration
matches the given value.
|
com.google.common.primitives.UnsignedLong |
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.Get |
setAlt(String alt)
Data format for the response.
|
Storage.Buckets.Get |
setBucket(String bucket)
Name of a bucket.
|
Storage.Buckets.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Buckets.Get |
setIfMetagenerationMatch(com.google.common.primitives.UnsignedLong ifMetagenerationMatch)
Makes the return of the bucket metadata conditional on whether the bucket's current
metageneration matches the given value.
|
Storage.Buckets.Get |
setIfMetagenerationNotMatch(com.google.common.primitives.UnsignedLong ifMetagenerationNotMatch)
Makes the return of the bucket metadata conditional on whether the bucket's current
metageneration does not match the given value.
|
Storage.Buckets.Get |
setKey(String key)
API key.
|
Storage.Buckets.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Buckets.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Buckets.Get |
setProjection(String projection)
Set of properties to return.
|
Storage.Buckets.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Buckets.Get |
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, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Storage.Buckets.Get(String bucket)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation. Storage.initialize(AbstractGoogleClientRequest)
must be called to initialize this instance
immediately after invoking the constructor.
bucket
- Name of a bucket.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<Bucket>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<Bucket>
IOException
public Storage.Buckets.Get setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<Bucket>
public Storage.Buckets.Get setFields(String fields)
StorageRequest
setFields
in class StorageRequest<Bucket>
public Storage.Buckets.Get setKey(String key)
StorageRequest
setKey
in class StorageRequest<Bucket>
public Storage.Buckets.Get setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<Bucket>
public Storage.Buckets.Get setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<Bucket>
public Storage.Buckets.Get setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<Bucket>
public Storage.Buckets.Get setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<Bucket>
public String getBucket()
public Storage.Buckets.Get setBucket(String bucket)
public com.google.common.primitives.UnsignedLong getIfMetagenerationMatch()
public Storage.Buckets.Get setIfMetagenerationMatch(com.google.common.primitives.UnsignedLong ifMetagenerationMatch)
public com.google.common.primitives.UnsignedLong getIfMetagenerationNotMatch()
public Storage.Buckets.Get setIfMetagenerationNotMatch(com.google.common.primitives.UnsignedLong ifMetagenerationNotMatch)
public String getProjection()
public Storage.Buckets.Get setProjection(String projection)