| Package | Description |
|---|---|
| com.databricks.sdk.service.marketplace |
| Modifier and Type | Method and Description |
|---|---|
UpdateInstallationRequest |
UpdateInstallationRequest.setInstallation(InstallationDetail installation) |
UpdateInstallationRequest |
UpdateInstallationRequest.setInstallationId(String installationId) |
UpdateInstallationRequest |
UpdateInstallationRequest.setListingId(String listingId) |
UpdateInstallationRequest |
UpdateInstallationRequest.setRotateToken(Boolean rotateToken) |
| Modifier and Type | Method and Description |
|---|---|
UpdateInstallationResponse |
ConsumerInstallationsService.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
|
UpdateInstallationResponse |
ConsumerInstallationsAPI.update(UpdateInstallationRequest request)
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 © 2026. All rights reserved.