Interface ObjectTypes.DeltaLakeTableOrBuilder

    • Method Detail

      • getLastCheckpoint

        String getLastCheckpoint()
        string last_checkpoint = 1;
        Returns:
        The lastCheckpoint.
      • getLastCheckpointBytes

        com.google.protobuf.ByteString getLastCheckpointBytes()
        string last_checkpoint = 1;
        Returns:
        The bytes for lastCheckpoint.
      • getCheckpointLocationHistoryList

        List<String> getCheckpointLocationHistoryList()
        repeated string checkpoint_location_history = 2;
        Returns:
        A list containing the checkpointLocationHistory.
      • getCheckpointLocationHistoryCount

        int getCheckpointLocationHistoryCount()
        repeated string checkpoint_location_history = 2;
        Returns:
        The count of checkpointLocationHistory.
      • getCheckpointLocationHistory

        String getCheckpointLocationHistory​(int index)
        repeated string checkpoint_location_history = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The checkpointLocationHistory at the given index.
      • getCheckpointLocationHistoryBytes

        com.google.protobuf.ByteString getCheckpointLocationHistoryBytes​(int index)
        repeated string checkpoint_location_history = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the checkpointLocationHistory at the given index.
      • getMetadataLocationHistoryList

        List<String> getMetadataLocationHistoryList()
        repeated string metadata_location_history = 3;
        Returns:
        A list containing the metadataLocationHistory.
      • getMetadataLocationHistoryCount

        int getMetadataLocationHistoryCount()
        repeated string metadata_location_history = 3;
        Returns:
        The count of metadataLocationHistory.
      • getMetadataLocationHistory

        String getMetadataLocationHistory​(int index)
        repeated string metadata_location_history = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The metadataLocationHistory at the given index.
      • getMetadataLocationHistoryBytes

        com.google.protobuf.ByteString getMetadataLocationHistoryBytes​(int index)
        repeated string metadata_location_history = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the metadataLocationHistory at the given index.