
alluxio.grpc.ListStatusPartialPResponseOrBuilder 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 ListStatusPartialPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.ListStatusPartialPResponse)
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);
/**
*
* True if the partial listing was truncated.
*
*
* optional bool isTruncated = 2;
* @return Whether the isTruncated field is set.
*/
boolean hasIsTruncated();
/**
*
* True if the partial listing was truncated.
*
*
* optional bool isTruncated = 2;
* @return The isTruncated.
*/
boolean getIsTruncated();
/**
*
* The total number of files in the listing directory,
* (i.e. the size of the result if partial listing was not used)
* or -1 if the listing was recursive.
*
*
* optional int64 fileCount = 3;
* @return Whether the fileCount field is set.
*/
boolean hasFileCount();
/**
*
* The total number of files in the listing directory,
* (i.e. the size of the result if partial listing was not used)
* or -1 if the listing was recursive.
*
*
* optional int64 fileCount = 3;
* @return The fileCount.
*/
long getFileCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy