Interface ObjectTypes.DeltaLakeTableOrBuilder
- All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder,org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.DeltaLakeTable,ObjectTypes.DeltaLakeTable.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.DeltaLakeTableOrBuilder
extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCheckpointLocationHistory(int index) repeated string checkpoint_location_history = 2;org.projectnessie.nessie.relocated.protobuf.ByteStringgetCheckpointLocationHistoryBytes(int index) repeated string checkpoint_location_history = 2;intrepeated string checkpoint_location_history = 2;repeated string checkpoint_location_history = 2;optional string last_checkpoint = 1;org.projectnessie.nessie.relocated.protobuf.ByteStringoptional string last_checkpoint = 1;getMetadataLocationHistory(int index) repeated string metadata_location_history = 3;org.projectnessie.nessie.relocated.protobuf.ByteStringgetMetadataLocationHistoryBytes(int index) repeated string metadata_location_history = 3;intrepeated string metadata_location_history = 3;repeated string metadata_location_history = 3;booleanoptional string last_checkpoint = 1;Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLastCheckpoint
boolean hasLastCheckpoint()optional string last_checkpoint = 1;- Returns:
- Whether the lastCheckpoint field is set.
-
getLastCheckpoint
String getLastCheckpoint()optional string last_checkpoint = 1;- Returns:
- The lastCheckpoint.
-
getLastCheckpointBytes
org.projectnessie.nessie.relocated.protobuf.ByteString getLastCheckpointBytes()optional string last_checkpoint = 1;- Returns:
- The bytes for lastCheckpoint.
-
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
repeated string checkpoint_location_history = 2;- Parameters:
index- The index of the element to return.- Returns:
- The checkpointLocationHistory at the given index.
-
getCheckpointLocationHistoryBytes
org.projectnessie.nessie.relocated.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
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
repeated string metadata_location_history = 3;- Parameters:
index- The index of the element to return.- Returns:
- The metadataLocationHistory at the given index.
-
getMetadataLocationHistoryBytes
org.projectnessie.nessie.relocated.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.
-