Package lgraph
Interface Lgraph.BackupLogEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.BackupLogEntry,Lgraph.BackupLogEntry.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.BackupLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetIndex()required int64 index = 1;Lgraph.LGraphRequestgetReq()required .lgraph.LGraphRequest req = 3;Lgraph.LGraphRequestOrBuildergetReqOrBuilder()required .lgraph.LGraphRequest req = 3;longgetTime()required int64 time = 2;booleanhasIndex()required int64 index = 1;booleanhasReq()required .lgraph.LGraphRequest req = 3;booleanhasTime()required int64 time = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIndex
boolean hasIndex()
required int64 index = 1;
-
getIndex
long getIndex()
required int64 index = 1;
-
hasTime
boolean hasTime()
required int64 time = 2;
-
getTime
long getTime()
required int64 time = 2;
-
hasReq
boolean hasReq()
required .lgraph.LGraphRequest req = 3;
-
getReq
Lgraph.LGraphRequest getReq()
required .lgraph.LGraphRequest req = 3;
-
getReqOrBuilder
Lgraph.LGraphRequestOrBuilder getReqOrBuilder()
required .lgraph.LGraphRequest req = 3;
-
-