@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 from a listing.
|
void |
delete(DeleteInstallationRequest deleteInstallationRequest)
Uninstall from a listing.
|
ListAllInstallationsResponse |
list(ListAllInstallationsRequest listAllInstallationsRequest)
List all installations.
|
ListInstallationsResponse |
listListingInstallations(ListInstallationsRequest listInstallationsRequest)
List installations for a listing.
|
UpdateInstallationResponse |
update(UpdateInstallationRequest updateInstallationRequest)
Update an installation.
|
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. the token will be rotate if the rotateToken flag is true 2. the token will be forcibly rotate if the rotateToken flag is true and the tokenInfo field is empty
Copyright © 2024. All rights reserved.