Package lgraph
Interface Lgraph.VertexDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.VertexData,Lgraph.VertexData.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.VertexDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()required string label = 2;com.google.protobuf.ByteStringgetLabelBytes()required string label = 2;Lgraph.PropertygetProperties(int index)repeated .lgraph.Property properties = 3;intgetPropertiesCount()repeated .lgraph.Property properties = 3;List<Lgraph.Property>getPropertiesList()repeated .lgraph.Property properties = 3;Lgraph.PropertyOrBuildergetPropertiesOrBuilder(int index)repeated .lgraph.Property properties = 3;List<? extends Lgraph.PropertyOrBuilder>getPropertiesOrBuilderList()repeated .lgraph.Property properties = 3;longgetVid()required int64 vid = 1;booleanhasLabel()required string label = 2;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()
required string label = 2;
-
getLabel
String getLabel()
required string label = 2;
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
required string label = 2;
-
getPropertiesList
List<Lgraph.Property> getPropertiesList()
repeated .lgraph.Property properties = 3;
-
getProperties
Lgraph.Property getProperties(int index)
repeated .lgraph.Property properties = 3;
-
getPropertiesCount
int getPropertiesCount()
repeated .lgraph.Property properties = 3;
-
getPropertiesOrBuilderList
List<? extends Lgraph.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .lgraph.Property properties = 3;
-
getPropertiesOrBuilder
Lgraph.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .lgraph.Property properties = 3;
-
-