Uses of Class
com.google.cloud.contentwarehouse.v1.HistogramQuery
-
Packages that use HistogramQuery Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of HistogramQuery in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return HistogramQuery Modifier and Type Method Description HistogramQueryHistogramQuery.Builder. build()HistogramQueryHistogramQuery.Builder. buildPartial()static HistogramQueryHistogramQuery. getDefaultInstance()HistogramQueryHistogramQuery.Builder. getDefaultInstanceForType()HistogramQueryHistogramQuery. getDefaultInstanceForType()HistogramQuerySearchDocumentsRequest.Builder. getHistogramQueries(int index)An expression specifying a histogram request against matching documents.HistogramQuerySearchDocumentsRequest. getHistogramQueries(int index)An expression specifying a histogram request against matching documents.HistogramQuerySearchDocumentsRequestOrBuilder. getHistogramQueries(int index)An expression specifying a histogram request against matching documents.static HistogramQueryHistogramQuery. parseDelimitedFrom(InputStream input)static HistogramQueryHistogramQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryHistogramQuery. parseFrom(byte[] data)static HistogramQueryHistogramQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryHistogramQuery. parseFrom(com.google.protobuf.ByteString data)static HistogramQueryHistogramQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryHistogramQuery. parseFrom(com.google.protobuf.CodedInputStream input)static HistogramQueryHistogramQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryHistogramQuery. parseFrom(InputStream input)static HistogramQueryHistogramQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HistogramQueryHistogramQuery. parseFrom(ByteBuffer data)static HistogramQueryHistogramQuery. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type HistogramQuery Modifier and Type Method Description List<HistogramQuery>SearchDocumentsRequest.Builder. getHistogramQueriesList()An expression specifying a histogram request against matching documents.List<HistogramQuery>SearchDocumentsRequest. getHistogramQueriesList()An expression specifying a histogram request against matching documents.List<HistogramQuery>SearchDocumentsRequestOrBuilder. getHistogramQueriesList()An expression specifying a histogram request against matching documents.com.google.protobuf.Parser<HistogramQuery>HistogramQuery. getParserForType()static com.google.protobuf.Parser<HistogramQuery>HistogramQuery. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type HistogramQuery Modifier and Type Method Description SearchDocumentsRequest.BuilderSearchDocumentsRequest.Builder. addHistogramQueries(int index, HistogramQuery value)An expression specifying a histogram request against matching documents.SearchDocumentsRequest.BuilderSearchDocumentsRequest.Builder. addHistogramQueries(HistogramQuery value)An expression specifying a histogram request against matching documents.HistogramQuery.BuilderHistogramQuery.Builder. mergeFrom(HistogramQuery other)static HistogramQuery.BuilderHistogramQuery. newBuilder(HistogramQuery prototype)SearchDocumentsRequest.BuilderSearchDocumentsRequest.Builder. setHistogramQueries(int index, HistogramQuery value)An expression specifying a histogram request against matching documents.Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type HistogramQuery Modifier and Type Method Description SearchDocumentsRequest.BuilderSearchDocumentsRequest.Builder. addAllHistogramQueries(Iterable<? extends HistogramQuery> values)An expression specifying a histogram request against matching documents.
-