com.clarifai.grpc.api.StatValueAggregateResultOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface StatValueAggregateResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.StatValueAggregateResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* The list of repeated aggregate values and their counts.
*
*
* repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1;
*/
java.util.List
getStatValueAggregatesList();
/**
*
* The list of repeated aggregate values and their counts.
*
*
* repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1;
*/
com.clarifai.grpc.api.StatValueAggregate getStatValueAggregates(int index);
/**
*
* The list of repeated aggregate values and their counts.
*
*
* repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1;
*/
int getStatValueAggregatesCount();
/**
*
* The list of repeated aggregate values and their counts.
*
*
* repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1;
*/
java.util.List extends com.clarifai.grpc.api.StatValueAggregateOrBuilder>
getStatValueAggregatesOrBuilderList();
/**
*
* The list of repeated aggregate values and their counts.
*
*
* repeated .clarifai.api.StatValueAggregate stat_value_aggregates = 1;
*/
com.clarifai.grpc.api.StatValueAggregateOrBuilder getStatValueAggregatesOrBuilder(
int index);
/**
*
* The query that created these results.
*
*
* .clarifai.api.StatValueAggregateQuery stat_value_aggregate_query = 2;
* @return Whether the statValueAggregateQuery field is set.
*/
boolean hasStatValueAggregateQuery();
/**
*
* The query that created these results.
*
*
* .clarifai.api.StatValueAggregateQuery stat_value_aggregate_query = 2;
* @return The statValueAggregateQuery.
*/
com.clarifai.grpc.api.StatValueAggregateQuery getStatValueAggregateQuery();
/**
*
* The query that created these results.
*
*
* .clarifai.api.StatValueAggregateQuery stat_value_aggregate_query = 2;
*/
com.clarifai.grpc.api.StatValueAggregateQueryOrBuilder getStatValueAggregateQueryOrBuilder();
}