ProjectsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  addFirebase(AddFirebaseRequest request, String project, {String? $fields})
    → Future<Operation>
  
  
 
- 
  Adds Firebase resources to the specified existing [Google Cloud Platform
(GCP)
Project](https://cloud.google.com/resource-manager/reference/rest/v1/projects).
  
 
        - 
  addGoogleAnalytics(AddGoogleAnalyticsRequest request, String parent, {String? $fields})
    → Future<Operation>
  
  
 
- 
  Links the specified FirebaseProject with an existing
Google Analytics account.
  
 
        - 
  get(String name, {String? $fields})
    → Future<FirebaseProject>
  
  
 
- 
  Gets the specified FirebaseProject.
  
 
        - 
  getAdminSdkConfig(String name, {String? $fields})
    → Future<AdminSdkConfig>
  
  
 
- 
  Gets the configuration artifact associated with the specified
FirebaseProject, which can be used by servers to simplify initialization.
  
 
        - 
  getAnalyticsDetails(String name, {String? $fields})
    → Future<AnalyticsDetails>
  
  
 
- 
  Gets the Google Analytics details currently associated with the specified
FirebaseProject.
  
 
        - 
  list({int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
    → Future<ListFirebaseProjectsResponse>
  
  
 
- 
  Lists each FirebaseProject accessible to the caller.
  
 
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
 
- 
  Invoked when a nonexistent method or property is accessed.
  
inherited
 
        - 
  patch(FirebaseProject request, String name, {String? updateMask, String? $fields})
    → Future<FirebaseProject>
  
  
 
- 
  Updates the attributes of the specified FirebaseProject.
  
 
        - 
  removeAnalytics(RemoveAnalyticsRequest request, String parent, {String? $fields})
    → Future<Empty>
  
  
 
- 
  Unlinks the specified FirebaseProject from its Google Analytics account.
  
 
        - 
  searchApps(String parent, {String? filter, int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
    → Future<SearchFirebaseAppsResponse>
  
  
 
- 
  Lists all available Apps for the specified FirebaseProject.
  
 
        - 
  toString()
    → String
  
  
 
- 
  A string representation of this object.
  
inherited