public static interface Lgraph.AddVertexesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFields(int index)
repeated string fields = 2; |
com.google.protobuf.ByteString |
getFieldsBytes(int index)
repeated string fields = 2; |
int |
getFieldsCount()
repeated string fields = 2; |
List<String> |
getFieldsList()
repeated string fields = 2; |
String |
getLabel()
required string label = 1; |
com.google.protobuf.ByteString |
getLabelBytes()
required string label = 1; |
Lgraph.ListOfProtoFieldData |
getVertexes(int index)
list of vector<FieldData>, each for one vertex
|
int |
getVertexesCount()
list of vector<FieldData>, each for one vertex
|
List<Lgraph.ListOfProtoFieldData> |
getVertexesList()
list of vector<FieldData>, each for one vertex
|
Lgraph.ListOfProtoFieldDataOrBuilder |
getVertexesOrBuilder(int index)
list of vector<FieldData>, each for one vertex
|
List<? extends Lgraph.ListOfProtoFieldDataOrBuilder> |
getVertexesOrBuilderList()
list of vector<FieldData>, each for one vertex
|
boolean |
hasLabel()
required string label = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLabel()
required string label = 1;String getLabel()
required string label = 1;com.google.protobuf.ByteString getLabelBytes()
required string label = 1;int getFieldsCount()
repeated string fields = 2;String getFields(int index)
repeated string fields = 2;com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 2;List<Lgraph.ListOfProtoFieldData> getVertexesList()
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;Lgraph.ListOfProtoFieldData getVertexes(int index)
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;int getVertexesCount()
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;List<? extends Lgraph.ListOfProtoFieldDataOrBuilder> getVertexesOrBuilderList()
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;Lgraph.ListOfProtoFieldDataOrBuilder getVertexesOrBuilder(int index)
list of vector<FieldData>, each for one vertex
repeated .lgraph.ListOfProtoFieldData vertexes = 3;Copyright © 2023 Ant Group. All rights reserved.