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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTypes.ContentPartReferencegetCurrentParts(int index)References to the current/default child objects.intgetCurrentPartsCount()References to the current/default child objects.java.util.List<ObjectTypes.ContentPartReference>getCurrentPartsList()References to the current/default child objects.ObjectTypes.ContentPartReferenceOrBuildergetCurrentPartsOrBuilder(int index)References to the current/default child objects.java.util.List<? extends ObjectTypes.ContentPartReferenceOrBuilder>getCurrentPartsOrBuilderList()References to the current/default child objects.java.lang.StringgetDialect()string dialect = 4;org.projectnessie.nessie.relocated.protobuf.ByteStringgetDialectBytes()string dialect = 4;ObjectTypes.ContentPartReferencegetExtraParts(int index)References to the non-current/default child objects.intgetExtraPartsCount()References to the non-current/default child objects.java.util.List<ObjectTypes.ContentPartReference>getExtraPartsList()References to the non-current/default child objects.ObjectTypes.ContentPartReferenceOrBuildergetExtraPartsOrBuilder(int index)References to the non-current/default child objects.java.util.List<? extends ObjectTypes.ContentPartReferenceOrBuilder>getExtraPartsOrBuilderList()References to the non-current/default child objects.ObjectTypes.ContentPartReferencegetMetadata()Reference to the shallow table metadatajava.lang.StringgetMetadataLocation()optional string metadata_location = 5;org.projectnessie.nessie.relocated.protobuf.ByteStringgetMetadataLocationBytes()optional string metadata_location = 5;ObjectTypes.ContentPartReferenceOrBuildergetMetadataOrBuilder()Reference to the shallow table metadataintgetSchemaId()int32 schema_id = 2;java.lang.StringgetSqlText()string sql_text = 3;org.projectnessie.nessie.relocated.protobuf.ByteStringgetSqlTextBytes()string sql_text = 3;longgetVersionId()int64 version_id = 1;booleanhasMetadata()Reference to the shallow table metadatabooleanhasMetadataLocation()optional string metadata_location = 5;-
Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface org.projectnessie.nessie.relocated.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersionId
long getVersionId()
int64 version_id = 1;- Returns:
- The versionId.
-
getSchemaId
int getSchemaId()
int32 schema_id = 2;- Returns:
- The schemaId.
-
getSqlText
java.lang.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
java.lang.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
java.lang.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
java.util.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
ObjectTypes.ContentPartReference getCurrentParts(int index)
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
java.util.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
ObjectTypes.ContentPartReferenceOrBuilder getCurrentPartsOrBuilder(int index)
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
java.util.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
ObjectTypes.ContentPartReference getExtraParts(int index)
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
java.util.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
ObjectTypes.ContentPartReferenceOrBuilder getExtraPartsOrBuilder(int index)
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;
-
-