Interface StorageTypes.ObjProtoOrBuilder

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

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

    • hasCommit

      boolean hasCommit()
      .nessie.storage.CommitProto commit = 2;
      Returns:
      Whether the commit field is set.
    • getCommit

      .nessie.storage.CommitProto commit = 2;
      Returns:
      The commit.
    • getCommitOrBuilder

      StorageTypes.CommitProtoOrBuilder getCommitOrBuilder()
      .nessie.storage.CommitProto commit = 2;
    • hasRef

      boolean hasRef()
      .nessie.storage.RefProto ref = 3;
      Returns:
      Whether the ref field is set.
    • getRef

      .nessie.storage.RefProto ref = 3;
      Returns:
      The ref.
    • getRefOrBuilder

      .nessie.storage.RefProto ref = 3;
    • hasContentValue

      boolean hasContentValue()
      .nessie.storage.ContentValueProto content_value = 4;
      Returns:
      Whether the contentValue field is set.
    • getContentValue

      .nessie.storage.ContentValueProto content_value = 4;
      Returns:
      The contentValue.
    • getContentValueOrBuilder

      StorageTypes.ContentValueProtoOrBuilder getContentValueOrBuilder()
      .nessie.storage.ContentValueProto content_value = 4;
    • hasIndexSegments

      boolean hasIndexSegments()
      .nessie.storage.IndexSegmentsProto index_segments = 5;
      Returns:
      Whether the indexSegments field is set.
    • getIndexSegments

      .nessie.storage.IndexSegmentsProto index_segments = 5;
      Returns:
      The indexSegments.
    • getIndexSegmentsOrBuilder

      StorageTypes.IndexSegmentsProtoOrBuilder getIndexSegmentsOrBuilder()
      .nessie.storage.IndexSegmentsProto index_segments = 5;
    • hasIndex

      boolean hasIndex()
      .nessie.storage.IndexProto index = 6;
      Returns:
      Whether the index field is set.
    • getIndex

      .nessie.storage.IndexProto index = 6;
      Returns:
      The index.
    • getIndexOrBuilder

      .nessie.storage.IndexProto index = 6;
    • hasStringData

      boolean hasStringData()
      .nessie.storage.StringProto string_data = 7;
      Returns:
      Whether the stringData field is set.
    • getStringData

      StorageTypes.StringProto getStringData()
      .nessie.storage.StringProto string_data = 7;
      Returns:
      The stringData.
    • getStringDataOrBuilder

      StorageTypes.StringProtoOrBuilder getStringDataOrBuilder()
      .nessie.storage.StringProto string_data = 7;
    • hasTag

      boolean hasTag()
      .nessie.storage.TagProto tag = 8;
      Returns:
      Whether the tag field is set.
    • getTag

      .nessie.storage.TagProto tag = 8;
      Returns:
      The tag.
    • getTagOrBuilder

      .nessie.storage.TagProto tag = 8;
    • hasCustom

      boolean hasCustom()
      .nessie.storage.CustomProto custom = 9;
      Returns:
      Whether the custom field is set.
    • getCustom

      .nessie.storage.CustomProto custom = 9;
      Returns:
      The custom.
    • getCustomOrBuilder

      StorageTypes.CustomProtoOrBuilder getCustomOrBuilder()
      .nessie.storage.CustomProto custom = 9;
    • hasUniqueId

      boolean hasUniqueId()
      .nessie.storage.UniqueIdProto uniqueId = 10;
      Returns:
      Whether the uniqueId field is set.
    • getUniqueId

      .nessie.storage.UniqueIdProto uniqueId = 10;
      Returns:
      The uniqueId.
    • getUniqueIdOrBuilder

      StorageTypes.UniqueIdProtoOrBuilder getUniqueIdOrBuilder()
      .nessie.storage.UniqueIdProto uniqueId = 10;
    • getObjCase