Dataplex V1 API - Module Google::Cloud::Dataplex::V1::CatalogService::Paths (v0.21.0)

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}

Parameters
  • project (String)
  • location (String)
  • aspect_type (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_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)

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

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