Uses of Interface
com.google.cloud.datacatalog.lineage.v1.LinkOrBuilder
-
Packages that use LinkOrBuilder Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of LinkOrBuilder in com.google.cloud.datacatalog.lineage.v1
Classes in com.google.cloud.datacatalog.lineage.v1 that implement LinkOrBuilder Modifier and Type Class Description classLinkLinks represent the data flow between **source** (upstream) and **target** (downstream) assets in transformation pipelines.static classLink.BuilderLinks represent the data flow between **source** (upstream) and **target** (downstream) assets in transformation pipelines.Methods in com.google.cloud.datacatalog.lineage.v1 that return LinkOrBuilder Modifier and Type Method Description LinkOrBuilderSearchLinksResponse.Builder. getLinksOrBuilder(int index)The list of links for a given asset.LinkOrBuilderSearchLinksResponse. getLinksOrBuilder(int index)The list of links for a given asset.LinkOrBuilderSearchLinksResponseOrBuilder. getLinksOrBuilder(int index)The list of links for a given asset.Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type LinkOrBuilder Modifier and Type Method Description List<? extends LinkOrBuilder>SearchLinksResponse.Builder. getLinksOrBuilderList()The list of links for a given asset.List<? extends LinkOrBuilder>SearchLinksResponse. getLinksOrBuilderList()The list of links for a given asset.List<? extends LinkOrBuilder>SearchLinksResponseOrBuilder. getLinksOrBuilderList()The list of links for a given asset.
-