Interface IFileSystemInfoServiceOuterClass.IFileSystemInfoServiceGetRootDirectoriesResponseOrBuilder

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

public static interface IFileSystemInfoServiceOuterClass.IFileSystemInfoServiceGetRootDirectoriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getReturnValue(int index)
    repeated string _ReturnValue = 1;
    com.google.protobuf.ByteString
    repeated string _ReturnValue = 1;
    int
    repeated string _ReturnValue = 1;
    repeated string _ReturnValue = 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

    • getReturnValueList

      List<String> getReturnValueList()
      repeated string _ReturnValue = 1;
    • getReturnValueCount

      int getReturnValueCount()
      repeated string _ReturnValue = 1;
    • getReturnValue

      String getReturnValue(int index)
      repeated string _ReturnValue = 1;
    • getReturnValueBytes

      com.google.protobuf.ByteString getReturnValueBytes(int index)
      repeated string _ReturnValue = 1;