com.clarifai.grpc.api.AppCopyProgressOrBuilder 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 AppCopyProgressOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.AppCopyProgress)
com.google.protobuf.MessageOrBuilder {
/**
* string field = 1;
* @return The field.
*/
java.lang.String getField();
/**
* string field = 1;
* @return The bytes for field.
*/
com.google.protobuf.ByteString
getFieldBytes();
/**
* int32 value = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
* @return The value.
*/
int getValue();
}