ProjectsLocationsProcessesRunsResource class

Constructors

ProjectsLocationsProcessesRunsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
lineageEvents ProjectsLocationsProcessesRunsLineageEventsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudDatacatalogLineageV1Run request, String parent, {String? requestId, String? $fields}) Future<GoogleCloudDatacatalogLineageV1Run>
Creates a new run.
delete(String name, {bool? allowMissing, String? $fields}) Future<GoogleLongrunningOperation>
Deletes the run with the specified name.
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogLineageV1Run>
Gets the details of the specified run.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatacatalogLineageV1ListRunsResponse>
Lists runs in the given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogLineageV1Run request, String name, {bool? allowMissing, String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogLineageV1Run>
Updates a run.
toString() String
A string representation of this object.
inherited

Operators

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