|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.services.storage.Storage.ObjectAccessControls
public class Storage.ObjectAccessControls
The "objectAccessControls" collection of methods.
| Nested Class Summary | |
|---|---|
class |
Storage.ObjectAccessControls.Delete
|
class |
Storage.ObjectAccessControls.Get
|
class |
Storage.ObjectAccessControls.Insert
|
class |
Storage.ObjectAccessControls.List
|
class |
Storage.ObjectAccessControls.Patch
|
class |
Storage.ObjectAccessControls.Update
|
| Constructor Summary | |
|---|---|
Storage.ObjectAccessControls()
|
|
| Method Summary | |
|---|---|
Storage.ObjectAccessControls.Delete |
delete(String bucket,
String storageObject,
String entity)
Deletes the ACL entry for the specified entity on the specified object. |
Storage.ObjectAccessControls.Get |
get(String bucket,
String storageObject,
String entity)
Returns the ACL entry for the specified entity on the specified object. |
Storage.ObjectAccessControls.Insert |
insert(String bucket,
String storageObject,
ObjectAccessControl content)
Creates a new ACL entry on the specified object. |
Storage.ObjectAccessControls.List |
list(String bucket,
String storageObject)
Retrieves ACL entries on the specified object. |
Storage.ObjectAccessControls.Patch |
patch(String bucket,
String storageObject,
String entity,
ObjectAccessControl content)
Updates an ACL entry on the specified object. |
Storage.ObjectAccessControls.Update |
update(String bucket,
String storageObject,
String entity,
ObjectAccessControl content)
Updates an ACL entry on the specified object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Storage.ObjectAccessControls()
| Method Detail |
|---|
public Storage.ObjectAccessControls.Delete delete(String bucket,
String storageObject,
String entity)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
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.
IOException
public Storage.ObjectAccessControls.Get get(String bucket,
String storageObject,
String entity)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
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.
IOException
public Storage.ObjectAccessControls.Insert insert(String bucket,
String storageObject,
ObjectAccessControl content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
bucket - Name of a bucket.storageObject - Name of the object.content - the ObjectAccessControl
IOException
public Storage.ObjectAccessControls.List list(String bucket,
String storageObject)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
bucket - Name of a bucket.storageObject - Name of the object.
IOException
public Storage.ObjectAccessControls.Patch patch(String bucket,
String storageObject,
String entity,
ObjectAccessControl content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
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
IOException
public Storage.ObjectAccessControls.Update update(String bucket,
String storageObject,
String entity,
ObjectAccessControl content)
throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
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
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||