public static interface Lgraph.AddVertexesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getVid(int index)
returns list of vids of each vertex if successful, otherwise -1
|
int |
getVidCount()
returns list of vids of each vertex if successful, otherwise -1
|
List<Long> |
getVidList()
returns list of vids of each vertex if successful, otherwise -1
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Long> getVidList()
returns list of vids of each vertex if successful, otherwise -1
repeated int64 vid = 1;int getVidCount()
returns list of vids of each vertex if successful, otherwise -1
repeated int64 vid = 1;long getVid(int index)
returns list of vids of each vertex if successful, otherwise -1
repeated int64 vid = 1;Copyright © 2023 Ant Group. All rights reserved.