Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::CatalogService::Paths.
Path helper methods for the CatalogService API.
Methods
#aspect_type_path
def aspect_type_path(project:, location:, aspect_type:) -> ::String
Create a fully-qualified AspectType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/aspectTypes/{aspect_type}
- project (String)
- location (String)
- aspect_type (String)
- (::String)
- (::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}
- project (String)
- location (String)
- entry_group (String)
- (::String)
- (::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}
- project (String)
- location (String)
- entry_group (String)
- entry (String)
- (::String)
- (::ArgumentError)
#entry_type_path
def entry_type_path(project:, location:, entry_type:) -> ::String
Create a fully-qualified EntryType resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/entryTypes/{entry_type}
- project (String)
- location (String)
- entry_type (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)