Interface ObjectTypes.IcebergRefStateOrBuilder

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

public static interface ObjectTypes.IcebergRefStateOrBuilder extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
  • Method Details

    • getSnapshotId

      long getSnapshotId()
      int64 snapshot_id = 1;
      Returns:
      The snapshotId.
    • getSchemaId

      int getSchemaId()
      int32 schema_id = 2;
      Returns:
      The schemaId.
    • getSpecId

      int getSpecId()
      int32 spec_id = 3;
      Returns:
      The specId.
    • getSortOrderId

      int getSortOrderId()
      int32 sort_order_id = 4;
      Returns:
      The sortOrderId.
    • hasMetadataLocation

      boolean hasMetadataLocation()
      optional string metadata_location = 5;
      Returns:
      Whether the metadataLocation field is set.
    • getMetadataLocation

      String getMetadataLocation()
      optional string metadata_location = 5;
      Returns:
      The metadataLocation.
    • getMetadataLocationBytes

      org.projectnessie.nessie.relocated.protobuf.ByteString getMetadataLocationBytes()
      optional string metadata_location = 5;
      Returns:
      The bytes for metadataLocation.
    • hasMetadata

      boolean hasMetadata()
       Reference to the shallow table metadata
       
      optional .nessie.store.ContentPartReference metadata = 6;
      Returns:
      Whether the metadata field is set.
    • getMetadata

       Reference to the shallow table metadata
       
      optional .nessie.store.ContentPartReference metadata = 6;
      Returns:
      The metadata.
    • getMetadataOrBuilder

       Reference to the shallow table metadata
       
      optional .nessie.store.ContentPartReference metadata = 6;
    • getCurrentPartsList

      List<ObjectTypes.ContentPartReference> getCurrentPartsList()
       References to the current/default child objects. E.g. the reference to
       the snapshot referred to by table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference current_parts = 7;
    • getCurrentParts

      ObjectTypes.ContentPartReference getCurrentParts(int index)
       References to the current/default child objects. E.g. the reference to
       the snapshot referred to by table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference current_parts = 7;
    • getCurrentPartsCount

      int getCurrentPartsCount()
       References to the current/default child objects. E.g. the reference to
       the snapshot referred to by table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference current_parts = 7;
    • getCurrentPartsOrBuilderList

      List<? extends ObjectTypes.ContentPartReferenceOrBuilder> getCurrentPartsOrBuilderList()
       References to the current/default child objects. E.g. the reference to
       the snapshot referred to by table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference current_parts = 7;
    • getCurrentPartsOrBuilder

      ObjectTypes.ContentPartReferenceOrBuilder getCurrentPartsOrBuilder(int index)
       References to the current/default child objects. E.g. the reference to
       the snapshot referred to by table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference current_parts = 7;
    • getExtraPartsList

       References to the non-current/default child objects. E.g. references to
       snapshots with snapshot-id != table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference extra_parts = 8;
    • getExtraParts

      ObjectTypes.ContentPartReference getExtraParts(int index)
       References to the non-current/default child objects. E.g. references to
       snapshots with snapshot-id != table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference extra_parts = 8;
    • getExtraPartsCount

      int getExtraPartsCount()
       References to the non-current/default child objects. E.g. references to
       snapshots with snapshot-id != table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference extra_parts = 8;
    • getExtraPartsOrBuilderList

      List<? extends ObjectTypes.ContentPartReferenceOrBuilder> getExtraPartsOrBuilderList()
       References to the non-current/default child objects. E.g. references to
       snapshots with snapshot-id != table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference extra_parts = 8;
    • getExtraPartsOrBuilder

      ObjectTypes.ContentPartReferenceOrBuilder getExtraPartsOrBuilder(int index)
       References to the non-current/default child objects. E.g. references to
       snapshots with snapshot-id != table-metadata.current-snapshot-id.
       
      repeated .nessie.store.ContentPartReference extra_parts = 8;