public class Storage.ObjectAccessControls
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
ObjectAccessControls() |
| Modifier and Type | Method and Description |
|---|---|
Storage.ObjectAccessControls.Delete |
delete(java.lang.String bucket,
java.lang.String object__,
java.lang.String entity)
Permanently deletes the ACL entry for the specified entity on the specified object.
|
Storage.ObjectAccessControls.Get |
get(java.lang.String bucket,
java.lang.String object__,
java.lang.String entity)
Returns the ACL entry for the specified entity on the specified object.
|
Storage.ObjectAccessControls.Insert |
insert(java.lang.String bucket,
java.lang.String object__,
ObjectAccessControl content)
Creates a new ACL entry on the specified object.
|
Storage.ObjectAccessControls.List |
list(java.lang.String bucket,
java.lang.String object__)
Retrieves ACL entries on the specified object.
|
Storage.ObjectAccessControls.Patch |
patch(java.lang.String bucket,
java.lang.String object__,
java.lang.String entity,
ObjectAccessControl content)
Patches an ACL entry on the specified object.
|
Storage.ObjectAccessControls.Update |
update(java.lang.String bucket,
java.lang.String object__,
java.lang.String entity,
ObjectAccessControl content)
Updates an ACL entry on the specified object.
|
public Storage.ObjectAccessControls.Delete delete(java.lang.String bucket, java.lang.String object__, java.lang.String entity) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic Storage.ObjectAccessControls.Get get(java.lang.String bucket, java.lang.String object__, java.lang.String entity) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic Storage.ObjectAccessControls.Insert insert(java.lang.String bucket, java.lang.String object__, ObjectAccessControl content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.content - the ObjectAccessControljava.io.IOExceptionpublic Storage.ObjectAccessControls.List list(java.lang.String bucket, java.lang.String object__) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.java.io.IOExceptionpublic Storage.ObjectAccessControls.Patch patch(java.lang.String bucket, java.lang.String object__, java.lang.String entity, ObjectAccessControl content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.content - the ObjectAccessControljava.io.IOExceptionpublic Storage.ObjectAccessControls.Update update(java.lang.String bucket, java.lang.String object__, java.lang.String entity, ObjectAccessControl content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.content - the ObjectAccessControljava.io.IOException