Interface Common.BackupMetaOrBuilder

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

public static interface Common.BackupMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    directory name
    com.google.protobuf.ByteString
    directory name
    default sha1 of file content
    com.google.protobuf.ByteString
    default sha1 of file content
    restore exec node.
    com.google.protobuf.ByteString
    restore exec node.
    file name
    com.google.protobuf.ByteString
    file name
    long
    file size
    remark info
    com.google.protobuf.ByteString
    remark info

    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

    • getRemark

      String getRemark()
       remark info
       
      string remark = 1;
      Returns:
      The remark.
    • getRemarkBytes

      com.google.protobuf.ByteString getRemarkBytes()
       remark info
       
      string remark = 1;
      Returns:
      The bytes for remark.
    • getExecNode

      String getExecNode()
       restore exec node. exec node :  coordinator, store, index, document
       
      string exec_node = 2;
      Returns:
      The execNode.
    • getExecNodeBytes

      com.google.protobuf.ByteString getExecNodeBytes()
       restore exec node. exec node :  coordinator, store, index, document
       
      string exec_node = 2;
      Returns:
      The bytes for execNode.
    • getDirName

      String getDirName()
       directory name
       
      string dir_name = 3;
      Returns:
      The dirName.
    • getDirNameBytes

      com.google.protobuf.ByteString getDirNameBytes()
       directory name
       
      string dir_name = 3;
      Returns:
      The bytes for dirName.
    • getFileSize

      long getFileSize()
       file size
       
      uint64 file_size = 4;
      Returns:
      The fileSize.
    • getEncryption

      String getEncryption()
       default sha1 of file content
       
      string encryption = 5;
      Returns:
      The encryption.
    • getEncryptionBytes

      com.google.protobuf.ByteString getEncryptionBytes()
       default sha1 of file content
       
      string encryption = 5;
      Returns:
      The bytes for encryption.
    • getFileName

      String getFileName()
       file name
       
      string file_name = 6;
      Returns:
      The fileName.
    • getFileNameBytes

      com.google.protobuf.ByteString getFileNameBytes()
       file name
       
      string file_name = 6;
      Returns:
      The bytes for fileName.