Uses of Class
com.google.cloud.datacatalog.lineage.v1.Link
-
Packages that use Link Package Description com.google.cloud.datacatalog.lineage.v1 A client to Data Lineage API -
-
Uses of Link in com.google.cloud.datacatalog.lineage.v1
Methods in com.google.cloud.datacatalog.lineage.v1 that return Link Modifier and Type Method Description Link
Link.Builder. build()
Link
Link.Builder. buildPartial()
static Link
Link. getDefaultInstance()
Link
Link.Builder. getDefaultInstanceForType()
Link
Link. getDefaultInstanceForType()
Link
SearchLinksResponse.Builder. getLinks(int index)
The list of links for a given asset.Link
SearchLinksResponse. getLinks(int index)
The list of links for a given asset.Link
SearchLinksResponseOrBuilder. getLinks(int index)
The list of links for a given asset.static Link
Link. parseDelimitedFrom(InputStream input)
static Link
Link. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Link
Link. parseFrom(byte[] data)
static Link
Link. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Link
Link. parseFrom(com.google.protobuf.ByteString data)
static Link
Link. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Link
Link. parseFrom(com.google.protobuf.CodedInputStream input)
static Link
Link. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Link
Link. parseFrom(InputStream input)
static Link
Link. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Link
Link. parseFrom(ByteBuffer data)
static Link
Link. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.lineage.v1 that return types with arguments of type Link Modifier and Type Method Description List<Link>
SearchLinksResponse.Builder. getLinksList()
The list of links for a given asset.List<Link>
SearchLinksResponse. getLinksList()
The list of links for a given asset.List<Link>
SearchLinksResponseOrBuilder. getLinksList()
The list of links for a given asset.com.google.protobuf.Parser<Link>
Link. getParserForType()
static com.google.protobuf.Parser<Link>
Link. parser()
Methods in com.google.cloud.datacatalog.lineage.v1 with parameters of type Link Modifier and Type Method Description SearchLinksResponse.Builder
SearchLinksResponse.Builder. addLinks(int index, Link value)
The list of links for a given asset.SearchLinksResponse.Builder
SearchLinksResponse.Builder. addLinks(Link value)
The list of links for a given asset.Link.Builder
Link.Builder. mergeFrom(Link other)
static Link.Builder
Link. newBuilder(Link prototype)
SearchLinksResponse.Builder
SearchLinksResponse.Builder. setLinks(int index, Link value)
The list of links for a given asset.Method parameters in com.google.cloud.datacatalog.lineage.v1 with type arguments of type Link Modifier and Type Method Description SearchLinksResponse.Builder
SearchLinksResponse.Builder. addAllLinks(Iterable<? extends Link> values)
The list of links for a given asset.static com.google.api.core.ApiFuture<LineageClient.SearchLinksPagedResponse>
LineageClient.SearchLinksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchLinksRequest,SearchLinksResponse,Link> context, com.google.api.core.ApiFuture<SearchLinksResponse> futureResponse)
protected LineageClient.SearchLinksPage
LineageClient.SearchLinksPage. createPage(com.google.api.gax.rpc.PageContext<SearchLinksRequest,SearchLinksResponse,Link> context, SearchLinksResponse response)
com.google.api.core.ApiFuture<LineageClient.SearchLinksPage>
LineageClient.SearchLinksPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchLinksRequest,SearchLinksResponse,Link> context, com.google.api.core.ApiFuture<SearchLinksResponse> futureResponse)
-