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 Type
    Method
    Description
    long
    optional int64 entries = 2;
    long
    required int64 ledgerId = 1;
    optional .OffloadContext offloadContext = 5;
    optional .OffloadContext offloadContext = 5;
    long
    optional int64 size = 3;
    long
    optional int64 timestamp = 4;
    boolean
    optional int64 entries = 2;
    boolean
    required int64 ledgerId = 1;
    boolean
    optional .OffloadContext offloadContext = 5;
    boolean
    optional int64 size = 3;
    boolean
    optional int64 timestamp = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;