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
Modifier and TypeMethodDescriptionlongoptional int64 entries = 2;longrequired int64 ledgerId = 1;optional .OffloadContext offloadContext = 5;optional .OffloadContext offloadContext = 5;longgetSize()optional int64 size = 3;longoptional int64 timestamp = 4;booleanoptional int64 entries = 2;booleanrequired int64 ledgerId = 1;booleanoptional .OffloadContext offloadContext = 5;booleanhasSize()optional int64 size = 3;booleanoptional int64 timestamp = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-