
alluxio.grpc.CheckConsistencyPResponseOrBuilder 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 CheckConsistencyPResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.CheckConsistencyPResponse)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* repeated string inconsistentPaths = 1;
* @return A list containing the inconsistentPaths.
*/
java.util.List
getInconsistentPathsList();
/**
* repeated string inconsistentPaths = 1;
* @return The count of inconsistentPaths.
*/
int getInconsistentPathsCount();
/**
* repeated string inconsistentPaths = 1;
* @param index The index of the element to return.
* @return The inconsistentPaths at the given index.
*/
java.lang.String getInconsistentPaths(int index);
/**
* repeated string inconsistentPaths = 1;
* @param index The index of the value to return.
* @return The bytes of the inconsistentPaths at the given index.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getInconsistentPathsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy