Package lgraph
Interface Lgraph.AddLabelRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddLabelRequest,Lgraph.AddLabelRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddLabelRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.EdgeConstraintgetEdgeConstraints(int index)repeated .lgraph.EdgeConstraint edge_constraints = 4;intgetEdgeConstraintsCount()repeated .lgraph.EdgeConstraint edge_constraints = 4;List<Lgraph.EdgeConstraint>getEdgeConstraintsList()repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.EdgeConstraintOrBuildergetEdgeConstraintsOrBuilder(int index)repeated .lgraph.EdgeConstraint edge_constraints = 4;List<? extends Lgraph.EdgeConstraintOrBuilder>getEdgeConstraintsOrBuilderList()repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.ProtoFieldSpecgetFields(int index)repeated .lgraph.ProtoFieldSpec fields = 5;intgetFieldsCount()repeated .lgraph.ProtoFieldSpec fields = 5;List<Lgraph.ProtoFieldSpec>getFieldsList()repeated .lgraph.ProtoFieldSpec fields = 5;Lgraph.ProtoFieldSpecOrBuildergetFieldsOrBuilder(int index)repeated .lgraph.ProtoFieldSpec fields = 5;List<? extends Lgraph.ProtoFieldSpecOrBuilder>getFieldsOrBuilderList()repeated .lgraph.ProtoFieldSpec fields = 5;booleangetIsVertex()required bool is_vertex = 1;StringgetLabel()required string label = 2;com.google.protobuf.ByteStringgetLabelBytes()required string label = 2;StringgetPrimary()optional string primary = 3;com.google.protobuf.ByteStringgetPrimaryBytes()optional string primary = 3;booleanhasIsVertex()required bool is_vertex = 1;booleanhasLabel()required string label = 2;booleanhasPrimary()optional string primary = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIsVertex
boolean hasIsVertex()
required bool is_vertex = 1;
-
getIsVertex
boolean getIsVertex()
required bool is_vertex = 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;
-
hasPrimary
boolean hasPrimary()
optional string primary = 3;
-
getPrimary
String getPrimary()
optional string primary = 3;
-
getPrimaryBytes
com.google.protobuf.ByteString getPrimaryBytes()
optional string primary = 3;
-
getEdgeConstraintsList
List<Lgraph.EdgeConstraint> getEdgeConstraintsList()
repeated .lgraph.EdgeConstraint edge_constraints = 4;
-
getEdgeConstraints
Lgraph.EdgeConstraint getEdgeConstraints(int index)
repeated .lgraph.EdgeConstraint edge_constraints = 4;
-
getEdgeConstraintsCount
int getEdgeConstraintsCount()
repeated .lgraph.EdgeConstraint edge_constraints = 4;
-
getEdgeConstraintsOrBuilderList
List<? extends Lgraph.EdgeConstraintOrBuilder> getEdgeConstraintsOrBuilderList()
repeated .lgraph.EdgeConstraint edge_constraints = 4;
-
getEdgeConstraintsOrBuilder
Lgraph.EdgeConstraintOrBuilder getEdgeConstraintsOrBuilder(int index)
repeated .lgraph.EdgeConstraint edge_constraints = 4;
-
getFieldsList
List<Lgraph.ProtoFieldSpec> getFieldsList()
repeated .lgraph.ProtoFieldSpec fields = 5;
-
getFields
Lgraph.ProtoFieldSpec getFields(int index)
repeated .lgraph.ProtoFieldSpec fields = 5;
-
getFieldsCount
int getFieldsCount()
repeated .lgraph.ProtoFieldSpec fields = 5;
-
getFieldsOrBuilderList
List<? extends Lgraph.ProtoFieldSpecOrBuilder> getFieldsOrBuilderList()
repeated .lgraph.ProtoFieldSpec fields = 5;
-
getFieldsOrBuilder
Lgraph.ProtoFieldSpecOrBuilder getFieldsOrBuilder(int index)
repeated .lgraph.ProtoFieldSpec fields = 5;
-
-