@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 |
|---|---|
GetListingResponse |
get(GetListingRequest getListingRequest)
Get listing.
|
ListListingsResponse |
list(ListListingsRequest listListingsRequest)
List listings.
|
SearchListingsResponse |
search(SearchListingsRequest searchListingsRequest)
Search listings.
|
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 © 2024. All rights reserved.