Package feast.proto.core
Interface CoreServiceProto.ListFeatureTablesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoreServiceProto.ListFeatureTablesResponse,CoreServiceProto.ListFeatureTablesResponse.Builder
- Enclosing class:
- CoreServiceProto
public static interface CoreServiceProto.ListFeatureTablesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureTableProto.FeatureTablegetTables(int index)List of matching Feature TablesintgetTablesCount()List of matching Feature TablesList<FeatureTableProto.FeatureTable>getTablesList()List of matching Feature TablesFeatureTableProto.FeatureTableOrBuildergetTablesOrBuilder(int index)List of matching Feature TablesList<? extends FeatureTableProto.FeatureTableOrBuilder>getTablesOrBuilderList()List of matching Feature Tables-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTablesList
List<FeatureTableProto.FeatureTable> getTablesList()
List of matching Feature Tables
repeated .feast.core.FeatureTable tables = 1;
-
getTables
FeatureTableProto.FeatureTable getTables(int index)
List of matching Feature Tables
repeated .feast.core.FeatureTable tables = 1;
-
getTablesCount
int getTablesCount()
List of matching Feature Tables
repeated .feast.core.FeatureTable tables = 1;
-
getTablesOrBuilderList
List<? extends FeatureTableProto.FeatureTableOrBuilder> getTablesOrBuilderList()
List of matching Feature Tables
repeated .feast.core.FeatureTable tables = 1;
-
getTablesOrBuilder
FeatureTableProto.FeatureTableOrBuilder getTablesOrBuilder(int index)
List of matching Feature Tables
repeated .feast.core.FeatureTable tables = 1;
-
-