ProjectsLocationsProcessesRunsLineageEvents
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
Creates a new lineage event. (lineageEvents.create)
Deletes the lineage event with the specified name. (lineageEvents.delete)
Gets details of a specified lineage event. (lineageEvents.get)
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)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes the lineage event with the specified name. (lineageEvents.delete)
GoogleCloudDatacatalogLineageV1LineageEvent
get(string $name, array $optParams = [])
Gets details of a specified lineage event. (lineageEvents.get)
GoogleCloudDatacatalogLineageV1ListLineageEventsResponse
listProjectsLocationsProcessesRunsLineageEvents(string $parent, array $optParams = [])
Lists lineage events in the given project and location. The list order is not defined. (lineageEvents.listProjectsLocationsProcessesRunsLineageEvents)