ProjectsLocationsGroupsResource 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
    
        - 
  addAssets(AddAssetsToGroupRequest request, String group, {String? $fields})
    → Future<Operation>
  
  
- 
  Adds assets to a group.
  
- 
  create(Group request, String parent, {String? groupId, String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a new group in a given project and location.
  
- 
  delete(String name, {String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Deletes a group.
  
- 
  get(String name, {String? $fields})
    → Future<Group>
  
  
- 
  Gets the details of a group.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<ListGroupsResponse>
  
  
- 
  Lists all groups in a given project and location.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Group request, String name, {String? requestId, String? updateMask, String? $fields})
    → Future<Operation>
  
  
- 
  Updates the parameters of a group.
  
- 
  removeAssets(RemoveAssetsFromGroupRequest request, String group, {String? $fields})
    → Future<Operation>
  
  
- 
  Removes assets from a group.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited