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}
- project (String)
- location (String)
- glossary (String)
- glossary_category (String)
- (::String)
- (::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}
- project (String)
- location (String)
- glossary (String)
- (::String)
- (::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}
- project (String)
- location (String)
- glossary (String)
- glossary_term (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)