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 HistogramQuery
HistogramQuery.Builder. build()
HistogramQuery
HistogramQuery.Builder. buildPartial()
static HistogramQuery
HistogramQuery. getDefaultInstance()
HistogramQuery
HistogramQuery.Builder. getDefaultInstanceForType()
HistogramQuery
HistogramQuery. getDefaultInstanceForType()
HistogramQuery
SearchDocumentsRequest.Builder. getHistogramQueries(int index)
An expression specifying a histogram request against matching documents.HistogramQuery
SearchDocumentsRequest. getHistogramQueries(int index)
An expression specifying a histogram request against matching documents.HistogramQuery
SearchDocumentsRequestOrBuilder. getHistogramQueries(int index)
An expression specifying a histogram request against matching documents.static HistogramQuery
HistogramQuery. parseDelimitedFrom(InputStream input)
static HistogramQuery
HistogramQuery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQuery
HistogramQuery. parseFrom(byte[] data)
static HistogramQuery
HistogramQuery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQuery
HistogramQuery. parseFrom(com.google.protobuf.ByteString data)
static HistogramQuery
HistogramQuery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQuery
HistogramQuery. parseFrom(com.google.protobuf.CodedInputStream input)
static HistogramQuery
HistogramQuery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQuery
HistogramQuery. parseFrom(InputStream input)
static HistogramQuery
HistogramQuery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HistogramQuery
HistogramQuery. parseFrom(ByteBuffer data)
static HistogramQuery
HistogramQuery. 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.Builder
SearchDocumentsRequest.Builder. addHistogramQueries(int index, HistogramQuery value)
An expression specifying a histogram request against matching documents.SearchDocumentsRequest.Builder
SearchDocumentsRequest.Builder. addHistogramQueries(HistogramQuery value)
An expression specifying a histogram request against matching documents.HistogramQuery.Builder
HistogramQuery.Builder. mergeFrom(HistogramQuery other)
static HistogramQuery.Builder
HistogramQuery. newBuilder(HistogramQuery prototype)
SearchDocumentsRequest.Builder
SearchDocumentsRequest.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.Builder
SearchDocumentsRequest.Builder. addAllHistogramQueries(Iterable<? extends HistogramQuery> values)
An expression specifying a histogram request against matching documents.
-