
alluxio.grpc.ListStatusPResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/file_system_master.proto
package alluxio.grpc;
public interface ListStatusPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.ListStatusPResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
*/
java.util.List
getFileInfosList();
/**
* repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
*/
alluxio.grpc.FileInfo getFileInfos(int index);
/**
* repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
*/
int getFileInfosCount();
/**
* repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
*/
java.util.List extends alluxio.grpc.FileInfoOrBuilder>
getFileInfosOrBuilderList();
/**
* repeated .alluxio.grpc.file.FileInfo fileInfos = 1;
*/
alluxio.grpc.FileInfoOrBuilder getFileInfosOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy