Package lgraph
Interface Lgraph.RestoreRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.RestoreRequest,Lgraph.RestoreRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.RestoreRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.BackupLogEntrygetLogs(int index)repeated .lgraph.BackupLogEntry logs = 1;intgetLogsCount()repeated .lgraph.BackupLogEntry logs = 1;List<Lgraph.BackupLogEntry>getLogsList()repeated .lgraph.BackupLogEntry logs = 1;Lgraph.BackupLogEntryOrBuildergetLogsOrBuilder(int index)repeated .lgraph.BackupLogEntry logs = 1;List<? extends Lgraph.BackupLogEntryOrBuilder>getLogsOrBuilderList()repeated .lgraph.BackupLogEntry logs = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLogsList
List<Lgraph.BackupLogEntry> getLogsList()
repeated .lgraph.BackupLogEntry logs = 1;
-
getLogs
Lgraph.BackupLogEntry getLogs(int index)
repeated .lgraph.BackupLogEntry logs = 1;
-
getLogsCount
int getLogsCount()
repeated .lgraph.BackupLogEntry logs = 1;
-
getLogsOrBuilderList
List<? extends Lgraph.BackupLogEntryOrBuilder> getLogsOrBuilderList()
repeated .lgraph.BackupLogEntry logs = 1;
-
getLogsOrBuilder
Lgraph.BackupLogEntryOrBuilder getLogsOrBuilder(int index)
repeated .lgraph.BackupLogEntry logs = 1;
-
-