Package lgraph

Interface Lgraph.ProtoFieldDataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBlob()
      optional bytes blob = 11;
      boolean getBoolean()
      optional bool boolean = 1;
      Lgraph.ProtoFieldData.DataCase getDataCase()  
      int getDate()
      optional int32 date = 8;
      long getDatetime()
      optional int64 datetime = 9;
      double getDp()
      optional double dp = 7;
      int getInt16()
      optional int32 int16_ = 3;
      int getInt32()
      optional int32 int32_ = 4;
      long getInt64()
      optional int64 int64_ = 5;
      int getInt8()
      optional int32 int8_ = 2;
      float getSp()
      optional float sp = 6;
      String getStr()
      optional string str = 10;
      com.google.protobuf.ByteString getStrBytes()
      optional string str = 10;
      boolean hasBlob()
      optional bytes blob = 11;
      boolean hasBoolean()
      optional bool boolean = 1;
      boolean hasDate()
      optional int32 date = 8;
      boolean hasDatetime()
      optional int64 datetime = 9;
      boolean hasDp()
      optional double dp = 7;
      boolean hasInt16()
      optional int32 int16_ = 3;
      boolean hasInt32()
      optional int32 int32_ = 4;
      boolean hasInt64()
      optional int64 int64_ = 5;
      boolean hasInt8()
      optional int32 int8_ = 2;
      boolean hasSp()
      optional float sp = 6;
      boolean hasStr()
      optional string str = 10;
      • 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

      • hasBoolean

        boolean hasBoolean()
        optional bool boolean = 1;
      • getBoolean

        boolean getBoolean()
        optional bool boolean = 1;
      • hasInt8

        boolean hasInt8()
        optional int32 int8_ = 2;
      • getInt8

        int getInt8()
        optional int32 int8_ = 2;
      • hasInt16

        boolean hasInt16()
        optional int32 int16_ = 3;
      • getInt16

        int getInt16()
        optional int32 int16_ = 3;
      • hasInt32

        boolean hasInt32()
        optional int32 int32_ = 4;
      • getInt32

        int getInt32()
        optional int32 int32_ = 4;
      • hasInt64

        boolean hasInt64()
        optional int64 int64_ = 5;
      • getInt64

        long getInt64()
        optional int64 int64_ = 5;
      • hasSp

        boolean hasSp()
        optional float sp = 6;
      • getSp

        float getSp()
        optional float sp = 6;
      • hasDp

        boolean hasDp()
        optional double dp = 7;
      • getDp

        double getDp()
        optional double dp = 7;
      • hasDate

        boolean hasDate()
        optional int32 date = 8;
      • getDate

        int getDate()
        optional int32 date = 8;
      • hasDatetime

        boolean hasDatetime()
        optional int64 datetime = 9;
      • getDatetime

        long getDatetime()
        optional int64 datetime = 9;
      • hasStr

        boolean hasStr()
        optional string str = 10;
      • getStr

        String getStr()
        optional string str = 10;
      • getStrBytes

        com.google.protobuf.ByteString getStrBytes()
        optional string str = 10;
      • hasBlob

        boolean hasBlob()
        optional bytes blob = 11;
      • getBlob

        com.google.protobuf.ByteString getBlob()
        optional bytes blob = 11;