Interface ObjectTypes.DeltaLakeTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.DeltaLakeTable,ObjectTypes.DeltaLakeTable.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.DeltaLakeTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCheckpointLocationHistory(int index)repeated string checkpoint_location_history = 2;com.google.protobuf.ByteStringgetCheckpointLocationHistoryBytes(int index)repeated string checkpoint_location_history = 2;intgetCheckpointLocationHistoryCount()repeated string checkpoint_location_history = 2;java.util.List<java.lang.String>getCheckpointLocationHistoryList()repeated string checkpoint_location_history = 2;java.lang.StringgetLastCheckpoint()optional string last_checkpoint = 1;com.google.protobuf.ByteStringgetLastCheckpointBytes()optional string last_checkpoint = 1;java.lang.StringgetMetadataLocationHistory(int index)repeated string metadata_location_history = 3;com.google.protobuf.ByteStringgetMetadataLocationHistoryBytes(int index)repeated string metadata_location_history = 3;intgetMetadataLocationHistoryCount()repeated string metadata_location_history = 3;java.util.List<java.lang.String>getMetadataLocationHistoryList()repeated string metadata_location_history = 3;booleanhasLastCheckpoint()optional string last_checkpoint = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLastCheckpoint
boolean hasLastCheckpoint()
optional string last_checkpoint = 1;- Returns:
- Whether the lastCheckpoint field is set.
-
getLastCheckpoint
java.lang.String getLastCheckpoint()
optional string last_checkpoint = 1;- Returns:
- The lastCheckpoint.
-
getLastCheckpointBytes
com.google.protobuf.ByteString getLastCheckpointBytes()
optional string last_checkpoint = 1;- Returns:
- The bytes for lastCheckpoint.
-
getCheckpointLocationHistoryList
java.util.List<java.lang.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
java.lang.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
java.util.List<java.lang.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
java.lang.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.
-
-