Uses of Class
lgraph.Lgraph.BackupLogEntry
-
Packages that use Lgraph.BackupLogEntry Package Description lgraph -
-
Uses of Lgraph.BackupLogEntry in lgraph
Fields in lgraph with type parameters of type Lgraph.BackupLogEntry Modifier and Type Field Description static com.google.protobuf.Parser<Lgraph.BackupLogEntry>Lgraph.BackupLogEntry. PARSERDeprecated.Methods in lgraph that return Lgraph.BackupLogEntry Modifier and Type Method Description Lgraph.BackupLogEntryLgraph.BackupLogEntry.Builder. build()Lgraph.BackupLogEntryLgraph.BackupLogEntry.Builder. buildPartial()static Lgraph.BackupLogEntryLgraph.BackupLogEntry. getDefaultInstance()Lgraph.BackupLogEntryLgraph.BackupLogEntry.Builder. getDefaultInstanceForType()Lgraph.BackupLogEntryLgraph.BackupLogEntry. getDefaultInstanceForType()Lgraph.BackupLogEntryLgraph.RestoreRequest.Builder. getLogs(int index)repeated .lgraph.BackupLogEntry logs = 1;Lgraph.BackupLogEntryLgraph.RestoreRequest. getLogs(int index)repeated .lgraph.BackupLogEntry logs = 1;Lgraph.BackupLogEntryLgraph.RestoreRequestOrBuilder. getLogs(int index)repeated .lgraph.BackupLogEntry logs = 1;static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseDelimitedFrom(InputStream input)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(byte[] data)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(com.google.protobuf.ByteString data)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(InputStream input)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(ByteBuffer data)static Lgraph.BackupLogEntryLgraph.BackupLogEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in lgraph that return types with arguments of type Lgraph.BackupLogEntry Modifier and Type Method Description List<Lgraph.BackupLogEntry>Lgraph.RestoreRequest.Builder. getLogsList()repeated .lgraph.BackupLogEntry logs = 1;List<Lgraph.BackupLogEntry>Lgraph.RestoreRequest. getLogsList()repeated .lgraph.BackupLogEntry logs = 1;List<Lgraph.BackupLogEntry>Lgraph.RestoreRequestOrBuilder. getLogsList()repeated .lgraph.BackupLogEntry logs = 1;com.google.protobuf.Parser<Lgraph.BackupLogEntry>Lgraph.BackupLogEntry. getParserForType()static com.google.protobuf.Parser<Lgraph.BackupLogEntry>Lgraph.BackupLogEntry. parser()Methods in lgraph with parameters of type Lgraph.BackupLogEntry Modifier and Type Method Description Lgraph.RestoreRequest.BuilderLgraph.RestoreRequest.Builder. addLogs(int index, Lgraph.BackupLogEntry value)repeated .lgraph.BackupLogEntry logs = 1;Lgraph.RestoreRequest.BuilderLgraph.RestoreRequest.Builder. addLogs(Lgraph.BackupLogEntry value)repeated .lgraph.BackupLogEntry logs = 1;Lgraph.BackupLogEntry.BuilderLgraph.BackupLogEntry.Builder. mergeFrom(Lgraph.BackupLogEntry other)static Lgraph.BackupLogEntry.BuilderLgraph.BackupLogEntry. newBuilder(Lgraph.BackupLogEntry prototype)Lgraph.RestoreRequest.BuilderLgraph.RestoreRequest.Builder. setLogs(int index, Lgraph.BackupLogEntry value)repeated .lgraph.BackupLogEntry logs = 1;Method parameters in lgraph with type arguments of type Lgraph.BackupLogEntry Modifier and Type Method Description Lgraph.RestoreRequest.BuilderLgraph.RestoreRequest.Builder. addAllLogs(Iterable<? extends Lgraph.BackupLogEntry> values)repeated .lgraph.BackupLogEntry logs = 1;
-