Interface NFSOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRemotePath()
      Remote source path exported from the NFS, e.g., "/share".
      com.google.protobuf.ByteString getRemotePathBytes()
      Remote source path exported from the NFS, e.g., "/share".
      String getServer()
      The IP address of the NFS.
      com.google.protobuf.ByteString getServerBytes()
      The IP address of the NFS.
      • 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

      • getServer

        String getServer()
         The IP address of the NFS.
         
        string server = 1;
        Returns:
        The server.
      • getServerBytes

        com.google.protobuf.ByteString getServerBytes()
         The IP address of the NFS.
         
        string server = 1;
        Returns:
        The bytes for server.
      • getRemotePath

        String getRemotePath()
         Remote source path exported from the NFS, e.g., "/share".
         
        string remote_path = 2;
        Returns:
        The remotePath.
      • getRemotePathBytes

        com.google.protobuf.ByteString getRemotePathBytes()
         Remote source path exported from the NFS, e.g., "/share".
         
        string remote_path = 2;
        Returns:
        The bytes for remotePath.