Package feast.proto.core
Interface SqliteTableProto.SqliteTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SqliteTableProto.SqliteTable,SqliteTableProto.SqliteTable.Builder
- Enclosing class:
- SqliteTableProto
public static interface SqliteTableProto.SqliteTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Name of the tablecom.google.protobuf.ByteStringgetNameBytes()Name of the tableStringgetPath()Absolute path of the tablecom.google.protobuf.ByteStringgetPathBytes()Absolute path of the table-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPath
String getPath()
Absolute path of the table
string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Absolute path of the table
string path = 1;- Returns:
- The bytes for path.
-
getName
String getName()
Name of the table
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the table
string name = 2;- Returns:
- The bytes for name.
-
-