public class Storage.Objects.TestIamPermissions extends StorageRequest<TestIamPermissionsResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
TestIamPermissions(java.lang.String bucket,
java.lang.String object__,
java.util.List<java.lang.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 |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getBucket()
Name of the bucket in which the object resides.
|
java.lang.Long |
getGeneration()
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
java.lang.String |
getObject()
Name of the object.
|
java.util.List<java.lang.String> |
getPermissions()
Permissions to test.
|
java.lang.String |
getUserProject()
The project to be billed for this request.
|
Storage.Objects.TestIamPermissions |
set(java.lang.String parameterName,
java.lang.Object value) |
Storage.Objects.TestIamPermissions |
setAlt(java.lang.String alt)
Data format for the response.
|
Storage.Objects.TestIamPermissions |
setBucket(java.lang.String bucket)
Name of the bucket in which the object resides.
|
Storage.Objects.TestIamPermissions |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Storage.Objects.TestIamPermissions |
setGeneration(java.lang.Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.Objects.TestIamPermissions |
setKey(java.lang.String key)
API key.
|
Storage.Objects.TestIamPermissions |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.Objects.TestIamPermissions |
setObject(java.lang.String object__)
Name of the object.
|
Storage.Objects.TestIamPermissions |
setPermissions(java.util.List<java.lang.String> permissions)
Permissions to test.
|
Storage.Objects.TestIamPermissions |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.Objects.TestIamPermissions |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.Objects.TestIamPermissions |
setUserIp(java.lang.String userIp)
Deprecated.
|
Storage.Objects.TestIamPermissions |
setUserProject(java.lang.String userProject)
The project to be billed for this request.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected TestIamPermissions(java.lang.String bucket,
java.lang.String object__,
java.util.List<java.lang.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 com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TestIamPermissionsResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TestIamPermissionsResponse>java.io.IOExceptionpublic Storage.Objects.TestIamPermissions setAlt(java.lang.String alt)
StorageRequestsetAlt in class StorageRequest<TestIamPermissionsResponse>public Storage.Objects.TestIamPermissions setFields(java.lang.String fields)
StorageRequestsetFields in class StorageRequest<TestIamPermissionsResponse>public Storage.Objects.TestIamPermissions setKey(java.lang.String key)
StorageRequestsetKey in class StorageRequest<TestIamPermissionsResponse>public Storage.Objects.TestIamPermissions setOauthToken(java.lang.String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<TestIamPermissionsResponse>public Storage.Objects.TestIamPermissions setPrettyPrint(java.lang.Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<TestIamPermissionsResponse>public Storage.Objects.TestIamPermissions setQuotaUser(java.lang.String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<TestIamPermissionsResponse>public Storage.Objects.TestIamPermissions setUserIp(java.lang.String userIp)
StorageRequestsetUserIp in class StorageRequest<TestIamPermissionsResponse>public java.lang.String getBucket()
public Storage.Objects.TestIamPermissions setBucket(java.lang.String bucket)
public java.lang.String getObject()
public Storage.Objects.TestIamPermissions setObject(java.lang.String object__)
public java.util.List<java.lang.String> getPermissions()
public Storage.Objects.TestIamPermissions setPermissions(java.util.List<java.lang.String> permissions)
public java.lang.Long getGeneration()
public Storage.Objects.TestIamPermissions setGeneration(java.lang.Long generation)
public java.lang.String getUserProject()
public Storage.Objects.TestIamPermissions setUserProject(java.lang.String userProject)
public Storage.Objects.TestIamPermissions set(java.lang.String parameterName, java.lang.Object value)
set in class StorageRequest<TestIamPermissionsResponse>