ProjectsLocationsProcesses
class ProjectsLocationsProcesses extends Resource (View source)
The "processes" collection of methods.
Typical usage is:
$datalineageService = new Google\Service\Datalineage(...);
$processes = $datalineageService->projects_locations_processes;
Methods
Creates a new process. (processes.create)
Deletes the process with the specified name. (processes.delete)
Gets the details of the specified process. (processes.get)
List processes in the given project and location. List order is descending by insertion time. (processes.listProjectsLocationsProcesses)
Updates a process. (processes.patch)
Details
GoogleCloudDatacatalogLineageV1Process
create(string $parent, GoogleCloudDatacatalogLineageV1Process $postBody, array $optParams = [])
Creates a new process. (processes.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes the process with the specified name. (processes.delete)
GoogleCloudDatacatalogLineageV1Process
get(string $name, array $optParams = [])
Gets the details of the specified process. (processes.get)
GoogleCloudDatacatalogLineageV1ListProcessesResponse
listProjectsLocationsProcesses(string $parent, array $optParams = [])
List processes in the given project and location. List order is descending by insertion time. (processes.listProjectsLocationsProcesses)
GoogleCloudDatacatalogLineageV1Process
patch(string $name, GoogleCloudDatacatalogLineageV1Process $postBody, array $optParams = [])
Updates a process. (processes.patch)