Interface Gateway.ReadDirResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Gateway.ReadDirResponse, Gateway.ReadDirResponse.Builder
Enclosing class:
Gateway

public static interface Gateway.ReadDirResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEntries(int index)
    repeated .fsutil.types.Stat entries = 1;
    int
    repeated .fsutil.types.Stat entries = 1;
    repeated .fsutil.types.Stat entries = 1;
    repeated .fsutil.types.Stat entries = 1;
    repeated .fsutil.types.Stat entries = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEntriesList

      List<StatOuterClass.Stat> getEntriesList()
      repeated .fsutil.types.Stat entries = 1;
    • getEntries

      StatOuterClass.Stat getEntries(int index)
      repeated .fsutil.types.Stat entries = 1;
    • getEntriesCount

      int getEntriesCount()
      repeated .fsutil.types.Stat entries = 1;
    • getEntriesOrBuilderList

      List<? extends StatOuterClass.StatOrBuilder> getEntriesOrBuilderList()
      repeated .fsutil.types.Stat entries = 1;
    • getEntriesOrBuilder

      StatOuterClass.StatOrBuilder getEntriesOrBuilder(int index)
      repeated .fsutil.types.Stat entries = 1;