com.clarifai.grpc.api.InputCountOrBuilder 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 InputCountOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.InputCount)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 processed = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The processed.
*/
int getProcessed();
/**
* uint32 to_process = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The toProcess.
*/
int getToProcess();
/**
* uint32 errors = 3 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The errors.
*/
int getErrors();
/**
* uint32 processing = 4 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The processing.
*/
int getProcessing();
/**
* uint32 reindexed = 5 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The reindexed.
*/
int getReindexed();
/**
* uint32 to_reindex = 6 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The toReindex.
*/
int getToReindex();
/**
* uint32 reindex_errors = 7 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The reindexErrors.
*/
int getReindexErrors();
/**
* uint32 reindexing = 8 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The reindexing.
*/
int getReindexing();
}