Data Lineage V1 API - Module Google::Cloud::DataCatalog::Lineage::V1::Lineage::Paths (v0.7.0)

Reference documentation and code samples for the Data Lineage V1 API module Google::Cloud::DataCatalog::Lineage::V1::Lineage::Paths.

Path helper methods for the Lineage API.

Methods

#lineage_event_path

def lineage_event_path(project:, location:, process:, run:, lineage_event:) -> ::String

Create a fully-qualified LineageEvent resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}

Parameters
  • project (String)
  • location (String)
  • process (String)
  • run (String)
  • lineage_event (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#process_path

def process_path(project:, location:, process:) -> ::String

Create a fully-qualified Process resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/processes/{process}

Parameters
  • project (String)
  • location (String)
  • process (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#run_path

def run_path(project:, location:, process:, run:) -> ::String

Create a fully-qualified Run resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/processes/{process}/runs/{run}

Parameters
  • project (String)
  • location (String)
  • process (String)
  • run (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)