Package lgraph

Interface Lgraph.ProtoDBConfigOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAsync()
      required bool async = 2;
      long getDbSize()
      required int64 db_size = 1;
      String getDesc()
      required string desc = 3;
      com.google.protobuf.ByteString getDescBytes()
      required string desc = 3;
      boolean hasAsync()
      required bool async = 2;
      boolean hasDbSize()
      required int64 db_size = 1;
      boolean hasDesc()
      required string desc = 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

      • hasDbSize

        boolean hasDbSize()
        required int64 db_size = 1;
      • getDbSize

        long getDbSize()
        required int64 db_size = 1;
      • hasAsync

        boolean hasAsync()
        required bool async = 2;
      • getAsync

        boolean getAsync()
        required bool async = 2;
      • hasDesc

        boolean hasDesc()
        required string desc = 3;
      • getDesc

        String getDesc()
        required string desc = 3;
      • getDescBytes

        com.google.protobuf.ByteString getDescBytes()
        required string desc = 3;