All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jmash.file.protobuf.JmashFileListOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
// 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 getResultsOrBuilderList(); /** *
   *当前页内容
   * 
* * repeated .jmash.file.JmashFileModel results = 1; */ jmash.file.protobuf.JmashFileModelOrBuilder getResultsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy