ProjectsLocationsProcessesRunsResource class
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