Package lgraph

Interface Lgraph.ModVertexRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.ModVertexRequest, Lgraph.ModVertexRequest.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.ModVertexRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFields​(int index)
      repeated string fields = 3;
      com.google.protobuf.ByteString getFieldsBytes​(int index)
      repeated string fields = 3;
      int getFieldsCount()
      repeated string fields = 3;
      List<String> getFieldsList()
      repeated string fields = 3;
      String getLabel()
      if label not set, then
      com.google.protobuf.ByteString getLabelBytes()
      if label not set, then
      Lgraph.ListOfProtoFieldData getValues()
      required .lgraph.ListOfProtoFieldData values = 4;
      Lgraph.ListOfProtoFieldDataOrBuilder getValuesOrBuilder()
      required .lgraph.ListOfProtoFieldData values = 4;
      long getVid()
      required int64 vid = 1;
      boolean hasLabel()
      if label not set, then
      boolean hasValues()
      required .lgraph.ListOfProtoFieldData values = 4;
      boolean hasVid()
      required int64 vid = 1;
      • 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

      • hasVid

        boolean hasVid()
        required int64 vid = 1;
      • getVid

        long getVid()
        required int64 vid = 1;
      • hasLabel

        boolean hasLabel()
         if label not set, then
         
        optional string label = 2;
      • getLabel

        String getLabel()
         if label not set, then
         
        optional string label = 2;
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
         if label not set, then
         
        optional string label = 2;
      • getFieldsList

        List<String> getFieldsList()
        repeated string fields = 3;
      • getFieldsCount

        int getFieldsCount()
        repeated string fields = 3;
      • getFields

        String getFields​(int index)
        repeated string fields = 3;
      • getFieldsBytes

        com.google.protobuf.ByteString getFieldsBytes​(int index)
        repeated string fields = 3;
      • hasValues

        boolean hasValues()
        required .lgraph.ListOfProtoFieldData values = 4;