@Generated public interface ConsumerListingsService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
BatchGetListingsResponse |
batchGet(BatchGetListingsRequest batchGetListingsRequest)
Get one batch of listings.
|
GetListingResponse |
get(GetListingRequest getListingRequest)
Get listing.
|
ListListingsResponse |
list(ListListingsRequest listListingsRequest)
List listings.
|
SearchListingsResponse |
search(SearchListingsRequest searchListingsRequest)
Search listings.
|
BatchGetListingsResponse batchGet(BatchGetListingsRequest batchGetListingsRequest)
Batch get a published listing in the Databricks Marketplace that the consumer has access to.
GetListingResponse get(GetListingRequest getListingRequest)
Get a published listing in the Databricks Marketplace that the consumer has access to.
ListListingsResponse list(ListListingsRequest listListingsRequest)
List all published listings in the Databricks Marketplace that the consumer has access to.
SearchListingsResponse search(SearchListingsRequest searchListingsRequest)
Search published listings in the Databricks Marketplace that the consumer has access to. This query supports a variety of different search parameters and performs fuzzy matching.
Copyright © 2025. All rights reserved.