Package org.projectnessie.store
Interface ObjectTypes.IcebergViewStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ObjectTypes.IcebergViewState,ObjectTypes.IcebergViewState.Builder
- Enclosing class:
- ObjectTypes
public static interface ObjectTypes.IcebergViewStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDialect()string dialect = 4;com.google.protobuf.ByteStringgetDialectBytes()string dialect = 4;intgetSchemaId()int32 schema_id = 2;StringgetSqlText()string sql_text = 3;com.google.protobuf.ByteStringgetSqlTextBytes()string sql_text = 3;intgetVersionId()int32 version_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVersionId
int getVersionId()
int32 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
com.google.protobuf.ByteString getSqlTextBytes()
string sql_text = 3;- Returns:
- The bytes for sqlText.
-
getDialect
String getDialect()
string dialect = 4;- Returns:
- The dialect.
-
getDialectBytes
com.google.protobuf.ByteString getDialectBytes()
string dialect = 4;- Returns:
- The bytes for dialect.
-
-