ManagedFoldersResource 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 managedFolder, {bool? allowNonEmpty, String? ifMetagenerationMatch, String? ifMetagenerationNotMatch, String? $fields})
    → Future<void>
  
  
- 
  Permanently deletes a managed folder.
  
- 
  get(String bucket, String managedFolder, {String? ifMetagenerationMatch, String? ifMetagenerationNotMatch, String? $fields})
    → Future<ManagedFolder>
  
  
- 
  Returns metadata of the specified managed folder.
  
- 
  getIamPolicy(String bucket, String managedFolder, {int? optionsRequestedPolicyVersion, String? userProject, String? $fields})
    → Future<Policy>
  
  
- 
  Returns an IAM policy for the specified managed folder.
  
- 
  insert(ManagedFolder request, String bucket, {String? $fields})
    → Future<ManagedFolder>
  
  
- 
  Creates a new managed folder.
  
- 
  list(String bucket, {int? pageSize, String? pageToken, String? prefix, String? $fields})
    → Future<ManagedFolders>
  
  
- 
  Lists managed folders in the given bucket.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  setIamPolicy(Policy request, String bucket, String managedFolder, {String? userProject, String? $fields})
    → Future<Policy>
  
  
- 
  Updates an IAM policy for the specified managed folder.
  
- 
  testIamPermissions(String bucket, String managedFolder, List<String> permissions, {String? userProject, String? $fields})
    → Future<TestIamPermissionsResponse>
  
  
- 
  Tests a set of permissions on the given managed folder to see which, if
any, are held by the caller.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited