BucketAccessControlsResource 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 entity, {String? userProject, String? $fields})
    → Future<void>
  
  
- 
  Permanently deletes the ACL entry for the specified entity on the
specified bucket.
  
- 
  get(String bucket, String entity, {String? userProject, String? $fields})
    → Future<BucketAccessControl>
  
  
- 
  Returns the ACL entry for the specified entity on the specified bucket.
  
- 
  insert(BucketAccessControl request, String bucket, {String? userProject, String? $fields})
    → Future<BucketAccessControl>
  
  
- 
  Creates a new ACL entry on the specified bucket.
  
- 
  list(String bucket, {String? userProject, String? $fields})
    → Future<BucketAccessControls>
  
  
- 
  Retrieves ACL entries on the specified bucket.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(BucketAccessControl request, String bucket, String entity, {String? userProject, String? $fields})
    → Future<BucketAccessControl>
  
  
- 
  Patches an ACL entry on the specified bucket.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  update(BucketAccessControl request, String bucket, String entity, {String? userProject, String? $fields})
    → Future<BucketAccessControl>
  
  
- 
  Updates an ACL entry on the specified bucket.