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
      long getDst()
      required int64 dst = 2;
      long getSrc()
      required int64 src = 1;
      Lgraph.ListOfProtoFieldData getValues()
      required .lgraph.ListOfProtoFieldData values = 3;
      Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
      required .lgraph.ListOfProtoFieldData values = 3;
      boolean hasDst()
      required int64 dst = 2;
      boolean hasSrc()
      required int64 src = 1;
      boolean hasValues()
      required .lgraph.ListOfProtoFieldData values = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;