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
#connection_path
def connection_path(project:, location:, connection:) -> ::String
Create a fully-qualified Connection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/connections/{connection}
- project (String)
- location (String)
- connection (String)
- (::String)
- (::ArgumentError)
#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}
- project (String)
- location (String)
- data_scan (String)
- job (String)
- (::String)
- (::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}
- project (String)
- location (String)
- data_scan (String)
- (::String)
- (::ArgumentError)
#dataset_path
def dataset_path(project:, dataset:) -> ::String
Create a fully-qualified Dataset resource string.
The resource will be in the following format:
projects/{project}/datasets/{dataset}
- project (String)
- dataset (String)
- (::String)
- (::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}
- project (String)
- location (String)
- lake (String)
- zone (String)
- entity (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)