Interface Messages.CacheFileRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContent()
      / File content of the file to be cached
      com.google.protobuf.ByteString getContentBytes()
      / File content of the file to be cached
      String getFilePath()
      / File path of the file to be cached
      com.google.protobuf.ByteString getFilePathBytes()
      / File path of the file to be cached
      boolean getIsClosed()
      / Specifies if the file is closed
      Messages.CacheFileRequest.FileStatus getStatus()
      / Specifies the status of the file
      int getStatusValue()
      / Specifies the status of the file
      • 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

      • getContent

        String getContent()
        / File content of the file to be cached
         
        string content = 1;
      • getContentBytes

        com.google.protobuf.ByteString getContentBytes()
        / File content of the file to be cached
         
        string content = 1;
      • getFilePath

        String getFilePath()
        / File path of the file to be cached
         
        string filePath = 2;
      • getFilePathBytes

        com.google.protobuf.ByteString getFilePathBytes()
        / File path of the file to be cached
         
        string filePath = 2;
      • getIsClosed

        boolean getIsClosed()
        / Specifies if the file is closed
         
        bool isClosed = 3;
      • getStatusValue

        int getStatusValue()
        / Specifies the status of the file
         
        .gauge.messages.CacheFileRequest.FileStatus status = 4;