Package lgraph
Interface Lgraph.EdgeConstraintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.EdgeConstraint,Lgraph.EdgeConstraint.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.EdgeConstraintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDstLabel()required string dst_label = 2;com.google.protobuf.ByteStringgetDstLabelBytes()required string dst_label = 2;StringgetSrcLabel()required string src_label = 1;com.google.protobuf.ByteStringgetSrcLabelBytes()required string src_label = 1;booleanhasDstLabel()required string dst_label = 2;booleanhasSrcLabel()required string src_label = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSrcLabel
boolean hasSrcLabel()
required string src_label = 1;
-
getSrcLabel
String getSrcLabel()
required string src_label = 1;
-
getSrcLabelBytes
com.google.protobuf.ByteString getSrcLabelBytes()
required string src_label = 1;
-
hasDstLabel
boolean hasDstLabel()
required string dst_label = 2;
-
getDstLabel
String getDstLabel()
required string dst_label = 2;
-
getDstLabelBytes
com.google.protobuf.ByteString getDstLabelBytes()
required string dst_label = 2;
-
-