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 Detail

      • hasCommit

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

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

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

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

        boolean hasIndex()
        .nessie.storage.IndexProto index = 6;
        Returns:
        Whether the index field is set.
      • 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.
      • hasTag

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