ProjectsResource class
Methods
-
create(CreateProjectRequest request, {String? $fields})
→ Future<Project>
-
Creates a new, empty script project with no script files and a base
manifest file.
-
get(String scriptId, {String? $fields})
→ Future<Project>
-
Gets a script project's metadata.
-
getContent(String scriptId, {int? versionNumber, String? $fields})
→ Future<Content>
-
Gets the content of the script project, including the code source and
metadata for each script file.
-
getMetrics(String scriptId, {String? metricsFilter_deploymentId, String? metricsGranularity, String? $fields})
→ Future<Metrics>
-
Get metrics data for scripts, such as number of executions and active
users.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateContent(Content request, String scriptId, {String? $fields})
→ Future<Content>
-
Updates the content of the specified script project.