@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 |
|---|---|
BatchGetListingsResponse |
batchGet(BatchGetListingsRequest request)
Batch get a published listing in the Databricks Marketplace that the consumer has access to.
|
GetListingResponse |
get(GetListingRequest request)
Get a published listing in the Databricks Marketplace that the consumer has access to.
|
GetListingResponse |
get(String id) |
ConsumerListingsService |
impl() |
Iterable<Listing> |
list(ListListingsRequest request)
List all published listings in the Databricks Marketplace that the consumer has access to.
|
Iterable<Listing> |
search(SearchListingsRequest request)
Search published listings in the Databricks Marketplace that the consumer has access to.
|
Iterable<Listing> |
search(String query) |
public ConsumerListingsAPI(ApiClient apiClient)
public ConsumerListingsAPI(ConsumerListingsService mock)
public BatchGetListingsResponse batchGet(BatchGetListingsRequest request)
public GetListingResponse get(String id)
public GetListingResponse get(GetListingRequest request)
public Iterable<Listing> list(ListListingsRequest request)
public Iterable<Listing> search(SearchListingsRequest request)
public ConsumerListingsService impl()
Copyright © 2026. All rights reserved.