ProjectsLocationsBackupChannelsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(BackupChannel request, String parent, {String? backupChannelId, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Creates a new BackupChannel in a given location.
  
- 
  delete(String name, {String? etag, bool? force, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Deletes an existing BackupChannel.
  
- 
  get(String name, {String? $fields})
    → Future<BackupChannel>
  
  
- 
  Retrieve the details of a single BackupChannel.
  
- 
  list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
    → Future<ListBackupChannelsResponse>
  
  
- 
  Lists BackupChannels in a given location.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(BackupChannel request, String name, {String? updateMask, String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Update a BackupChannel.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited