Package org.yamcs.protobuf
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
Modifier and TypeMethodDescriptionoptional string backupDir = 3;
com.google.protobuf.ByteString
optional string backupDir = 3;
optional string dbpath = 2;
com.google.protobuf.ByteString
optional string dbpath = 2;
optional string tablespace = 1;
com.google.protobuf.ByteString
optional string tablespace = 1;
boolean
optional string backupDir = 3;
boolean
optional string dbpath = 2;
boolean
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 Details
-
hasTablespace
boolean hasTablespace()optional string tablespace = 1;
- Returns:
- Whether the tablespace field is set.
-
getTablespace
String getTablespace()optional string tablespace = 1;
- Returns:
- The tablespace.
-
getTablespaceBytes
com.google.protobuf.ByteString getTablespaceBytes()optional string tablespace = 1;
- Returns:
- The bytes for tablespace.
-
hasDbpath
boolean hasDbpath()optional string dbpath = 2;
- Returns:
- Whether the dbpath field is set.
-
getDbpath
String getDbpath()optional string dbpath = 2;
- Returns:
- The dbpath.
-
getDbpathBytes
com.google.protobuf.ByteString getDbpathBytes()optional string dbpath = 2;
- Returns:
- The bytes for dbpath.
-
hasBackupDir
boolean hasBackupDir()optional string backupDir = 3;
- Returns:
- Whether the backupDir field is set.
-
getBackupDir
String getBackupDir()optional string backupDir = 3;
- Returns:
- The backupDir.
-
getBackupDirBytes
com.google.protobuf.ByteString getBackupDirBytes()optional string backupDir = 3;
- Returns:
- The bytes for backupDir.
-