Dataplex V1 API - Module Google::Cloud::Dataplex::V1::DataProductService::Paths (v2.10.0)

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

Path helper methods for the DataProductService API.

Methods

#change_request_path

def change_request_path(project:, location:, change_request:) -> ::String

Create a fully-qualified ChangeRequest resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/changeRequests/{change_request}

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

#data_asset_path

def data_asset_path(project:, location:, data_product:, data_asset:) -> ::String

Create a fully-qualified DataAsset resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataProducts/{data_product}/dataAssets/{data_asset}

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

#data_product_path

def data_product_path(project:, location:, data_product:) -> ::String

Create a fully-qualified DataProduct resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/dataProducts/{data_product}

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

#entry_group_path

def entry_group_path(project:, location:, entry_group:) -> ::String

Create a fully-qualified EntryGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/entryGroups/{entry_group}

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

#entry_link_path

def entry_link_path(project:, location:, entry_group:, entry_link:) -> ::String

Create a fully-qualified EntryLink resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}

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

#entry_path

def entry_path(project:, location:, entry_group:, entry:) -> ::String

Create a fully-qualified Entry resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}

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

#glossary_category_path

def glossary_category_path(project:, location:, glossary:, glossary_category:) -> ::String

Create a fully-qualified GlossaryCategory resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/glossaries/{glossary}/categories/{glossary_category}

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

#glossary_path

def glossary_path(project:, location:, glossary:) -> ::String

Create a fully-qualified Glossary resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/glossaries/{glossary}

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

#glossary_term_path

def glossary_term_path(project:, location:, glossary:, glossary_term:) -> ::String

Create a fully-qualified GlossaryTerm resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/glossaries/{glossary}/terms/{glossary_term}

Parameters
  • project (String)
  • location (String)
  • glossary (String)
  • glossary_term (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)