Uses of Class
com.databricks.sdk.service.pipelines.UpdateInfo
-
Packages that use UpdateInfo Package Description com.databricks.sdk.service.pipelines -
-
Uses of UpdateInfo in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return UpdateInfo Modifier and Type Method Description UpdateInfoGetUpdateResponse. getUpdate()UpdateInfoUpdateInfo. setCause(UpdateInfoCause cause)UpdateInfoUpdateInfo. setClusterId(String clusterId)UpdateInfoUpdateInfo. setConfig(PipelineSpec config)UpdateInfoUpdateInfo. setCreationTime(Long creationTime)UpdateInfoUpdateInfo. setFullRefresh(Boolean fullRefresh)UpdateInfoUpdateInfo. setFullRefreshSelection(Collection<String> fullRefreshSelection)UpdateInfoUpdateInfo. setPipelineId(String pipelineId)UpdateInfoUpdateInfo. setRefreshSelection(Collection<String> refreshSelection)UpdateInfoUpdateInfo. setState(UpdateInfoState state)UpdateInfoUpdateInfo. setUpdateId(String updateId)Methods in com.databricks.sdk.service.pipelines that return types with arguments of type UpdateInfo Modifier and Type Method Description Collection<UpdateInfo>ListUpdatesResponse. getUpdates()Methods in com.databricks.sdk.service.pipelines with parameters of type UpdateInfo Modifier and Type Method Description GetUpdateResponseGetUpdateResponse. setUpdate(UpdateInfo update)Method parameters in com.databricks.sdk.service.pipelines with type arguments of type UpdateInfo Modifier and Type Method Description ListUpdatesResponseListUpdatesResponse. setUpdates(Collection<UpdateInfo> updates)
-