public class Storage.ObjectAccessControls.Get extends StorageRequest<ObjectAccessControl>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String bucket,
String object__,
String entity)
Returns the ACL entry for the specified entity on the specified object.
|
| 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.
|
String |
getEntity()
The entity holding the permission.
|
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 |
getUserProject()
The project to be billed for this request.
|
Storage.ObjectAccessControls.Get |
set(String parameterName,
Object value) |
Storage.ObjectAccessControls.Get |
setAlt(String alt)
Data format for the response.
|
Storage.ObjectAccessControls.Get |
setBucket(String bucket)
Name of a bucket.
|
Storage.ObjectAccessControls.Get |
setEntity(String entity)
The entity holding the permission.
|
Storage.ObjectAccessControls.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.ObjectAccessControls.Get |
setGeneration(Long generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.ObjectAccessControls.Get |
setKey(String key)
API key.
|
Storage.ObjectAccessControls.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.ObjectAccessControls.Get |
setObject(String object__)
Name of the object.
|
Storage.ObjectAccessControls.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.ObjectAccessControls.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Storage.ObjectAccessControls.Get |
setUserIp(String userIp)
Deprecated.
|
Storage.ObjectAccessControls.Get |
setUserProject(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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String bucket, String object__, String entity)
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.object__ - Name of the object. For information about how to URL encode object names to be path safe, see
Encoding URI Path Parts.entity - The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
emailAddress, allUsers, or allAuthenticatedUsers.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ObjectAccessControl>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ObjectAccessControl>IOExceptionpublic Storage.ObjectAccessControls.Get setAlt(String alt)
StorageRequestsetAlt in class StorageRequest<ObjectAccessControl>public Storage.ObjectAccessControls.Get setFields(String fields)
StorageRequestsetFields in class StorageRequest<ObjectAccessControl>public Storage.ObjectAccessControls.Get setKey(String key)
StorageRequestsetKey in class StorageRequest<ObjectAccessControl>public Storage.ObjectAccessControls.Get setOauthToken(String oauthToken)
StorageRequestsetOauthToken in class StorageRequest<ObjectAccessControl>public Storage.ObjectAccessControls.Get setPrettyPrint(Boolean prettyPrint)
StorageRequestsetPrettyPrint in class StorageRequest<ObjectAccessControl>public Storage.ObjectAccessControls.Get setQuotaUser(String quotaUser)
StorageRequestsetQuotaUser in class StorageRequest<ObjectAccessControl>public Storage.ObjectAccessControls.Get setUserIp(String userIp)
StorageRequestsetUserIp in class StorageRequest<ObjectAccessControl>public String getBucket()
public Storage.ObjectAccessControls.Get setBucket(String bucket)
public String getObject()
public Storage.ObjectAccessControls.Get setObject(String object__)
public String getEntity()
public Storage.ObjectAccessControls.Get setEntity(String entity)
public Long getGeneration()
public Storage.ObjectAccessControls.Get setGeneration(Long generation)
public String getUserProject()
public Storage.ObjectAccessControls.Get setUserProject(String userProject)
public Storage.ObjectAccessControls.Get set(String parameterName, Object value)
set in class StorageRequest<ObjectAccessControl>Copyright © 2011–2018 Google. All rights reserved.