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 LinkLink.Builder. build()LinkLink.Builder. buildPartial()static LinkLink. getDefaultInstance()LinkLink.Builder. getDefaultInstanceForType()LinkLink. getDefaultInstanceForType()LinkSearchLinksResponse.Builder. getLinks(int index)The list of links for a given asset.LinkSearchLinksResponse. getLinks(int index)The list of links for a given asset.LinkSearchLinksResponseOrBuilder. getLinks(int index)The list of links for a given asset.static LinkLink. parseDelimitedFrom(InputStream input)static LinkLink. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkLink. parseFrom(byte[] data)static LinkLink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkLink. parseFrom(com.google.protobuf.ByteString data)static LinkLink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkLink. parseFrom(com.google.protobuf.CodedInputStream input)static LinkLink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkLink. parseFrom(InputStream input)static LinkLink. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinkLink. parseFrom(ByteBuffer data)static LinkLink. 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.BuilderSearchLinksResponse.Builder. addLinks(int index, Link value)The list of links for a given asset.SearchLinksResponse.BuilderSearchLinksResponse.Builder. addLinks(Link value)The list of links for a given asset.Link.BuilderLink.Builder. mergeFrom(Link other)static Link.BuilderLink. newBuilder(Link prototype)SearchLinksResponse.BuilderSearchLinksResponse.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.BuilderSearchLinksResponse.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.SearchLinksPageLineageClient.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)
-