@Generated public class ConsumerListingsAPI extends Object
| Constructor and Description |
|---|
ConsumerListingsAPI(ApiClient apiClient)
Regular-use constructor
|
ConsumerListingsAPI(ConsumerListingsService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
GetListingResponse |
get(GetListingRequest request)
Get listing.
|
GetListingResponse |
get(String id) |
ConsumerListingsService |
impl() |
Iterable<Listing> |
list(ListListingsRequest request)
List listings.
|
Iterable<Listing> |
search(SearchListingsRequest request)
Search listings.
|
Iterable<Listing> |
search(String query) |
public ConsumerListingsAPI(ApiClient apiClient)
public ConsumerListingsAPI(ConsumerListingsService mock)
public GetListingResponse get(String id)
public GetListingResponse get(GetListingRequest request)
Get a published listing in the Databricks Marketplace that the consumer has access to.
public Iterable<Listing> list(ListListingsRequest request)
List all published listings in the Databricks Marketplace that the consumer has access to.
public Iterable<Listing> search(SearchListingsRequest request)
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.
public ConsumerListingsService impl()
Copyright © 2024. All rights reserved.