Interface MLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MLDataFormats.ManagedLedgerInfo.LedgerInfo,MLDataFormats.ManagedLedgerInfo.LedgerInfo.Builder
- Enclosing class:
- MLDataFormats.ManagedLedgerInfo
public static interface MLDataFormats.ManagedLedgerInfo.LedgerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEntries()optional int64 entries = 2;longgetLedgerId()required int64 ledgerId = 1;MLDataFormats.OffloadContextgetOffloadContext()optional .OffloadContext offloadContext = 5;MLDataFormats.OffloadContextOrBuildergetOffloadContextOrBuilder()optional .OffloadContext offloadContext = 5;longgetSize()optional int64 size = 3;longgetTimestamp()optional int64 timestamp = 4;booleanhasEntries()optional int64 entries = 2;booleanhasLedgerId()required int64 ledgerId = 1;booleanhasOffloadContext()optional .OffloadContext offloadContext = 5;booleanhasSize()optional int64 size = 3;booleanhasTimestamp()optional int64 timestamp = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLedgerId
boolean hasLedgerId()
required int64 ledgerId = 1;- Returns:
- Whether the ledgerId field is set.
-
getLedgerId
long getLedgerId()
required int64 ledgerId = 1;- Returns:
- The ledgerId.
-
hasEntries
boolean hasEntries()
optional int64 entries = 2;- Returns:
- Whether the entries field is set.
-
getEntries
long getEntries()
optional int64 entries = 2;- Returns:
- The entries.
-
hasSize
boolean hasSize()
optional int64 size = 3;- Returns:
- Whether the size field is set.
-
getSize
long getSize()
optional int64 size = 3;- Returns:
- The size.
-
hasTimestamp
boolean hasTimestamp()
optional int64 timestamp = 4;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
optional int64 timestamp = 4;- Returns:
- The timestamp.
-
hasOffloadContext
boolean hasOffloadContext()
optional .OffloadContext offloadContext = 5;- Returns:
- Whether the offloadContext field is set.
-
getOffloadContext
MLDataFormats.OffloadContext getOffloadContext()
optional .OffloadContext offloadContext = 5;- Returns:
- The offloadContext.
-
getOffloadContextOrBuilder
MLDataFormats.OffloadContextOrBuilder getOffloadContextOrBuilder()
optional .OffloadContext offloadContext = 5;
-
-