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}
- project (String)
- location (String)
- process (String)
- run (String)
- lineage_event (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- process (String)
- (::String)
- (::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}
- project (String)
- location (String)
- process (String)
- run (String)
- (::String)
- (::ArgumentError)