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)

Parameters

string $parent

Required. The name of the process that should own the run.

GoogleCloudDatacatalogLineageV1Run $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1Run

Exceptions

Exception

GoogleLongrunningOperation delete(string $name, array $optParams = [])

Deletes the run with the specified name. (runs.delete)

Parameters

string $name

Required. The name of the run to delete.

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleCloudDatacatalogLineageV1Run get(string $name, array $optParams = [])

Gets the details of the specified run. (runs.get)

Parameters

string $name

Required. The name of the run to get.

array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1Run

Exceptions

Exception

GoogleCloudDatacatalogLineageV1ListRunsResponse listProjectsLocationsProcessesRuns(string $parent, array $optParams = [])

Lists runs in the given project and location. List order is descending by start_time. (runs.listProjectsLocationsProcessesRuns)

Parameters

string $parent

Required. The name of process that owns this collection of runs.

array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1ListRunsResponse

Exceptions

Exception

GoogleCloudDatacatalogLineageV1Run patch(string $name, GoogleCloudDatacatalogLineageV1Run $postBody, array $optParams = [])

Updates a run. (runs.patch)

Parameters

string $name

Immutable. The resource name of the run. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

GoogleCloudDatacatalogLineageV1Run $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1Run

Exceptions

Exception