Interface ObjectTypes.IcebergRefStateOrBuilder

    • Method Detail

      • 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

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

        com.google.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

        ObjectTypes.ContentPartReference getMetadata()
         Reference to the shallow table metadata
         
        optional .nessie.store.ContentPartReference metadata = 6;
        Returns:
        The metadata.
      • getCurrentPartsList

        java.util.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

        java.util.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

        java.util.List<ObjectTypes.ContentPartReference> 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

        java.util.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;