Package lgraph
Interface Lgraph.ModVertexRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ModVertexRequest,Lgraph.ModVertexRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ModVertexRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFields(int index)repeated string fields = 3;com.google.protobuf.ByteStringgetFieldsBytes(int index)repeated string fields = 3;intgetFieldsCount()repeated string fields = 3;List<String>getFieldsList()repeated string fields = 3;StringgetLabel()if label not set, thencom.google.protobuf.ByteStringgetLabelBytes()if label not set, thenLgraph.ListOfProtoFieldDatagetValues()required .lgraph.ListOfProtoFieldData values = 4;Lgraph.ListOfProtoFieldDataOrBuildergetValuesOrBuilder()required .lgraph.ListOfProtoFieldData values = 4;longgetVid()required int64 vid = 1;booleanhasLabel()if label not set, thenbooleanhasValues()required .lgraph.ListOfProtoFieldData values = 4;booleanhasVid()required int64 vid = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVid
boolean hasVid()
required int64 vid = 1;
-
getVid
long getVid()
required int64 vid = 1;
-
hasLabel
boolean hasLabel()
if label not set, then
optional string label = 2;
-
getLabel
String getLabel()
if label not set, then
optional string label = 2;
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
if label not set, then
optional string label = 2;
-
getFieldsCount
int getFieldsCount()
repeated string fields = 3;
-
getFields
String getFields(int index)
repeated string fields = 3;
-
getFieldsBytes
com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 3;
-
hasValues
boolean hasValues()
required .lgraph.ListOfProtoFieldData values = 4;
-
getValues
Lgraph.ListOfProtoFieldData getValues()
required .lgraph.ListOfProtoFieldData values = 4;
-
getValuesOrBuilder
Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 4;
-
-