ProjectsLocationsBuildsResource 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
-
approve(ApproveBuildRequest request, String name, {String? $fields})
→ Future<Operation>
-
Approves or rejects a pending build.
-
cancel(CancelBuildRequest request, String name, {String? $fields})
→ Future<Build>
-
Cancels a build in progress.
-
create(Build request, String parent, {String? projectId, String? $fields})
→ Future<Operation>
-
Starts a build with the specified configuration.
-
get(String name, {String? id, String? projectId, String? $fields})
→ Future<Build>
-
Returns information about a previously requested build.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? projectId, String? $fields})
→ Future<ListBuildsResponse>
-
Lists previously requested builds.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
retry(RetryBuildRequest request, String name, {String? $fields})
→ Future<Operation>
-
Creates a new build based on the specified build.
-
toString()
→ String
-
A string representation of this object.
inherited