ProjectsLocationsRepositoriesCompilationResultsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(CompilationResult request, String parent, {String? $fields})
→ Future<CompilationResult>
-
Creates a new CompilationResult in a given project and location.
-
get(String name, {String? $fields})
→ Future<CompilationResult>
-
Fetches a single CompilationResult.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCompilationResultsResponse>
-
Lists CompilationResults in a given Repository.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
query(String name, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<QueryCompilationResultActionsResponse>
-
Returns CompilationResultActions in a given CompilationResult.
-
toString()
→ String
-
A string representation of this object.
inherited