public class Storage.Buckets.GetIamPolicy extends StorageRequest<Policy>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Storage.Buckets.GetIamPolicy(java.lang.String bucket)
Returns an IAM policy for the specified bucket.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getBucket()
Name of a bucket.
|
java.lang.String |
getUserProject()
The project to be billed for this request.
|
Storage.Buckets.GetIamPolicy |
set(java.lang.String parameterName,
java.lang.Object value) |
Storage.Buckets.GetIamPolicy |
setAlt(java.lang.String alt)
Data format for the response.
|
Storage.Buckets.GetIamPolicy |
setBucket(java.lang.String bucket)
Name of a bucket.
|
Storage.Buckets.GetIamPolicy |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Buckets.GetIamPolicy |
setKey(java.lang.String key)
API key.
|
Storage.Buckets.GetIamPolicy |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Buckets.GetIamPolicy |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Buckets.GetIamPolicy |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Buckets.GetIamPolicy |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Storage.Buckets.GetIamPolicy |
setUserProject(java.lang.String userProject)
The project to be billed for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, 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, setUnknownKeys
protected Storage.Buckets.GetIamPolicy(java.lang.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 java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Policy>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Policy>
java.io.IOException
public Storage.Buckets.GetIamPolicy setAlt(java.lang.String alt)
StorageRequest
setAlt
in class StorageRequest<Policy>
public Storage.Buckets.GetIamPolicy setFields(java.lang.String fields)
StorageRequest
setFields
in class StorageRequest<Policy>
public Storage.Buckets.GetIamPolicy setKey(java.lang.String key)
StorageRequest
setKey
in class StorageRequest<Policy>
public Storage.Buckets.GetIamPolicy setOauthToken(java.lang.String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<Policy>
public Storage.Buckets.GetIamPolicy setPrettyPrint(java.lang.Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<Policy>
public Storage.Buckets.GetIamPolicy setQuotaUser(java.lang.String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<Policy>
public Storage.Buckets.GetIamPolicy setUserIp(java.lang.String userIp)
StorageRequest
setUserIp
in class StorageRequest<Policy>
public java.lang.String getBucket()
public Storage.Buckets.GetIamPolicy setBucket(java.lang.String bucket)
public java.lang.String getUserProject()
public Storage.Buckets.GetIamPolicy setUserProject(java.lang.String userProject)
public Storage.Buckets.GetIamPolicy set(java.lang.String parameterName, java.lang.Object value)
set
in class StorageRequest<Policy>