Uses of Class
com.google.cloud.dataplex.v1.JobName
-
Packages that use JobName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of JobName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return JobName Modifier and Type Method Description JobName
JobName.Builder. build()
static JobName
JobName. of(String project, String location, String lake, String task, String job)
static JobName
JobName. parse(String formattedString)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type JobName Modifier and Type Method Description static List<JobName>
JobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataplex.v1 with parameters of type JobName Modifier and Type Method Description void
DataplexServiceClient. cancelJob(JobName name)
Cancel jobs running for the task resource.Job
DataplexServiceClient. getJob(JobName name)
Get job resource.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type JobName Modifier and Type Method Description static List<String>
JobName. toStringList(List<JobName> values)
-