ProjectsLocationsProcessesRuns
class ProjectsLocationsProcessesRuns extends Resource (View source)
The "runs" collection of methods.
Typical usage is:
$datalineageService = new Google\Service\Datalineage(...);
$runs = $datalineageService->projects_locations_processes_runs;
Methods
create(string $parent, GoogleCloudDatacatalogLineageV1Run $postBody, array $optParams = [])
Creates a new run. (runs.create)
delete(string $name, array $optParams = [])
Deletes the run with the specified name. (runs.delete)
get(string $name, array $optParams = [])
Gets the details of the specified run. (runs.get)
listProjectsLocationsProcessesRuns(string $parent, array $optParams = [])
Lists runs in the given project and location. List order is descending by
start_time
. (runs.listProjectsLocationsProcessesRuns)
patch(string $name, GoogleCloudDatacatalogLineageV1Run $postBody, array $optParams = [])
Updates a run. (runs.patch)
Details
GoogleCloudDatacatalogLineageV1Run
create(string $parent, GoogleCloudDatacatalogLineageV1Run $postBody, array $optParams = [])
Creates a new run. (runs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes the run with the specified name. (runs.delete)
GoogleCloudDatacatalogLineageV1Run
get(string $name, array $optParams = [])
Gets the details of the specified run. (runs.get)
GoogleCloudDatacatalogLineageV1ListRunsResponse
listProjectsLocationsProcessesRuns(string $parent, array $optParams = [])
Lists runs in the given project and location. List order is descending by
start_time
. (runs.listProjectsLocationsProcessesRuns)
GoogleCloudDatacatalogLineageV1Run
patch(string $name, GoogleCloudDatacatalogLineageV1Run $postBody, array $optParams = [])
Updates a run. (runs.patch)