public static interface Lgraph.VertexDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
required string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
required string label = 2; |
Lgraph.Property |
getProperties(int index)
repeated .lgraph.Property properties = 3; |
int |
getPropertiesCount()
repeated .lgraph.Property properties = 3; |
List<Lgraph.Property> |
getPropertiesList()
repeated .lgraph.Property properties = 3; |
Lgraph.PropertyOrBuilder |
getPropertiesOrBuilder(int index)
repeated .lgraph.Property properties = 3; |
List<? extends Lgraph.PropertyOrBuilder> |
getPropertiesOrBuilderList()
repeated .lgraph.Property properties = 3; |
long |
getVid()
required int64 vid = 1; |
boolean |
hasLabel()
required string label = 2; |
boolean |
hasVid()
required int64 vid = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVid()
required int64 vid = 1;long getVid()
required int64 vid = 1;boolean hasLabel()
required string label = 2;String getLabel()
required string label = 2;com.google.protobuf.ByteString getLabelBytes()
required string label = 2;List<Lgraph.Property> getPropertiesList()
repeated .lgraph.Property properties = 3;Lgraph.Property getProperties(int index)
repeated .lgraph.Property properties = 3;int getPropertiesCount()
repeated .lgraph.Property properties = 3;List<? extends Lgraph.PropertyOrBuilder> getPropertiesOrBuilderList()
repeated .lgraph.Property properties = 3;Lgraph.PropertyOrBuilder getPropertiesOrBuilder(int index)
repeated .lgraph.Property properties = 3;Copyright © 2023 Ant Group. All rights reserved.