Uses of Class
com.google.cloud.datacatalog.lineage.v1.RunName
-
Packages that use RunName Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of RunName in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return RunName Modifier and Type Method Description RunNameRunName.Builder. build()static RunNameRunName. of(String project, String location, String process, String run)static RunNameRunName. parse(String formattedString)Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type RunName Modifier and Type Method Description static List<RunName>RunName. parseList(List<String> formattedStrings)Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type RunName Modifier and Type Method Description LineageEventLineageClient. createLineageEvent(RunName parent, LineageEvent lineageEvent)Creates a new lineage event.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>LineageClient. deleteRunAsync(RunName name)Deletes the run with the specified name.RunLineageClient. getRun(RunName name)Gets the details of the specified run.LineageClient.ListLineageEventsPagedResponseLineageClient. listLineageEvents(RunName parent)Lists lineage events in the given project and location.Method parameters in com.google.cloud.datacatalog.lineage.v1 with type arguments of type RunName Modifier and Type Method Description static List<String>RunName. toStringList(List<RunName> values)
-