public class Storage.Buckets.Get extends StorageRequest<Bucket>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String bucket)
Returns metadata for the specified bucket.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getBucket()
Name of a bucket.
|
Long |
getGeneration()
If present, specifies the generation of the 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 |
getProjection()
Set of properties to return.
|
Boolean |
getSoftDeleted()
If true, return the soft-deleted version of this bucket.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Buckets.Get |
set(String parameterName,
Object value) |
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 |
setGeneration(Long generation)
If present, specifies the generation of the bucket.
|
Storage.Buckets.Get |
setIfMetagenerationMatch(Long ifMetagenerationMatch)
Makes the return of the bucket metadata conditional on whether the bucket's current
metageneration matches the given value.
|
Storage.Buckets.Get |
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.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)
An opaque string that represents a user for quota purposes.
|
Storage.Buckets.Get |
setSoftDeleted(Boolean softDeleted)
If true, return the soft-deleted version of this bucket.
|
Storage.Buckets.Get |
setUploadType(String uploadType)
Upload protocol for media (e.g.
|
Storage.Buckets.Get |
setUserIp(String userIp)
Deprecated.
|
Storage.Buckets.Get |
setUserProject(String userProject)
The project to be billed for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadType, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String bucket)
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.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Bucket>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Bucket>IOExceptionpublic Storage.Buckets.Get setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<Bucket>public Storage.Buckets.Get setFields(String fields)
StorageRequestsetFields in class StorageRequest<Bucket>public Storage.Buckets.Get setKey(String key)
StorageRequestsetKey in class StorageRequest<Bucket>public Storage.Buckets.Get setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<Bucket>public Storage.Buckets.Get setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<Bucket>public Storage.Buckets.Get setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<Bucket>public Storage.Buckets.Get setUploadType(String uploadType)
StorageRequestsetUploadType in class StorageRequest<Bucket>public Storage.Buckets.Get setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<Bucket>public String getBucket()
public Storage.Buckets.Get setBucket(String bucket)
public Long getGeneration()
public Storage.Buckets.Get setGeneration(Long generation)
public Long getIfMetagenerationMatch()
public Storage.Buckets.Get setIfMetagenerationMatch(Long ifMetagenerationMatch)
public Long getIfMetagenerationNotMatch()
public Storage.Buckets.Get setIfMetagenerationNotMatch(Long ifMetagenerationNotMatch)
public String getProjection()
public Storage.Buckets.Get setProjection(String projection)
public Boolean getSoftDeleted()
public Storage.Buckets.Get setSoftDeleted(Boolean softDeleted)
public String getUserProject()
public Storage.Buckets.Get setUserProject(String userProject)
public Storage.Buckets.Get set(String parameterName, Object value)
set in class StorageRequest<Bucket>Copyright © 2011–2025 Google. All rights reserved.