Interface ObjectTypes.IcebergRefStateOrBuilder
- All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder,org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.IcebergRefState,ObjectTypes.IcebergRefState.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.IcebergRefStateOrBuilder
extends org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrentParts(int index) References to the current/default child objects.intReferences to the current/default child objects.References to the current/default child objects.getCurrentPartsOrBuilder(int index) References to the current/default child objects.List<? extends ObjectTypes.ContentPartReferenceOrBuilder>References to the current/default child objects.getExtraParts(int index) References to the non-current/default child objects.intReferences to the non-current/default child objects.References to the non-current/default child objects.getExtraPartsOrBuilder(int index) References to the non-current/default child objects.List<? extends ObjectTypes.ContentPartReferenceOrBuilder>References to the non-current/default child objects.Reference to the shallow table metadataoptional string metadata_location = 5;org.projectnessie.nessie.relocated.protobuf.ByteStringoptional string metadata_location = 5;Reference to the shallow table metadataintint32 schema_id = 2;longint64 snapshot_id = 1;intint32 sort_order_id = 4;intint32 spec_id = 3;booleanReference to the shallow table metadatabooleanoptional string metadata_location = 5;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
-
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
String getMetadataLocation()optional string metadata_location = 5;- Returns:
- The metadataLocation.
-
getMetadataLocationBytes
org.projectnessie.nessie.relocated.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.
-
getMetadataOrBuilder
ObjectTypes.ContentPartReferenceOrBuilder getMetadataOrBuilder()Reference to the shallow table metadata
optional .nessie.store.ContentPartReference metadata = 6; -
getCurrentPartsList
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
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
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
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
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
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
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
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;
-