Analyticshub_v1Functions

Functions

Link copied to clipboard

Gets the details of a data exchange.

suspend fun getDataExchange(dataExchangeId: String, location: String, project: String? = null): GetDataExchangeResult
Link copied to clipboard

Gets the details of a listing.

suspend fun getListing(argument: suspend GetListingPlainArgsBuilder.() -> Unit): GetListingResult
suspend fun getListing(dataExchangeId: String, listingId: String, location: String, project: String? = null): GetListingResult