jmash.file.protobuf.JmashFileListOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: jmash/file/protobuf/file_message.proto
// Protobuf Java Version: 3.25.1
package jmash.file.protobuf;
public interface JmashFileListOrBuilder extends
// @@protoc_insertion_point(interface_extends:jmash.file.JmashFileList)
com.google.protobuf.MessageOrBuilder {
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
java.util.List
getResultsList();
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
jmash.file.protobuf.JmashFileModel getResults(int index);
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
int getResultsCount();
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
java.util.List extends jmash.file.protobuf.JmashFileModelOrBuilder>
getResultsOrBuilderList();
/**
*
*当前页内容
*
*
* repeated .jmash.file.JmashFileModel results = 1;
*/
jmash.file.protobuf.JmashFileModelOrBuilder getResultsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy