public class Storage.Objects.GetIamPolicy extends StorageRequest<Policy>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
GetIamPolicy(String bucket,
String object__)
Returns an IAM policy for the specified object.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
String |
getBucket()
Name of the bucket in which the object resides.
|
Long |
getGeneration()
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
String |
getObject()
Name of the object.
|
String |
getProvisionalUserProject()
The project to be billed for this request if the target bucket is requester-pays bucket.
|
String |
getUserProject()
The project to be billed for this request.
|
Storage.Objects.GetIamPolicy |
set(String parameterName,
Object value) |
Storage.Objects.GetIamPolicy |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.GetIamPolicy |
setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.GetIamPolicy |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.GetIamPolicy |
setGeneration(Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.Objects.GetIamPolicy |
setKey(String key)
API key.
|
Storage.Objects.GetIamPolicy |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.GetIamPolicy |
setObject(String object__)
Name of the object.
|
Storage.Objects.GetIamPolicy |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.GetIamPolicy |
setProvisionalUserProject(String provisionalUserProject)
The project to be billed for this request if the target bucket is requester-pays bucket.
|
Storage.Objects.GetIamPolicy |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Objects.GetIamPolicy |
setUserIp(String userIp)
Deprecated.
|
Storage.Objects.GetIamPolicy |
setUserProject(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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected GetIamPolicy(String bucket, String object__)
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 the bucket in which the object resides.object__
- Name of the object. For information about how to URL encode object names to be path safe, see
Encoding URI Path Parts.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<Policy>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<Policy>
IOException
public Storage.Objects.GetIamPolicy setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<Policy>
public Storage.Objects.GetIamPolicy setFields(String fields)
StorageRequest
setFields
in class StorageRequest<Policy>
public Storage.Objects.GetIamPolicy setKey(String key)
StorageRequest
setKey
in class StorageRequest<Policy>
public Storage.Objects.GetIamPolicy setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<Policy>
public Storage.Objects.GetIamPolicy setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<Policy>
public Storage.Objects.GetIamPolicy setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<Policy>
public Storage.Objects.GetIamPolicy setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<Policy>
public String getBucket()
public Storage.Objects.GetIamPolicy setBucket(String bucket)
public String getObject()
public Storage.Objects.GetIamPolicy setObject(String object__)
public Long getGeneration()
public Storage.Objects.GetIamPolicy setGeneration(Long generation)
public String getProvisionalUserProject()
public Storage.Objects.GetIamPolicy setProvisionalUserProject(String provisionalUserProject)
public String getUserProject()
public Storage.Objects.GetIamPolicy setUserProject(String userProject)
public Storage.Objects.GetIamPolicy set(String parameterName, Object value)
set
in class StorageRequest<Policy>
Copyright © 2011–2019 Google. All rights reserved.