ProjectsLocationsSourcesResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(Source request, String parent, {String? requestId, String? sourceId, String? $fields})
    → Future<Operation>
  
  
- 
  Creates a new source in a given project and location.
  
- 
  delete(String name, {String? requestId, String? $fields})
    → Future<Operation>
  
  
- 
  Deletes a source.
  
- 
  get(String name, {String? $fields})
    → Future<Source>
  
  
- 
  Gets the details of a source.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<ListSourcesResponse>
  
  
- 
  Lists all the sources in a given project and location.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Source request, String name, {String? requestId, String? updateMask, String? $fields})
    → Future<Operation>
  
  
- 
  Updates the parameters of a source.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited