Package lgraph
Interface Lgraph.AddVertexesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddVertexesRequest,Lgraph.AddVertexesRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddVertexesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFields(int index)repeated string fields = 2;com.google.protobuf.ByteStringgetFieldsBytes(int index)repeated string fields = 2;intgetFieldsCount()repeated string fields = 2;List<String>getFieldsList()repeated string fields = 2;StringgetLabel()required string label = 1;com.google.protobuf.ByteStringgetLabelBytes()required string label = 1;Lgraph.ListOfProtoFieldDatagetVertexes(int index)list of vector<FieldData>, each for one vertexintgetVertexesCount()list of vector<FieldData>, each for one vertexList<Lgraph.ListOfProtoFieldData>getVertexesList()list of vector<FieldData>, each for one vertexLgraph.ListOfProtoFieldDataOrBuildergetVertexesOrBuilder(int index)list of vector<FieldData>, each for one vertexList<? extends Lgraph.ListOfProtoFieldDataOrBuilder>getVertexesOrBuilderList()list of vector<FieldData>, each for one vertexbooleanhasLabel()required string label = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLabel
boolean hasLabel()
required string label = 1;
-
getLabel
String getLabel()
required string label = 1;
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
required string label = 1;
-
getFieldsCount
int getFieldsCount()
repeated string fields = 2;
-
getFields
String getFields(int index)
repeated string fields = 2;
-
getFieldsBytes
com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 2;
-
getVertexesList
List<Lgraph.ListOfProtoFieldData> getVertexesList()
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;
-
getVertexes
Lgraph.ListOfProtoFieldData getVertexes(int index)
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;
-
getVertexesCount
int getVertexesCount()
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;
-
getVertexesOrBuilderList
List<? extends Lgraph.ListOfProtoFieldDataOrBuilder> getVertexesOrBuilderList()
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;
-
getVertexesOrBuilder
Lgraph.ListOfProtoFieldDataOrBuilder getVertexesOrBuilder(int index)
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;
-
-