Uses of Class
com.google.cloud.datacatalog.lineage.v1.ProcessName
-
Packages that use ProcessName Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of ProcessName in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return ProcessName Modifier and Type Method Description ProcessName
ProcessName.Builder. build()
static ProcessName
ProcessName. of(String project, String location, String process)
static ProcessName
ProcessName. parse(String formattedString)
Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type ProcessName Modifier and Type Method Description static List<ProcessName>
ProcessName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type ProcessName Modifier and Type Method Description Run
LineageClient. createRun(ProcessName parent, Run run)
Creates a new run.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
LineageClient. deleteProcessAsync(ProcessName name)
Deletes the process with the specified name.Process
LineageClient. getProcess(ProcessName name)
Gets the details of the specified process.LineageClient.ListRunsPagedResponse
LineageClient. listRuns(ProcessName parent)
Lists runs in the given project and location.Method parameters in com.google.cloud.datacatalog.lineage.v1 with type arguments of type ProcessName Modifier and Type Method Description static List<String>
ProcessName. toStringList(List<ProcessName> values)
-