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

    Modifier and Type
    Method
    Description
    Root directory location.
    com.google.protobuf.ByteString
    Root directory location.
    long
    Size in bytes of the file store where this root directory is located.
    The type of the file store where this root directory is located.
    com.google.protobuf.ByteString
    The type of the file store where this root directory is located.
    long
    Number of unallocated bytes in the file store where this root directory is located.
    long
    Number of bytes available to Yamcs on the file store where this root directory is located.
    boolean
    Root directory location.
    boolean
    Size in bytes of the file store where this root directory is located.
    boolean
    The type of the file store where this root directory is located.
    boolean
    Number of unallocated bytes in the file store where this root directory is located.
    boolean
    Number of bytes available to Yamcs on the file store where this root directory is located.

    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

    • hasDirectory

      boolean hasDirectory()
       Root directory location.
       
      optional string directory = 1;
      Returns:
      Whether the directory field is set.
    • getDirectory

      String getDirectory()
       Root directory location.
       
      optional string directory = 1;
      Returns:
      The directory.
    • getDirectoryBytes

      com.google.protobuf.ByteString getDirectoryBytes()
       Root directory location.
       
      optional string directory = 1;
      Returns:
      The bytes for directory.
    • hasType

      boolean hasType()
       The type of the file store where this root directory is located.
       
      optional string type = 2;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
       The type of the file store where this root directory is located.
       
      optional string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       The type of the file store where this root directory is located.
       
      optional string type = 2;
      Returns:
      The bytes for type.
    • hasTotalSpace

      boolean hasTotalSpace()
       Size in bytes of the file store where this root directory is located.
       
      optional int64 totalSpace = 3;
      Returns:
      Whether the totalSpace field is set.
    • getTotalSpace

      long getTotalSpace()
       Size in bytes of the file store where this root directory is located.
       
      optional int64 totalSpace = 3;
      Returns:
      The totalSpace.
    • hasUnallocatedSpace

      boolean hasUnallocatedSpace()
       Number of unallocated bytes in the file store where this root directory
       is located.
       
      optional int64 unallocatedSpace = 4;
      Returns:
      Whether the unallocatedSpace field is set.
    • getUnallocatedSpace

      long getUnallocatedSpace()
       Number of unallocated bytes in the file store where this root directory
       is located.
       
      optional int64 unallocatedSpace = 4;
      Returns:
      The unallocatedSpace.
    • hasUsableSpace

      boolean hasUsableSpace()
       Number of bytes available to Yamcs on the file store where this root
       directory is located.
       
      optional int64 usableSpace = 5;
      Returns:
      Whether the usableSpace field is set.
    • getUsableSpace

      long getUsableSpace()
       Number of bytes available to Yamcs on the file store where this root
       directory is located.
       
      optional int64 usableSpace = 5;
      Returns:
      The usableSpace.