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, 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.
-
toString()
→ String
-
A string representation of this object.
inherited