Package lgraph
Interface Lgraph.SrcDstFieldValuesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.SrcDstFieldValues,Lgraph.SrcDstFieldValues.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.SrcDstFieldValuesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDst()required int64 dst = 2;longgetSrc()required int64 src = 1;Lgraph.ListOfProtoFieldDatagetValues()required .lgraph.ListOfProtoFieldData values = 3;Lgraph.ListOfProtoFieldDataOrBuildergetValuesOrBuilder()required .lgraph.ListOfProtoFieldData values = 3;booleanhasDst()required int64 dst = 2;booleanhasSrc()required int64 src = 1;booleanhasValues()required .lgraph.ListOfProtoFieldData values = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSrc
boolean hasSrc()
required int64 src = 1;
-
getSrc
long getSrc()
required int64 src = 1;
-
hasDst
boolean hasDst()
required int64 dst = 2;
-
getDst
long getDst()
required int64 dst = 2;
-
hasValues
boolean hasValues()
required .lgraph.ListOfProtoFieldData values = 3;
-
getValues
Lgraph.ListOfProtoFieldData getValues()
required .lgraph.ListOfProtoFieldData values = 3;
-
getValuesOrBuilder
Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
required .lgraph.ListOfProtoFieldData values = 3;
-
-