com.clarifai.grpc.api.PostStatValuesAggregateRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/service.proto
package com.clarifai.grpc.api;
public interface PostStatValuesAggregateRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostStatValuesAggregateRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Ids present in the url of the request.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
*
* Ids present in the url of the request.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
*
* Ids present in the url of the request.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
*
* Query to retrieve aggregate values.
*
*
* repeated .clarifai.api.StatValueAggregateQuery stat_value_aggregate_queries = 2;
*/
java.util.List
getStatValueAggregateQueriesList();
/**
*
* Query to retrieve aggregate values.
*
*
* repeated .clarifai.api.StatValueAggregateQuery stat_value_aggregate_queries = 2;
*/
com.clarifai.grpc.api.StatValueAggregateQuery getStatValueAggregateQueries(int index);
/**
*
* Query to retrieve aggregate values.
*
*
* repeated .clarifai.api.StatValueAggregateQuery stat_value_aggregate_queries = 2;
*/
int getStatValueAggregateQueriesCount();
/**
*
* Query to retrieve aggregate values.
*
*
* repeated .clarifai.api.StatValueAggregateQuery stat_value_aggregate_queries = 2;
*/
java.util.List extends com.clarifai.grpc.api.StatValueAggregateQueryOrBuilder>
getStatValueAggregateQueriesOrBuilderList();
/**
*
* Query to retrieve aggregate values.
*
*
* repeated .clarifai.api.StatValueAggregateQuery stat_value_aggregate_queries = 2;
*/
com.clarifai.grpc.api.StatValueAggregateQueryOrBuilder getStatValueAggregateQueriesOrBuilder(
int index);
}