Dataplex V1 API - Module Google::Cloud::Dataplex::V1::BusinessGlossaryService::Paths (v2.6.0)

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

Path helper methods for the BusinessGlossaryService API.

Methods

#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)