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 StartUpdateStartUpdate. setCause(StartUpdateCause cause)StartUpdateStartUpdate. setFullRefresh(Boolean fullRefresh)StartUpdateStartUpdate. setFullRefreshSelection(Collection<String> fullRefreshSelection)StartUpdateStartUpdate. setPipelineId(String pipelineId)StartUpdateStartUpdate. setRefreshSelection(Collection<String> refreshSelection)Methods in com.databricks.sdk.service.pipelines with parameters of type StartUpdate Modifier and Type Method Description StartUpdateResponsePipelinesAPI. startUpdate(StartUpdate request)Queue a pipeline update.StartUpdateResponsePipelinesService. startUpdate(StartUpdate startUpdate)Queue a pipeline update.
-