public class Storage.Objects.TestIamPermissions extends StorageRequest<TestIamPermissionsResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.Objects.TestIamPermissions(String bucket,
String object__,
List<String> permissions)
Tests a set of permissions on the given object to see which, if any, are held by the caller.
|
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.
|
List<String> |
getPermissions()
Permissions to test.
|
Storage.Objects.TestIamPermissions |
set(String parameterName,
Object value) |
Storage.Objects.TestIamPermissions |
setAlt(String alt)
Data format for the response.
|
Storage.Objects.TestIamPermissions |
setBucket(String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.TestIamPermissions |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.TestIamPermissions |
setGeneration(Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.Objects.TestIamPermissions |
setKey(String key)
API key.
|
Storage.Objects.TestIamPermissions |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.TestIamPermissions |
setObject(String object__)
Name of the object.
|
Storage.Objects.TestIamPermissions |
setPermissions(List<String> permissions)
Permissions to test.
|
Storage.Objects.TestIamPermissions |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.TestIamPermissions |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.Objects.TestIamPermissions |
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, 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
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Storage.Objects.TestIamPermissions(String bucket, String object__, List<String> permissions)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. TestIamPermissions#initialize(com.google.api.client.googleapis.services.A
bstractGoogleClientRequest)
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.permissions
- Permissions to test.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<TestIamPermissionsResponse>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<TestIamPermissionsResponse>
IOException
public Storage.Objects.TestIamPermissions setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<TestIamPermissionsResponse>
public Storage.Objects.TestIamPermissions setFields(String fields)
StorageRequest
setFields
in class StorageRequest<TestIamPermissionsResponse>
public Storage.Objects.TestIamPermissions setKey(String key)
StorageRequest
setKey
in class StorageRequest<TestIamPermissionsResponse>
public Storage.Objects.TestIamPermissions setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<TestIamPermissionsResponse>
public Storage.Objects.TestIamPermissions setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<TestIamPermissionsResponse>
public Storage.Objects.TestIamPermissions setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<TestIamPermissionsResponse>
public Storage.Objects.TestIamPermissions setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<TestIamPermissionsResponse>
public String getBucket()
public Storage.Objects.TestIamPermissions setBucket(String bucket)
public String getObject()
public Storage.Objects.TestIamPermissions setObject(String object__)
public Storage.Objects.TestIamPermissions setPermissions(List<String> permissions)
public Long getGeneration()
public Storage.Objects.TestIamPermissions setGeneration(Long generation)
public Storage.Objects.TestIamPermissions set(String parameterName, Object value)
set
in class StorageRequest<TestIamPermissionsResponse>