public static interface Lgraph.AddLabelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Lgraph.EdgeConstraint |
getEdgeConstraints(int index)
repeated .lgraph.EdgeConstraint edge_constraints = 4; |
int |
getEdgeConstraintsCount()
repeated .lgraph.EdgeConstraint edge_constraints = 4; |
List<Lgraph.EdgeConstraint> |
getEdgeConstraintsList()
repeated .lgraph.EdgeConstraint edge_constraints = 4; |
Lgraph.EdgeConstraintOrBuilder |
getEdgeConstraintsOrBuilder(int index)
repeated .lgraph.EdgeConstraint edge_constraints = 4; |
List<? extends Lgraph.EdgeConstraintOrBuilder> |
getEdgeConstraintsOrBuilderList()
repeated .lgraph.EdgeConstraint edge_constraints = 4; |
Lgraph.ProtoFieldSpec |
getFields(int index)
repeated .lgraph.ProtoFieldSpec fields = 5; |
int |
getFieldsCount()
repeated .lgraph.ProtoFieldSpec fields = 5; |
List<Lgraph.ProtoFieldSpec> |
getFieldsList()
repeated .lgraph.ProtoFieldSpec fields = 5; |
Lgraph.ProtoFieldSpecOrBuilder |
getFieldsOrBuilder(int index)
repeated .lgraph.ProtoFieldSpec fields = 5; |
List<? extends Lgraph.ProtoFieldSpecOrBuilder> |
getFieldsOrBuilderList()
repeated .lgraph.ProtoFieldSpec fields = 5; |
boolean |
getIsVertex()
required bool is_vertex = 1; |
String |
getLabel()
required string label = 2; |
com.google.protobuf.ByteString |
getLabelBytes()
required string label = 2; |
String |
getPrimary()
optional string primary = 3; |
com.google.protobuf.ByteString |
getPrimaryBytes()
optional string primary = 3; |
boolean |
hasIsVertex()
required bool is_vertex = 1; |
boolean |
hasLabel()
required string label = 2; |
boolean |
hasPrimary()
optional string primary = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIsVertex()
required bool is_vertex = 1;boolean getIsVertex()
required bool is_vertex = 1;boolean hasLabel()
required string label = 2;String getLabel()
required string label = 2;com.google.protobuf.ByteString getLabelBytes()
required string label = 2;boolean hasPrimary()
optional string primary = 3;String getPrimary()
optional string primary = 3;com.google.protobuf.ByteString getPrimaryBytes()
optional string primary = 3;List<Lgraph.EdgeConstraint> getEdgeConstraintsList()
repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.EdgeConstraint getEdgeConstraints(int index)
repeated .lgraph.EdgeConstraint edge_constraints = 4;int getEdgeConstraintsCount()
repeated .lgraph.EdgeConstraint edge_constraints = 4;List<? extends Lgraph.EdgeConstraintOrBuilder> getEdgeConstraintsOrBuilderList()
repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.EdgeConstraintOrBuilder getEdgeConstraintsOrBuilder(int index)
repeated .lgraph.EdgeConstraint edge_constraints = 4;List<Lgraph.ProtoFieldSpec> getFieldsList()
repeated .lgraph.ProtoFieldSpec fields = 5;Lgraph.ProtoFieldSpec getFields(int index)
repeated .lgraph.ProtoFieldSpec fields = 5;int getFieldsCount()
repeated .lgraph.ProtoFieldSpec fields = 5;List<? extends Lgraph.ProtoFieldSpecOrBuilder> getFieldsOrBuilderList()
repeated .lgraph.ProtoFieldSpec fields = 5;Lgraph.ProtoFieldSpecOrBuilder getFieldsOrBuilder(int index)
repeated .lgraph.ProtoFieldSpec fields = 5;Copyright © 2023 Ant Group. All rights reserved.