ProjectsNotesResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  batchCreate(BatchCreateNotesRequest request, String parent, {String? $fields})
    → Future<BatchCreateNotesResponse>
  
  
- 
  Creates new notes in batch.
  
- 
  create(Note request, String parent, {String? noteId, String? $fields})
    → Future<Note>
  
  
- 
  Creates a new note.
  
- 
  delete(String name, {String? $fields})
    → Future<Empty>
  
  
- 
  Deletes the specified note.
  
- 
  get(String name, {String? $fields})
    → Future<Note>
  
  
- 
  Gets the specified note.
  
- 
  getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
    → Future<Policy>
  
  
- 
  Gets the access control policy for a note or an occurrence resource.
  
- 
  list(String parent, {String? filter, int? pageSize, String? pageToken, bool? returnPartialSuccess, String? $fields})
    → Future<ListNotesResponse>
  
  
- 
  Lists notes for the specified project.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Note request, String name, {String? updateMask, String? $fields})
    → Future<Note>
  
  
- 
  Updates the specified note.
  
- 
  setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
    → Future<Policy>
  
  
- 
  Sets the access control policy on the specified note or occurrence.
  
- 
  testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
    → Future<TestIamPermissionsResponse>
  
  
- 
  Returns the permissions that a caller has on the specified note or
occurrence.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited