@Generated public interface ConsumerInstallationsService
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 |
|---|---|
Installation |
create(CreateInstallationRequest createInstallationRequest)
Install payload associated with a Databricks Marketplace listing.
|
void |
delete(DeleteInstallationRequest deleteInstallationRequest)
Uninstall an installation associated with a Databricks Marketplace listing.
|
ListAllInstallationsResponse |
list(ListAllInstallationsRequest listAllInstallationsRequest)
List all installations across all listings.
|
ListInstallationsResponse |
listListingInstallations(ListInstallationsRequest listInstallationsRequest)
List all installations for a particular listing.
|
UpdateInstallationResponse |
update(UpdateInstallationRequest updateInstallationRequest)
This is a update API that will update the part of the fields defined in the installation table
as well as interact with external services according to the fields not included in the
installation table 1.
|
Installation create(CreateInstallationRequest createInstallationRequest)
void delete(DeleteInstallationRequest deleteInstallationRequest)
ListAllInstallationsResponse list(ListAllInstallationsRequest listAllInstallationsRequest)
ListInstallationsResponse listListingInstallations(ListInstallationsRequest listInstallationsRequest)
UpdateInstallationResponse update(UpdateInstallationRequest updateInstallationRequest)
Copyright © 2026. All rights reserved.