AppsResource class
Methods
-
create(Application request, {String? $fields})
→ Future<Operation>
-
Creates an App Engine application for a Google Cloud Platform project.
-
get(String appsId, {String? $fields})
→ Future<Application>
-
Gets information about an application.
-
listRuntimes(String appsId, {String? environment, String? $fields})
→ Future<ListRuntimesResponse>
-
Lists all the available runtimes for the application.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Application request, String appsId, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the specified Application resource.
-
repair(RepairApplicationRequest request, String appsId, {String? $fields})
→ Future<Operation>
-
Recreates the required App Engine features for the specified App Engine
application, for example a Cloud Storage bucket or App Engine service
account.
-
toString()
→ String
-
A string representation of this object.
inherited