Uses of Class
com.google.cloud.contentwarehouse.v1.HistogramQueryResult
-
Packages that use HistogramQueryResult Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of HistogramQueryResult in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return HistogramQueryResult Modifier and Type Method Description HistogramQueryResultHistogramQueryResult.Builder. build()HistogramQueryResultHistogramQueryResult.Builder. buildPartial()static HistogramQueryResultHistogramQueryResult. getDefaultInstance()HistogramQueryResultHistogramQueryResult.Builder. getDefaultInstanceForType()HistogramQueryResultHistogramQueryResult. getDefaultInstanceForType()HistogramQueryResultSearchDocumentsResponse.Builder. getHistogramQueryResults(int index)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].HistogramQueryResultSearchDocumentsResponse. getHistogramQueryResults(int index)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].HistogramQueryResultSearchDocumentsResponseOrBuilder. getHistogramQueryResults(int index)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].static HistogramQueryResultHistogramQueryResult. parseDelimitedFrom(InputStream input)static HistogramQueryResultHistogramQueryResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(byte[] data)static HistogramQueryResultHistogramQueryResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.ByteString data)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.CodedInputStream input)static HistogramQueryResultHistogramQueryResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(InputStream input)static HistogramQueryResultHistogramQueryResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryResultHistogramQueryResult. parseFrom(ByteBuffer data)static HistogramQueryResultHistogramQueryResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type HistogramQueryResult Modifier and Type Method Description List<HistogramQueryResult>SearchDocumentsResponse.Builder. getHistogramQueryResultsList()The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].List<HistogramQueryResult>SearchDocumentsResponse. getHistogramQueryResultsList()The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].List<HistogramQueryResult>SearchDocumentsResponseOrBuilder. getHistogramQueryResultsList()The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].com.google.protobuf.Parser<HistogramQueryResult>HistogramQueryResult. getParserForType()static com.google.protobuf.Parser<HistogramQueryResult>HistogramQueryResult. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type HistogramQueryResult Modifier and Type Method Description SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. addHistogramQueryResults(int index, HistogramQueryResult value)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. addHistogramQueryResults(HistogramQueryResult value)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].HistogramQueryResult.BuilderHistogramQueryResult.Builder. mergeFrom(HistogramQueryResult other)static HistogramQueryResult.BuilderHistogramQueryResult. newBuilder(HistogramQueryResult prototype)SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. setHistogramQueryResults(int index, HistogramQueryResult value)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type HistogramQueryResult Modifier and Type Method Description SearchDocumentsResponse.BuilderSearchDocumentsResponse.Builder. addAllHistogramQueryResults(Iterable<? extends HistogramQueryResult> values)The histogram results that match with the specified [SearchDocumentsRequest.histogram_queries][google.cloud.contentwarehouse.v1.SearchDocumentsRequest.histogram_queries].
-