Dataplex V1 API - Module Google::Cloud::Dataplex::V1::DataScanService::Paths (v0.20.0)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::DataScanService::Paths.

Path helper methods for the DataScanService API.

Methods

#data_scan_job_path

def data_scan_job_path(project:, location:, data_scan:, job:) -> ::String

Create a fully-qualified DataScanJob resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataScans/{data_scan}/jobs/{job}

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

#data_scan_path

def data_scan_path(project:, location:, data_scan:) -> ::String

Create a fully-qualified DataScan resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataScans/{data_scan}

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

#entity_path

def entity_path(project:, location:, lake:, zone:, entity:) -> ::String

Create a fully-qualified Entity resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity}

Parameters
  • project (String)
  • location (String)
  • lake (String)
  • zone (String)
  • entity (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)