public interface  oadd.com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponseOrBuilder extends java.lang.Object implements oadd.com.google.protobuf.MessageOrBuilder
{
public abstract boolean hasError();
public abstract java.lang.String getError();
public abstract oadd.com.google.protobuf.ByteString getErrorBytes();
public abstract boolean hasSupportedFeatures();
public abstract long getSupportedFeatures();
public abstract java.util.List getFileList();
public abstract oadd.com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$File getFile(int);
public abstract int getFileCount();
public abstract java.util.List getFileOrBuilderList();
public abstract oadd.com.google.protobuf.compiler.PluginProtos$CodeGeneratorResponse$FileOrBuilder getFileOrBuilder(int);
}