Package io.unitycatalog.client.model
Class DeltaGetCommitsResponse
java.lang.Object
io.unitycatalog.client.model.DeltaGetCommitsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.9.0")
public class DeltaGetCommitsResponse
extends Object
DeltaGetCommitsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommitsItem(DeltaCommitInfo commitsItem) commits(List<DeltaCommitInfo> commits) booleanReturn true if this DeltaGetCommitsResponse object is equal to o.The list of unbackfilled Delta table commits.Represents the latest version of the table tracked by UC.inthashCode()latestTableVersion(Long latestTableVersion) voidsetCommits(List<DeltaCommitInfo> commits) voidsetLatestTableVersion(Long latestTableVersion) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COMMITS
- See Also:
-
JSON_PROPERTY_LATEST_TABLE_VERSION
- See Also:
-
-
Constructor Details
-
DeltaGetCommitsResponse
public DeltaGetCommitsResponse()
-
-
Method Details
-
commits
-
addCommitsItem
-
getCommits
The list of unbackfilled Delta table commits. Can be in arbitrary order.- Returns:
- commits
-
setCommits
-
latestTableVersion
-
getLatestTableVersion
Represents the latest version of the table tracked by UC. For a newly created managed table with no commits, this returns 0. Use this field to manage pagination — if the returned commits don't cover the range up to latest_table_version or end_version (whichever is smaller), it indicates that more unbackfilled commits may be available.- Returns:
- latestTableVersion
-
setLatestTableVersion
-
equals
Return true if this DeltaGetCommitsResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-