ObjectAccessControlsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String bucket, String object, String entity, {String? generation, String? userProject, String? $fields})
→ Future<void>
-
Permanently deletes the ACL entry for the specified entity on the
specified object.
-
get(String bucket, String object, String entity, {String? generation, String? userProject, String? $fields})
→ Future<ObjectAccessControl>
-
Returns the ACL entry for the specified entity on the specified object.
-
insert(ObjectAccessControl request, String bucket, String object, {String? generation, String? userProject, String? $fields})
→ Future<ObjectAccessControl>
-
Creates a new ACL entry on the specified object.
-
list(String bucket, String object, {String? generation, String? userProject, String? $fields})
→ Future<ObjectAccessControls>
-
Retrieves ACL entries on the specified object.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ObjectAccessControl request, String bucket, String object, String entity, {String? generation, String? userProject, String? $fields})
→ Future<ObjectAccessControl>
-
Patches an ACL entry on the specified object.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(ObjectAccessControl request, String bucket, String object, String entity, {String? generation, String? userProject, String? $fields})
→ Future<ObjectAccessControl>
-
Updates an ACL entry on the specified object.