com.clarifai.grpc.api.PostStatValuesRequestOrBuilder 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 PostStatValuesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.PostStatValuesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The user and app information for the request.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return Whether the userAppId field is set.
*/
boolean hasUserAppId();
/**
*
* The user and app information for the request.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
* @return The userAppId.
*/
com.clarifai.grpc.api.UserAppIDSet getUserAppId();
/**
*
* The user and app information for the request.
*
*
* .clarifai.api.UserAppIDSet user_app_id = 1;
*/
com.clarifai.grpc.api.UserAppIDSetOrBuilder getUserAppIdOrBuilder();
/**
*
* The stats to post, can post more than one at a time.
*
*
* repeated .clarifai.api.StatValue stat_values = 2;
*/
java.util.List
getStatValuesList();
/**
*
* The stats to post, can post more than one at a time.
*
*
* repeated .clarifai.api.StatValue stat_values = 2;
*/
com.clarifai.grpc.api.StatValue getStatValues(int index);
/**
*
* The stats to post, can post more than one at a time.
*
*
* repeated .clarifai.api.StatValue stat_values = 2;
*/
int getStatValuesCount();
/**
*
* The stats to post, can post more than one at a time.
*
*
* repeated .clarifai.api.StatValue stat_values = 2;
*/
java.util.List extends com.clarifai.grpc.api.StatValueOrBuilder>
getStatValuesOrBuilderList();
/**
*
* The stats to post, can post more than one at a time.
*
*
* repeated .clarifai.api.StatValue stat_values = 2;
*/
com.clarifai.grpc.api.StatValueOrBuilder getStatValuesOrBuilder(
int index);
}