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.
Extended By
Included In
Methods
#config_path
def config_path(project:, location:) -> ::String
def config_path(folder:, location:) -> ::String
def config_path(organization:, location:) -> ::StringCreate a fully-qualified Config resource string.
def config_path(project:, location:) -> ::String
projects/{project}/locations/{location}/config
- project (String)
- location (String)
def config_path(folder:, location:) -> ::String
folders/{folder}/locations/{location}/config
- folder (String)
- location (String)
def config_path(organization:, location:) -> ::String
organizations/{organization}/locations/{location}/config
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)