ProjectsAndroidAppsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  create(AndroidApp request, String parent, {String? $fields})
    → Future<Operation>
  
  
- 
  Requests the creation of a new AndroidApp in the specified
FirebaseProject.
  
- 
  get(String name, {String? $fields})
    → Future<AndroidApp>
  
  
- 
  Gets the specified AndroidApp.
  
- 
  getConfig(String name, {String? $fields})
    → Future<AndroidAppConfig>
  
  
- 
  Gets the configuration artifact associated with the specified AndroidApp.
  
- 
  list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
    → Future<ListAndroidAppsResponse>
  
  
- 
  Lists each AndroidApp associated with the specified FirebaseProject.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(AndroidApp request, String name, {String? updateMask, String? $fields})
    → Future<AndroidApp>
  
  
- 
  Updates the attributes of the specified AndroidApp.
  
- 
  remove(RemoveAndroidAppRequest request, String name, {String? $fields})
    → Future<Operation>
  
  
- 
  Removes the specified AndroidApp from the FirebaseProject.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  undelete(UndeleteAndroidAppRequest request, String name, {String? $fields})
    → Future<Operation>
  
  
- 
  Restores the specified AndroidApp to the FirebaseProject.