Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::DataProductService::Paths.
Path helper methods for the DataProductService API.
Included In
Methods
#change_request_path
def change_request_path(project:, location:, change_request:) -> ::StringCreate a fully-qualified ChangeRequest resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/changeRequests/{change_request}
- project (String)
- location (String)
- change_request (String)
- (::String)
- (::ArgumentError)
#data_asset_path
def data_asset_path(project:, location:, data_product:, data_asset:) -> ::StringCreate a fully-qualified DataAsset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/dataProducts/{data_product}/dataAssets/{data_asset}
- project (String)
- location (String)
- data_product (String)
- data_asset (String)
- (::String)
- (::ArgumentError)
#data_product_path
def data_product_path(project:, location:, data_product:) -> ::StringCreate a fully-qualified DataProduct resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/dataProducts/{data_product}
- project (String)
- location (String)
- data_product (String)
- (::String)
- (::ArgumentError)
#entry_group_path
def entry_group_path(project:, location:, entry_group:) -> ::StringCreate a fully-qualified EntryGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/entryGroups/{entry_group}
- project (String)
- location (String)
- entry_group (String)
- (::String)
- (::ArgumentError)
#entry_link_path
def entry_link_path(project:, location:, entry_group:, entry_link:) -> ::StringCreate a fully-qualified EntryLink resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}
- project (String)
- location (String)
- entry_group (String)
- entry_link (String)
- (::String)
- (::ArgumentError)
#entry_path
def entry_path(project:, location:, entry_group:, entry:) -> ::StringCreate a fully-qualified Entry resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
- project (String)
- location (String)
- entry_group (String)
- entry (String)
- (::String)
- (::ArgumentError)
#glossary_category_path
def glossary_category_path(project:, location:, glossary:, glossary_category:) -> ::StringCreate a fully-qualified GlossaryCategory resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/glossaries/{glossary}/categories/{glossary_category}
- project (String)
- location (String)
- glossary (String)
- glossary_category (String)
- (::String)
- (::ArgumentError)
#glossary_path
def glossary_path(project:, location:, glossary:) -> ::StringCreate a fully-qualified Glossary resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/glossaries/{glossary}
- project (String)
- location (String)
- glossary (String)
- (::String)
- (::ArgumentError)
#glossary_term_path
def glossary_term_path(project:, location:, glossary:, glossary_term:) -> ::StringCreate a fully-qualified GlossaryTerm resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/glossaries/{glossary}/terms/{glossary_term}
- project (String)
- location (String)
- glossary (String)
- glossary_term (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)