public class Storage.ObjectAccessControls.Patch extends StorageRequest<ObjectAccessControl>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Storage.ObjectAccessControls.Patch(String bucket,
String storageObject,
String entity,
ObjectAccessControl content)
Updates an ACL entry on the specified object.
|
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Name of a bucket.
|
String |
getEntity()
The entity holding the permission.
|
BigInteger |
getGeneration()
If present, selects a specific revision of this object (as opposed to the latest version, the
default).
|
String |
getObject()
Name of the object.
|
Storage.ObjectAccessControls.Patch |
set(String parameterName,
Object value) |
Storage.ObjectAccessControls.Patch |
setAlt(String alt)
Data format for the response.
|
Storage.ObjectAccessControls.Patch |
setBucket(String bucket)
Name of a bucket.
|
Storage.ObjectAccessControls.Patch |
setEntity(String entity)
The entity holding the permission.
|
Storage.ObjectAccessControls.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Storage.ObjectAccessControls.Patch |
setGeneration(BigInteger generation)
If present, selects a specific revision of this object (as opposed to the latest version,
the default).
|
Storage.ObjectAccessControls.Patch |
setKey(String key)
API key.
|
Storage.ObjectAccessControls.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Storage.ObjectAccessControls.Patch |
setObject(String storageObject)
Name of the object.
|
Storage.ObjectAccessControls.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Storage.ObjectAccessControls.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Storage.ObjectAccessControls.Patch |
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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.ObjectAccessControls.Patch(String bucket, String storageObject, String entity, ObjectAccessControl content)
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.storageObject
- Name of the object.entity
- The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-
emailAddress, allUsers, or allAuthenticatedUsers.content
- the ObjectAccessControl
public Storage.ObjectAccessControls.Patch setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Patch setFields(String fields)
StorageRequest
setFields
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Patch setKey(String key)
StorageRequest
setKey
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Patch setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Patch setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Patch setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Patch setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<ObjectAccessControl>
public String getBucket()
public Storage.ObjectAccessControls.Patch setBucket(String bucket)
public String getObject()
public Storage.ObjectAccessControls.Patch setObject(String storageObject)
public String getEntity()
public Storage.ObjectAccessControls.Patch setEntity(String entity)
public BigInteger getGeneration()
public Storage.ObjectAccessControls.Patch setGeneration(BigInteger generation)
public Storage.ObjectAccessControls.Patch set(String parameterName, Object value)
set
in class StorageRequest<ObjectAccessControl>