|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<String,Object> com.google.api.client.util.GenericData com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T> com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T> com.google.api.services.storage.StorageRequest<ObjectAccessControl> com.google.api.services.storage.Storage.ObjectAccessControls.Update
public class Storage.ObjectAccessControls.Update
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
protected |
Storage.ObjectAccessControls.Update(String bucket,
String storageObject,
String entity,
ObjectAccessControl content)
Updates an ACL entry on the specified object. |
Method Summary | |
---|---|
String |
getBucket()
Name of a bucket. |
String |
getEntity()
The entity holding the permission. |
String |
getObject()
Name of the object. |
Storage.ObjectAccessControls.Update |
set(String parameterName,
Object value)
|
Storage.ObjectAccessControls.Update |
setAlt(String alt)
Data format for the response. |
Storage.ObjectAccessControls.Update |
setBucket(String bucket)
Name of a bucket. |
Storage.ObjectAccessControls.Update |
setEntity(String entity)
The entity holding the permission. |
Storage.ObjectAccessControls.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Storage.ObjectAccessControls.Update |
setKey(String key)
API key. |
Storage.ObjectAccessControls.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
Storage.ObjectAccessControls.Update |
setObject(String storageObject)
Name of the object. |
Storage.ObjectAccessControls.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
Storage.ObjectAccessControls.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
Storage.ObjectAccessControls.Update |
setUserIp(String userIp)
IP address of the site where the request originates. |
Methods inherited from class com.google.api.services.storage.StorageRequest |
---|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders |
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest |
---|
getJsonContent, newExceptionOnError, queue |
Methods inherited from class com.google.api.client.util.GenericData |
---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Storage.ObjectAccessControls.Update(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, group-groupId, allUsers, or
allAuthenticatedUsers.content
- the ObjectAccessControl
Method Detail |
---|
public Storage.ObjectAccessControls.Update setAlt(String alt)
StorageRequest
setAlt
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Update setFields(String fields)
StorageRequest
setFields
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Update setKey(String key)
StorageRequest
setKey
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Update setOauthToken(String oauthToken)
StorageRequest
setOauthToken
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Update setPrettyPrint(Boolean prettyPrint)
StorageRequest
setPrettyPrint
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Update setQuotaUser(String quotaUser)
StorageRequest
setQuotaUser
in class StorageRequest<ObjectAccessControl>
public Storage.ObjectAccessControls.Update setUserIp(String userIp)
StorageRequest
setUserIp
in class StorageRequest<ObjectAccessControl>
public String getBucket()
public Storage.ObjectAccessControls.Update setBucket(String bucket)
public String getObject()
public Storage.ObjectAccessControls.Update setObject(String storageObject)
public String getEntity()
public Storage.ObjectAccessControls.Update setEntity(String entity)
public Storage.ObjectAccessControls.Update set(String parameterName, Object value)
set
in class StorageRequest<ObjectAccessControl>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |