All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.BackupDatabaseRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.10.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/archive/rocksdb_service.proto

package org.yamcs.protobuf;

public interface BackupDatabaseRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.archive.BackupDatabaseRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string tablespace = 1;
   */
  boolean hasTablespace();
  /**
   * optional string tablespace = 1;
   */
  java.lang.String getTablespace();
  /**
   * optional string tablespace = 1;
   */
  com.google.protobuf.ByteString
      getTablespaceBytes();

  /**
   * optional string dbpath = 2;
   */
  boolean hasDbpath();
  /**
   * optional string dbpath = 2;
   */
  java.lang.String getDbpath();
  /**
   * optional string dbpath = 2;
   */
  com.google.protobuf.ByteString
      getDbpathBytes();

  /**
   * optional string backupDir = 3;
   */
  boolean hasBackupDir();
  /**
   * optional string backupDir = 3;
   */
  java.lang.String getBackupDir();
  /**
   * optional string backupDir = 3;
   */
  com.google.protobuf.ByteString
      getBackupDirBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy