ProjectsLocationsBackendsBuildsResource class

Constructors

ProjectsLocationsBackendsBuildsResource.new(ApiRequester client)

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(Build request, String parent, {String? buildId, String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a new build for a backend.
delete(String name, {String? etag, String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Deletes a single build.
get(String name, {String? $fields}) Future<Build>
Gets information about a build.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, bool? showDeleted, String? $fields}) Future<ListBuildsResponse>
Lists builds in a given project, location, and backend.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited