com.clarifai.grpc.api.MultiStatValueAggregateResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface MultiStatValueAggregateResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.MultiStatValueAggregateResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* The response status.
*
*
* .clarifai.api.status.Status status = 1;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* The response status.
*
*
* .clarifai.api.status.Status status = 1;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
*
* The response status.
*
*
* .clarifai.api.status.Status status = 1;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
*
* The aggregate results for each query passedin.
*
*
* repeated .clarifai.api.StatValueAggregateResult stat_value_aggregate_results = 2;
*/
java.util.List
getStatValueAggregateResultsList();
/**
*
* The aggregate results for each query passedin.
*
*
* repeated .clarifai.api.StatValueAggregateResult stat_value_aggregate_results = 2;
*/
com.clarifai.grpc.api.StatValueAggregateResult getStatValueAggregateResults(int index);
/**
*
* The aggregate results for each query passedin.
*
*
* repeated .clarifai.api.StatValueAggregateResult stat_value_aggregate_results = 2;
*/
int getStatValueAggregateResultsCount();
/**
*
* The aggregate results for each query passedin.
*
*
* repeated .clarifai.api.StatValueAggregateResult stat_value_aggregate_results = 2;
*/
java.util.List extends com.clarifai.grpc.api.StatValueAggregateResultOrBuilder>
getStatValueAggregateResultsOrBuilderList();
/**
*
* The aggregate results for each query passedin.
*
*
* repeated .clarifai.api.StatValueAggregateResult stat_value_aggregate_results = 2;
*/
com.clarifai.grpc.api.StatValueAggregateResultOrBuilder getStatValueAggregateResultsOrBuilder(
int index);
}