Uses of Class
com.google.cloud.dataplex.v1.TaskName
-
Packages that use TaskName Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of TaskName in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return TaskName Modifier and Type Method Description TaskName
TaskName.Builder. build()
static TaskName
TaskName. of(String project, String location, String lake, String task)
static TaskName
TaskName. parse(String formattedString)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type TaskName Modifier and Type Method Description static List<TaskName>
TaskName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataplex.v1 with parameters of type TaskName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataplexServiceClient. deleteTaskAsync(TaskName name)
Delete the task resource.Task
DataplexServiceClient. getTask(TaskName name)
Get task resource.DataplexServiceClient.ListJobsPagedResponse
DataplexServiceClient. listJobs(TaskName parent)
Lists Jobs under the given task.RunTaskResponse
DataplexServiceClient. runTask(TaskName name)
Run an on demand execution of a Task.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type TaskName Modifier and Type Method Description static List<String>
TaskName. toStringList(List<TaskName> values)
-