Uses of Class
com.databricks.sdk.service.pipelines.StartUpdate
-
Packages that use StartUpdate Package Description com.databricks.sdk.service.pipelines -
-
Uses of StartUpdate in com.databricks.sdk.service.pipelines
Methods in com.databricks.sdk.service.pipelines that return StartUpdate Modifier and Type Method Description StartUpdate
StartUpdate. setCause(StartUpdateCause cause)
StartUpdate
StartUpdate. setFullRefresh(Boolean fullRefresh)
StartUpdate
StartUpdate. setFullRefreshSelection(Collection<String> fullRefreshSelection)
StartUpdate
StartUpdate. setPipelineId(String pipelineId)
StartUpdate
StartUpdate. setRefreshSelection(Collection<String> refreshSelection)
Methods in com.databricks.sdk.service.pipelines with parameters of type StartUpdate Modifier and Type Method Description StartUpdateResponse
PipelinesAPI. startUpdate(StartUpdate request)
Queue a pipeline update.StartUpdateResponse
PipelinesService. startUpdate(StartUpdate startUpdate)
Queue a pipeline update.
-