Uses of Class
com.google.cloud.contentwarehouse.v1.ListLinkedSourcesRequest
-
Packages that use ListLinkedSourcesRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of ListLinkedSourcesRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ListLinkedSourcesRequest Modifier and Type Method Description ListLinkedSourcesRequestListLinkedSourcesRequest.Builder. build()ListLinkedSourcesRequestListLinkedSourcesRequest.Builder. buildPartial()static ListLinkedSourcesRequestListLinkedSourcesRequest. getDefaultInstance()ListLinkedSourcesRequestListLinkedSourcesRequest.Builder. getDefaultInstanceForType()ListLinkedSourcesRequestListLinkedSourcesRequest. getDefaultInstanceForType()static ListLinkedSourcesRequestListLinkedSourcesRequest. parseDelimitedFrom(InputStream input)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(byte[] data)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(com.google.protobuf.ByteString data)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(InputStream input)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(ByteBuffer data)static ListLinkedSourcesRequestListLinkedSourcesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ListLinkedSourcesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLinkedSourcesRequest,ListLinkedSourcesResponse>DocumentLinkServiceGrpc. getListLinkedSourcesMethod()com.google.protobuf.Parser<ListLinkedSourcesRequest>ListLinkedSourcesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse>DocumentLinkServiceClient. listLinkedSourcesCallable()Return all source document-links from the document.com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>DocumentLinkServiceClient. listLinkedSourcesPagedCallable()Return all source document-links from the document.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>DocumentLinkServiceSettings.Builder. listLinkedSourcesSettings()Returns the builder for the settings used for calls to listLinkedSources.com.google.api.gax.rpc.PagedCallSettings<ListLinkedSourcesRequest,ListLinkedSourcesResponse,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>DocumentLinkServiceSettings. listLinkedSourcesSettings()Returns the object with the settings used for calls to listLinkedSources.static com.google.protobuf.Parser<ListLinkedSourcesRequest>ListLinkedSourcesRequest. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ListLinkedSourcesRequest Modifier and Type Method Description DocumentLinkServiceClient.ListLinkedSourcesPagedResponseDocumentLinkServiceClient. listLinkedSources(ListLinkedSourcesRequest request)Return all source document-links from the document.default voidDocumentLinkServiceGrpc.AsyncService. listLinkedSources(ListLinkedSourcesRequest request, io.grpc.stub.StreamObserver<ListLinkedSourcesResponse> responseObserver)Return all source document-links from the document.ListLinkedSourcesResponseDocumentLinkServiceGrpc.DocumentLinkServiceBlockingStub. listLinkedSources(ListLinkedSourcesRequest request)Return all source document-links from the document.com.google.common.util.concurrent.ListenableFuture<ListLinkedSourcesResponse>DocumentLinkServiceGrpc.DocumentLinkServiceFutureStub. listLinkedSources(ListLinkedSourcesRequest request)Return all source document-links from the document.voidDocumentLinkServiceGrpc.DocumentLinkServiceStub. listLinkedSources(ListLinkedSourcesRequest request, io.grpc.stub.StreamObserver<ListLinkedSourcesResponse> responseObserver)Return all source document-links from the document.ListLinkedSourcesRequest.BuilderListLinkedSourcesRequest.Builder. mergeFrom(ListLinkedSourcesRequest other)static ListLinkedSourcesRequest.BuilderListLinkedSourcesRequest. newBuilder(ListLinkedSourcesRequest prototype)Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type ListLinkedSourcesRequest Modifier and Type Method Description 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)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 ListLinkedSourcesRequest in com.google.cloud.contentwarehouse.v1.stub
-