Interface BackupDatabaseRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBackupDir()
      optional string backupDir = 3;
      com.google.protobuf.ByteString getBackupDirBytes()
      optional string backupDir = 3;
      String getDbpath()
      optional string dbpath = 2;
      com.google.protobuf.ByteString getDbpathBytes()
      optional string dbpath = 2;
      String getTablespace()
      optional string tablespace = 1;
      com.google.protobuf.ByteString getTablespaceBytes()
      optional string tablespace = 1;
      boolean hasBackupDir()
      optional string backupDir = 3;
      boolean hasDbpath()
      optional string dbpath = 2;
      boolean hasTablespace()
      optional string tablespace = 1;
      • 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

      • hasTablespace

        boolean hasTablespace()
        optional string tablespace = 1;
      • getTablespace

        String getTablespace()
        optional string tablespace = 1;
      • getTablespaceBytes

        com.google.protobuf.ByteString getTablespaceBytes()
        optional string tablespace = 1;
      • hasDbpath

        boolean hasDbpath()
        optional string dbpath = 2;
      • getDbpath

        String getDbpath()
        optional string dbpath = 2;
      • getDbpathBytes

        com.google.protobuf.ByteString getDbpathBytes()
        optional string dbpath = 2;
      • hasBackupDir

        boolean hasBackupDir()
        optional string backupDir = 3;
      • getBackupDir

        String getBackupDir()
        optional string backupDir = 3;
      • getBackupDirBytes

        com.google.protobuf.ByteString getBackupDirBytes()
        optional string backupDir = 3;