Data Lineage V1 API - Module Google::Cloud::DataCatalog::Lineage::ConfigManagement::V1::ConfigManagementService::Paths (v0.1.0)

Reference documentation and code samples for the Data Lineage V1 API module Google::Cloud::DataCatalog::Lineage::ConfigManagement::V1::ConfigManagementService::Paths.

Path helper methods for the ConfigManagementService API.

Methods

#config_path

def config_path(project:, location:) -> ::String
def config_path(folder:, location:) -> ::String
def config_path(organization:, location:) -> ::String

Create a fully-qualified Config resource string.

Overloads
def config_path(project:, location:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/config

Parameters
  • project (String)
  • location (String)
def config_path(folder:, location:) -> ::String
The resource will be in the following format:

folders/{folder}/locations/{location}/config

Parameters
  • folder (String)
  • location (String)
def config_path(organization:, location:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/config

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)