接口 GraphAlgebra.SinkDefaultOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- GraphAlgebra
public static interface GraphAlgebra.SinkDefaultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 GraphAlgebra.SinkDefault.IdNameMappinggetIdNameMappings(int index)The mapping of id to name given certain `MetaType`intgetIdNameMappingsCount()The mapping of id to name given certain `MetaType`List<GraphAlgebra.SinkDefault.IdNameMapping>getIdNameMappingsList()The mapping of id to name given certain `MetaType`GraphAlgebra.SinkDefault.IdNameMappingOrBuildergetIdNameMappingsOrBuilder(int index)The mapping of id to name given certain `MetaType`List<? extends GraphAlgebra.SinkDefault.IdNameMappingOrBuilder>getIdNameMappingsOrBuilderList()The mapping of id to name given certain `MetaType`
-
-
-
方法详细资料
-
getIdNameMappingsList
List<GraphAlgebra.SinkDefault.IdNameMapping> getIdNameMappingsList()
The mapping of id to name given certain `MetaType`
repeated .algebra.SinkDefault.IdNameMapping id_name_mappings = 1;
-
getIdNameMappings
GraphAlgebra.SinkDefault.IdNameMapping getIdNameMappings(int index)
The mapping of id to name given certain `MetaType`
repeated .algebra.SinkDefault.IdNameMapping id_name_mappings = 1;
-
getIdNameMappingsCount
int getIdNameMappingsCount()
The mapping of id to name given certain `MetaType`
repeated .algebra.SinkDefault.IdNameMapping id_name_mappings = 1;
-
getIdNameMappingsOrBuilderList
List<? extends GraphAlgebra.SinkDefault.IdNameMappingOrBuilder> getIdNameMappingsOrBuilderList()
The mapping of id to name given certain `MetaType`
repeated .algebra.SinkDefault.IdNameMapping id_name_mappings = 1;
-
getIdNameMappingsOrBuilder
GraphAlgebra.SinkDefault.IdNameMappingOrBuilder getIdNameMappingsOrBuilder(int index)
The mapping of id to name given certain `MetaType`
repeated .algebra.SinkDefault.IdNameMapping id_name_mappings = 1;
-
-