class ProjectsLocationsProcessesRunsLineageEvents extends Resource (View source)

The "lineageEvents" collection of methods.

Typical usage is:

 $datalineageService = new Google\Service\Datalineage(...);
 $lineageEvents = $datalineageService->projects_locations_processes_runs_lineageEvents;

Methods

create(string $parent, GoogleCloudDatacatalogLineageV1LineageEvent $postBody, array $optParams = [])

Creates a new lineage event. (lineageEvents.create)

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

Deletes the lineage event with the specified name. (lineageEvents.delete)

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

Gets details of a specified lineage event. (lineageEvents.get)

listProjectsLocationsProcessesRunsLineageEvents(string $parent, array $optParams = [])

Lists lineage events in the given project and location. The list order is not defined. (lineageEvents.listProjectsLocationsProcessesRunsLineageEvents)

Details

GoogleCloudDatacatalogLineageV1LineageEvent create(string $parent, GoogleCloudDatacatalogLineageV1LineageEvent $postBody, array $optParams = [])

Creates a new lineage event. (lineageEvents.create)

Parameters

string $parent

Required. The name of the run that should own the lineage event.

GoogleCloudDatacatalogLineageV1LineageEvent $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1LineageEvent

Exceptions

Exception

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

Deletes the lineage event with the specified name. (lineageEvents.delete)

Parameters

string $name

Required. The name of the lineage event to delete.

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

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

Gets details of a specified lineage event. (lineageEvents.get)

Parameters

string $name

Required. The name of the lineage event to get.

array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1LineageEvent

Exceptions

Exception

GoogleCloudDatacatalogLineageV1ListLineageEventsResponse listProjectsLocationsProcessesRunsLineageEvents(string $parent, array $optParams = [])

Lists lineage events in the given project and location. The list order is not defined. (lineageEvents.listProjectsLocationsProcessesRunsLineageEvents)

Parameters

string $parent

Required. The name of the run that owns the collection of lineage events to get.

array $optParams

Optional parameters.

Return Value

GoogleCloudDatacatalogLineageV1ListLineageEventsResponse

Exceptions

Exception