Interface StorageTypes.CommitProtoOrBuilder

All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder, org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
All Known Implementing Classes:
StorageTypes.CommitProto, StorageTypes.CommitProto.Builder
Enclosing class:
StorageTypes

public static interface StorageTypes.CommitProtoOrBuilder extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
  • Method Details

    • getCreated

      long getCreated()
      int64 created = 1;
      Returns:
      The created.
    • getSeq

      long getSeq()
      int64 seq = 2;
      Returns:
      The seq.
    • getTailList

      List<org.projectnessie.nessie.relocated.protobuf.ByteString> getTailList()
       First element contains the immediate parent commit ID. Additional entries
       up to N indirect parents.
       
      repeated bytes tail = 3;
      Returns:
      A list containing the tail.
    • getTailCount

      int getTailCount()
       First element contains the immediate parent commit ID. Additional entries
       up to N indirect parents.
       
      repeated bytes tail = 3;
      Returns:
      The count of tail.
    • getTail

      org.projectnessie.nessie.relocated.protobuf.ByteString getTail(int index)
       First element contains the immediate parent commit ID. Additional entries
       up to N indirect parents.
       
      repeated bytes tail = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tail at the given index.
    • getSecondaryParentsList

      List<org.projectnessie.nessie.relocated.protobuf.ByteString> getSecondaryParentsList()
      repeated bytes secondary_parents = 4;
      Returns:
      A list containing the secondaryParents.
    • getSecondaryParentsCount

      int getSecondaryParentsCount()
      repeated bytes secondary_parents = 4;
      Returns:
      The count of secondaryParents.
    • getSecondaryParents

      org.projectnessie.nessie.relocated.protobuf.ByteString getSecondaryParents(int index)
      repeated bytes secondary_parents = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The secondaryParents at the given index.
    • getHeadersList

      List<StorageTypes.HeaderEntry> getHeadersList()
      repeated .nessie.storage.HeaderEntry headers = 5;
    • getHeaders

      StorageTypes.HeaderEntry getHeaders(int index)
      repeated .nessie.storage.HeaderEntry headers = 5;
    • getHeadersCount

      int getHeadersCount()
      repeated .nessie.storage.HeaderEntry headers = 5;
    • getHeadersOrBuilderList

      List<? extends StorageTypes.HeaderEntryOrBuilder> getHeadersOrBuilderList()
      repeated .nessie.storage.HeaderEntry headers = 5;
    • getHeadersOrBuilder

      StorageTypes.HeaderEntryOrBuilder getHeadersOrBuilder(int index)
      repeated .nessie.storage.HeaderEntry headers = 5;
    • getMessage

      String getMessage()
      string message = 6;
      Returns:
      The message.
    • getMessageBytes

      org.projectnessie.nessie.relocated.protobuf.ByteString getMessageBytes()
      string message = 6;
      Returns:
      The bytes for message.
    • hasReferenceIndex

      boolean hasReferenceIndex()
      optional bytes reference_index = 7;
      Returns:
      Whether the referenceIndex field is set.
    • getReferenceIndex

      org.projectnessie.nessie.relocated.protobuf.ByteString getReferenceIndex()
      optional bytes reference_index = 7;
      Returns:
      The referenceIndex.
    • getReferenceIndexStripesList

      List<StorageTypes.Stripe> getReferenceIndexStripesList()
      repeated .nessie.storage.Stripe reference_index_stripes = 8;
    • getReferenceIndexStripes

      StorageTypes.Stripe getReferenceIndexStripes(int index)
      repeated .nessie.storage.Stripe reference_index_stripes = 8;
    • getReferenceIndexStripesCount

      int getReferenceIndexStripesCount()
      repeated .nessie.storage.Stripe reference_index_stripes = 8;
    • getReferenceIndexStripesOrBuilderList

      List<? extends StorageTypes.StripeOrBuilder> getReferenceIndexStripesOrBuilderList()
      repeated .nessie.storage.Stripe reference_index_stripes = 8;
    • getReferenceIndexStripesOrBuilder

      StorageTypes.StripeOrBuilder getReferenceIndexStripesOrBuilder(int index)
      repeated .nessie.storage.Stripe reference_index_stripes = 8;
    • getIncrementalIndex

      org.projectnessie.nessie.relocated.protobuf.ByteString getIncrementalIndex()
      bytes incremental_index = 9;
      Returns:
      The incrementalIndex.
    • getIncompleteIndex

      boolean getIncompleteIndex()
      bool incomplete_index = 10;
      Returns:
      The incompleteIndex.
    • getCommitTypeValue

      int getCommitTypeValue()
      .nessie.storage.CommitTypeProto commit_type = 11;
      Returns:
      The enum numeric value on the wire for commitType.
    • getCommitType

      .nessie.storage.CommitTypeProto commit_type = 11;
      Returns:
      The commitType.