Interface ObjectTypes.IcebergViewStateOrBuilder
- All Superinterfaces:
org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder,org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.IcebergViewState,ObjectTypes.IcebergViewState.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.IcebergViewStateOrBuilder
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.string dialect = 4;org.projectnessie.nessie.relocated.protobuf.ByteStringstring dialect = 4;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;string sql_text = 3;org.projectnessie.nessie.relocated.protobuf.ByteStringstring sql_text = 3;longint64 version_id = 1;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
-
getVersionId
long getVersionId()int64 version_id = 1;- Returns:
- The versionId.
-
getSchemaId
int getSchemaId()int32 schema_id = 2;- Returns:
- The schemaId.
-
getSqlText
String getSqlText()string sql_text = 3;- Returns:
- The sqlText.
-
getSqlTextBytes
org.projectnessie.nessie.relocated.protobuf.ByteString getSqlTextBytes()string sql_text = 3;- Returns:
- The bytes for sqlText.
-
getDialect
String getDialect()string dialect = 4;- Returns:
- The dialect.
-
getDialectBytes
org.projectnessie.nessie.relocated.protobuf.ByteString getDialectBytes()string dialect = 4;- Returns:
- The bytes for dialect.
-
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 view version referred to by view-metadata.current-view-version-id.
repeated .nessie.store.ContentPartReference current_parts = 7; -
getCurrentParts
References to the current/default child objects. E.g. the reference to the view version referred to by view-metadata.current-view-version-id.
repeated .nessie.store.ContentPartReference current_parts = 7; -
getCurrentPartsCount
int getCurrentPartsCount()References to the current/default child objects. E.g. the reference to the view version referred to by view-metadata.current-view-version-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 view version referred to by view-metadata.current-view-version-id.
repeated .nessie.store.ContentPartReference current_parts = 7; -
getCurrentPartsOrBuilder
References to the current/default child objects. E.g. the reference to the view version referred to by view-metadata.current-view-version-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 view-version-id != view-metadata.current-view-version-id.
repeated .nessie.store.ContentPartReference extra_parts = 8; -
getExtraParts
References to the non-current/default child objects. E.g. references to snapshots with view-version-id != view-metadata.current-view-version-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 view-version-id != view-metadata.current-view-version-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 view-version-id != view-metadata.current-view-version-id.
repeated .nessie.store.ContentPartReference extra_parts = 8; -
getExtraPartsOrBuilder
References to the non-current/default child objects. E.g. references to snapshots with view-version-id != view-metadata.current-view-version-id.
repeated .nessie.store.ContentPartReference extra_parts = 8;
-