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 RunName
RunName.Builder. build()
static RunName
RunName. of(String project, String location, String process, String run)
static RunName
RunName. 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 LineageEvent
LineageClient. 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.Run
LineageClient. getRun(RunName name)
Gets the details of the specified run.LineageClient.ListLineageEventsPagedResponse
LineageClient. 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)
-