public static interface Lgraph.ModVertexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFields(int index)
repeated string fields = 3; |
com.google.protobuf.ByteString |
getFieldsBytes(int index)
repeated string fields = 3; |
int |
getFieldsCount()
repeated string fields = 3; |
List<String> |
getFieldsList()
repeated string fields = 3; |
String |
getLabel()
if label not set, then
|
com.google.protobuf.ByteString |
getLabelBytes()
if label not set, then
|
Lgraph.ListOfProtoFieldData |
getValues()
required .lgraph.ListOfProtoFieldData values = 4; |
Lgraph.ListOfProtoFieldDataOrBuilder |
getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 4; |
long |
getVid()
required int64 vid = 1; |
boolean |
hasLabel()
if label not set, then
|
boolean |
hasValues()
required .lgraph.ListOfProtoFieldData values = 4; |
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()
if label not set, then
optional string label = 2;String getLabel()
if label not set, then
optional string label = 2;com.google.protobuf.ByteString getLabelBytes()
if label not set, then
optional string label = 2;int getFieldsCount()
repeated string fields = 3;String getFields(int index)
repeated string fields = 3;com.google.protobuf.ByteString getFieldsBytes(int index)
repeated string fields = 3;boolean hasValues()
required .lgraph.ListOfProtoFieldData values = 4;Lgraph.ListOfProtoFieldData getValues()
required .lgraph.ListOfProtoFieldData values = 4;Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 4;Copyright © 2023 Ant Group. All rights reserved.