Uses of Class
com.google.cloud.contentwarehouse.v1.SearchDocumentsResponse.MatchingDocument
-
Packages that use SearchDocumentsResponse.MatchingDocument Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of SearchDocumentsResponse.MatchingDocument in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return SearchDocumentsResponse.MatchingDocument Modifier and Type Method Description SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument.Builder. build()SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument.Builder. buildPartial()static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. getDefaultInstance()SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument.Builder. getDefaultInstanceForType()SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. getDefaultInstanceForType()SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.Builder. getMatchingDocuments(int index)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse. getMatchingDocuments(int index)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponseOrBuilder. getMatchingDocuments(int index)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseDelimitedFrom(InputStream input)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(byte[] data)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(com.google.protobuf.ByteString data)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(com.google.protobuf.CodedInputStream input)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(InputStream input)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(ByteBuffer data)static SearchDocumentsResponse.MatchingDocumentSearchDocumentsResponse.MatchingDocument. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type SearchDocumentsResponse.MatchingDocument Modifier and Type Method Description List<SearchDocumentsResponse.MatchingDocument>SearchDocumentsResponse.Builder. getMatchingDocumentsList()The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].List<SearchDocumentsResponse.MatchingDocument>SearchDocumentsResponse. getMatchingDocumentsList()The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].List<SearchDocumentsResponse.MatchingDocument>SearchDocumentsResponseOrBuilder. getMatchingDocumentsList()The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].com.google.protobuf.Parser<SearchDocumentsResponse.MatchingDocument>SearchDocumentsResponse.MatchingDocument. getParserForType()static com.google.protobuf.Parser<SearchDocumentsResponse.MatchingDocument>SearchDocumentsResponse.MatchingDocument. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type SearchDocumentsResponse.MatchingDocument Modifier and Type Method Description SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. addMatchingDocuments(int index, SearchDocumentsResponse.MatchingDocument value)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. addMatchingDocuments(SearchDocumentsResponse.MatchingDocument value)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].SearchDocumentsResponse.MatchingDocument.BuilderSearchDocumentsResponse.MatchingDocument.Builder. mergeFrom(SearchDocumentsResponse.MatchingDocument other)static SearchDocumentsResponse.MatchingDocument.BuilderSearchDocumentsResponse.MatchingDocument. newBuilder(SearchDocumentsResponse.MatchingDocument prototype)SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. setMatchingDocuments(int index, SearchDocumentsResponse.MatchingDocument value)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type SearchDocumentsResponse.MatchingDocument Modifier and Type Method Description SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. addAllMatchingDocuments(Iterable<? extends SearchDocumentsResponse.MatchingDocument> values)The document entities that match the specified [SearchDocumentsRequest][google.cloud.contentwarehouse.v1.SearchDocumentsRequest].static com.google.api.core.ApiFuture<DocumentServiceClient.SearchDocumentsPagedResponse>DocumentServiceClient.SearchDocumentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchDocumentsRequest,SearchDocumentsResponse,SearchDocumentsResponse.MatchingDocument> context, com.google.api.core.ApiFuture<SearchDocumentsResponse> futureResponse)protected DocumentServiceClient.SearchDocumentsPageDocumentServiceClient.SearchDocumentsPage. createPage(com.google.api.gax.rpc.PageContext<SearchDocumentsRequest,SearchDocumentsResponse,SearchDocumentsResponse.MatchingDocument> context, SearchDocumentsResponse response)com.google.api.core.ApiFuture<DocumentServiceClient.SearchDocumentsPage>DocumentServiceClient.SearchDocumentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchDocumentsRequest,SearchDocumentsResponse,SearchDocumentsResponse.MatchingDocument> context, com.google.api.core.ApiFuture<SearchDocumentsResponse> futureResponse)
-