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