Interface RootDirectoryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RootDirectory, RootDirectory.Builder

    public interface RootDirectoryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDirectory()
      optional string directory = 1;
      com.google.protobuf.ByteString getDirectoryBytes()
      optional string directory = 1;
      long getTotalSpace()
      optional int64 totalSpace = 3;
      String getType()
      optional string type = 2;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 2;
      long getUnallocatedSpace()
      optional int64 unallocatedSpace = 4;
      long getUsableSpace()
      optional int64 usableSpace = 5;
      boolean hasDirectory()
      optional string directory = 1;
      boolean hasTotalSpace()
      optional int64 totalSpace = 3;
      boolean hasType()
      optional string type = 2;
      boolean hasUnallocatedSpace()
      optional int64 unallocatedSpace = 4;
      boolean hasUsableSpace()
      optional int64 usableSpace = 5;
      • 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 Detail

      • hasDirectory

        boolean hasDirectory()
        optional string directory = 1;
      • getDirectory

        String getDirectory()
        optional string directory = 1;
      • getDirectoryBytes

        com.google.protobuf.ByteString getDirectoryBytes()
        optional string directory = 1;
      • hasType

        boolean hasType()
        optional string type = 2;
      • getType

        String getType()
        optional string type = 2;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 2;
      • hasTotalSpace

        boolean hasTotalSpace()
        optional int64 totalSpace = 3;
      • getTotalSpace

        long getTotalSpace()
        optional int64 totalSpace = 3;
      • hasUnallocatedSpace

        boolean hasUnallocatedSpace()
        optional int64 unallocatedSpace = 4;
      • getUnallocatedSpace

        long getUnallocatedSpace()
        optional int64 unallocatedSpace = 4;
      • hasUsableSpace

        boolean hasUsableSpace()
        optional int64 usableSpace = 5;
      • getUsableSpace

        long getUsableSpace()
        optional int64 usableSpace = 5;