Uses of Interface
com.google.cloud.datacatalog.lineage.v1.RunOrBuilder
-
Packages that use RunOrBuilder Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of RunOrBuilder in com.google.cloud.datacatalog.lineage.v1
Classes in com.google.cloud.datacatalog.lineage.v1 that implement RunOrBuilder Modifier and Type Class Description class
Run
A lineage run represents an execution of a process that creates lineage events.static class
Run.Builder
A lineage run represents an execution of a process that creates lineage events.Methods in com.google.cloud.datacatalog.lineage.v1 that return RunOrBuilder Modifier and Type Method Description RunOrBuilder
CreateRunRequest.Builder. getRunOrBuilder()
Required.RunOrBuilder
CreateRunRequest. getRunOrBuilder()
Required.RunOrBuilder
CreateRunRequestOrBuilder. getRunOrBuilder()
Required.RunOrBuilder
UpdateRunRequest.Builder. getRunOrBuilder()
Required.RunOrBuilder
UpdateRunRequest. getRunOrBuilder()
Required.RunOrBuilder
UpdateRunRequestOrBuilder. getRunOrBuilder()
Required.RunOrBuilder
ListRunsResponse.Builder. getRunsOrBuilder(int index)
The runs from the specified project and location.RunOrBuilder
ListRunsResponse. getRunsOrBuilder(int index)
The runs from the specified project and location.RunOrBuilder
ListRunsResponseOrBuilder. getRunsOrBuilder(int index)
The runs from the specified project and location.Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type RunOrBuilder Modifier and Type Method Description List<? extends RunOrBuilder>
ListRunsResponse.Builder. getRunsOrBuilderList()
The runs from the specified project and location.List<? extends RunOrBuilder>
ListRunsResponse. getRunsOrBuilderList()
The runs from the specified project and location.List<? extends RunOrBuilder>
ListRunsResponseOrBuilder. getRunsOrBuilderList()
The runs from the specified project and location.
-