com.clarifai.grpc.api.ProgressOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ProgressOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.Progress)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 processed = 1;
* @return The processed.
*/
int getProcessed();
/**
* string last_processed_id = 2;
* @return The lastProcessedId.
*/
java.lang.String getLastProcessedId();
/**
* string last_processed_id = 2;
* @return The bytes for lastProcessedId.
*/
com.google.protobuf.ByteString
getLastProcessedIdBytes();
}