接口 OuterSchema.SchemaOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
OuterSchema.Schema,OuterSchema.Schema.Builder
- 封闭类:
- OuterSchema
public static interface OuterSchema.SchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 OuterSchema.EntityMetagetEntities(int index)the entities (vertices)intgetEntitiesCount()the entities (vertices)List<OuterSchema.EntityMeta>getEntitiesList()the entities (vertices)OuterSchema.EntityMetaOrBuildergetEntitiesOrBuilder(int index)the entities (vertices)List<? extends OuterSchema.EntityMetaOrBuilder>getEntitiesOrBuilderList()the entities (vertices)booleangetIsColumnId()is the column (property)'s name mapped as an idbooleangetIsTableId()is the table (label)'s name mapped as an idOuterSchema.RelationMetagetRelations(int index)the relations (edges)intgetRelationsCount()the relations (edges)List<OuterSchema.RelationMeta>getRelationsList()the relations (edges)OuterSchema.RelationMetaOrBuildergetRelationsOrBuilder(int index)the relations (edges)List<? extends OuterSchema.RelationMetaOrBuilder>getRelationsOrBuilderList()the relations (edges)
-
-
-
方法详细资料
-
getEntitiesList
List<OuterSchema.EntityMeta> getEntitiesList()
the entities (vertices)
repeated .schema.EntityMeta entities = 1;
-
getEntities
OuterSchema.EntityMeta getEntities(int index)
the entities (vertices)
repeated .schema.EntityMeta entities = 1;
-
getEntitiesCount
int getEntitiesCount()
the entities (vertices)
repeated .schema.EntityMeta entities = 1;
-
getEntitiesOrBuilderList
List<? extends OuterSchema.EntityMetaOrBuilder> getEntitiesOrBuilderList()
the entities (vertices)
repeated .schema.EntityMeta entities = 1;
-
getEntitiesOrBuilder
OuterSchema.EntityMetaOrBuilder getEntitiesOrBuilder(int index)
the entities (vertices)
repeated .schema.EntityMeta entities = 1;
-
getRelationsList
List<OuterSchema.RelationMeta> getRelationsList()
the relations (edges)
repeated .schema.RelationMeta relations = 2;
-
getRelations
OuterSchema.RelationMeta getRelations(int index)
the relations (edges)
repeated .schema.RelationMeta relations = 2;
-
getRelationsCount
int getRelationsCount()
the relations (edges)
repeated .schema.RelationMeta relations = 2;
-
getRelationsOrBuilderList
List<? extends OuterSchema.RelationMetaOrBuilder> getRelationsOrBuilderList()
the relations (edges)
repeated .schema.RelationMeta relations = 2;
-
getRelationsOrBuilder
OuterSchema.RelationMetaOrBuilder getRelationsOrBuilder(int index)
the relations (edges)
repeated .schema.RelationMeta relations = 2;
-
getIsTableId
boolean getIsTableId()
is the table (label)'s name mapped as an id
bool is_table_id = 3;- 返回:
- The isTableId.
-
getIsColumnId
boolean getIsColumnId()
is the column (property)'s name mapped as an id
bool is_column_id = 4;- 返回:
- The isColumnId.
-
-