Uses of Class
com.google.cloud.contentwarehouse.v1.DocumentLink
-
Packages that use DocumentLink Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DocumentLink in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DocumentLink Modifier and Type Method Description DocumentLinkDocumentLink.Builder. build()DocumentLinkDocumentLink.Builder. buildPartial()DocumentLinkDocumentLinkServiceClient. createDocumentLink(CreateDocumentLinkRequest request)Create a link between a source document and a target document.DocumentLinkDocumentLinkServiceClient. createDocumentLink(DocumentName parent, DocumentLink documentLink)Create a link between a source document and a target document.DocumentLinkDocumentLinkServiceClient. createDocumentLink(String parent, DocumentLink documentLink)Create a link between a source document and a target document.DocumentLinkDocumentLinkServiceGrpc.DocumentLinkServiceBlockingStub. createDocumentLink(CreateDocumentLinkRequest request)Create a link between a source document and a target document.static DocumentLinkDocumentLink. getDefaultInstance()DocumentLinkDocumentLink.Builder. getDefaultInstanceForType()DocumentLinkDocumentLink. getDefaultInstanceForType()DocumentLinkCreateDocumentLinkRequest.Builder. getDocumentLink()Required.DocumentLinkCreateDocumentLinkRequest. getDocumentLink()Required.DocumentLinkCreateDocumentLinkRequestOrBuilder. getDocumentLink()Required.DocumentLinkListLinkedSourcesResponse.Builder. getDocumentLinks(int index)Source document-links.DocumentLinkListLinkedSourcesResponse. getDocumentLinks(int index)Source document-links.DocumentLinkListLinkedSourcesResponseOrBuilder. getDocumentLinks(int index)Source document-links.DocumentLinkListLinkedTargetsResponse.Builder. getDocumentLinks(int index)Target document-links.DocumentLinkListLinkedTargetsResponse. getDocumentLinks(int index)Target document-links.DocumentLinkListLinkedTargetsResponseOrBuilder. getDocumentLinks(int index)Target document-links.static DocumentLinkDocumentLink. parseDelimitedFrom(InputStream input)static DocumentLinkDocumentLink. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLinkDocumentLink. parseFrom(byte[] data)static DocumentLinkDocumentLink. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLinkDocumentLink. parseFrom(com.google.protobuf.ByteString data)static DocumentLinkDocumentLink. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLinkDocumentLink. parseFrom(com.google.protobuf.CodedInputStream input)static DocumentLinkDocumentLink. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLinkDocumentLink. parseFrom(InputStream input)static DocumentLinkDocumentLink. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentLinkDocumentLink. parseFrom(ByteBuffer data)static DocumentLinkDocumentLink. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DocumentLink Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DocumentLink>DocumentLinkServiceGrpc.DocumentLinkServiceFutureStub. createDocumentLink(CreateDocumentLinkRequest request)Create a link between a source document and a target document.com.google.api.gax.rpc.UnaryCallable<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceClient. createDocumentLinkCallable()Create a link between a source document and a target document.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceSettings.Builder. createDocumentLinkSettings()Returns the builder for the settings used for calls to createDocumentLink.com.google.api.gax.rpc.UnaryCallSettings<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceSettings. createDocumentLinkSettings()Returns the object with the settings used for calls to createDocumentLink.static io.grpc.MethodDescriptor<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceGrpc. getCreateDocumentLinkMethod()List<DocumentLink>ListLinkedSourcesResponse.Builder. getDocumentLinksList()Source document-links.List<DocumentLink>ListLinkedSourcesResponse. getDocumentLinksList()Source document-links.List<DocumentLink>ListLinkedSourcesResponseOrBuilder. getDocumentLinksList()Source document-links.List<DocumentLink>ListLinkedTargetsResponse.Builder. getDocumentLinksList()Target document-links.List<DocumentLink>ListLinkedTargetsResponse. getDocumentLinksList()Target document-links.List<DocumentLink>ListLinkedTargetsResponseOrBuilder. getDocumentLinksList()Target document-links.com.google.protobuf.Parser<DocumentLink>DocumentLink. getParserForType()static com.google.protobuf.Parser<DocumentLink>DocumentLink. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DocumentLink Modifier and Type Method Description ListLinkedSourcesResponse.BuilderListLinkedSourcesResponse.Builder. addDocumentLinks(int index, DocumentLink value)Source document-links.ListLinkedSourcesResponse.BuilderListLinkedSourcesResponse.Builder. addDocumentLinks(DocumentLink value)Source document-links.ListLinkedTargetsResponse.BuilderListLinkedTargetsResponse.Builder. addDocumentLinks(int index, DocumentLink value)Target document-links.ListLinkedTargetsResponse.BuilderListLinkedTargetsResponse.Builder. addDocumentLinks(DocumentLink value)Target document-links.DocumentLinkDocumentLinkServiceClient. createDocumentLink(DocumentName parent, DocumentLink documentLink)Create a link between a source document and a target document.DocumentLinkDocumentLinkServiceClient. createDocumentLink(String parent, DocumentLink documentLink)Create a link between a source document and a target document.CreateDocumentLinkRequest.BuilderCreateDocumentLinkRequest.Builder. mergeDocumentLink(DocumentLink value)Required.DocumentLink.BuilderDocumentLink.Builder. mergeFrom(DocumentLink other)static DocumentLink.BuilderDocumentLink. newBuilder(DocumentLink prototype)CreateDocumentLinkRequest.BuilderCreateDocumentLinkRequest.Builder. setDocumentLink(DocumentLink value)Required.ListLinkedSourcesResponse.BuilderListLinkedSourcesResponse.Builder. setDocumentLinks(int index, DocumentLink value)Source document-links.ListLinkedTargetsResponse.BuilderListLinkedTargetsResponse.Builder. setDocumentLinks(int index, DocumentLink value)Target document-links.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type DocumentLink Modifier and Type Method Description ListLinkedSourcesResponse.BuilderListLinkedSourcesResponse.Builder. addAllDocumentLinks(Iterable<? extends DocumentLink> values)Source document-links.ListLinkedTargetsResponse.BuilderListLinkedTargetsResponse.Builder. addAllDocumentLinks(Iterable<? extends DocumentLink> values)Target document-links.static com.google.api.core.ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>DocumentLinkServiceClient.ListLinkedSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, com.google.api.core.ApiFuture<ListLinkedSourcesResponse> futureResponse)default voidDocumentLinkServiceGrpc.AsyncService. createDocumentLink(CreateDocumentLinkRequest request, io.grpc.stub.StreamObserver<DocumentLink> responseObserver)Create a link between a source document and a target document.voidDocumentLinkServiceGrpc.DocumentLinkServiceStub. createDocumentLink(CreateDocumentLinkRequest request, io.grpc.stub.StreamObserver<DocumentLink> responseObserver)Create a link between a source document and a target document.protected DocumentLinkServiceClient.ListLinkedSourcesPageDocumentLinkServiceClient.ListLinkedSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, ListLinkedSourcesResponse response)com.google.api.core.ApiFuture<DocumentLinkServiceClient.ListLinkedSourcesPage>DocumentLinkServiceClient.ListLinkedSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLink> context, com.google.api.core.ApiFuture<ListLinkedSourcesResponse> futureResponse) -
Uses of DocumentLink in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type DocumentLink Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceStub. createDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallable<CreateDocumentLinkRequest,DocumentLink>GrpcDocumentLinkServiceStub. createDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallable<CreateDocumentLinkRequest,DocumentLink>HttpJsonDocumentLinkServiceStub. createDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceStubSettings.Builder. createDocumentLinkSettings()Returns the builder for the settings used for calls to createDocumentLink.com.google.api.gax.rpc.UnaryCallSettings<CreateDocumentLinkRequest,DocumentLink>DocumentLinkServiceStubSettings. createDocumentLinkSettings()Returns the object with the settings used for calls to createDocumentLink.
-