Package lgraph

Interface Lgraph.ListGraphsResponseOrBuilder

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

    public static interface Lgraph.ListGraphsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNamesList

        List<String> getNamesList()
        repeated string names = 1;
      • getNamesCount

        int getNamesCount()
        repeated string names = 1;
      • getNames

        String getNames​(int index)
        repeated string names = 1;
      • getNamesBytes

        com.google.protobuf.ByteString getNamesBytes​(int index)
        repeated string names = 1;
      • getConfigs

        Lgraph.ProtoDBConfig getConfigs​(int index)
        repeated .lgraph.ProtoDBConfig configs = 2;
      • getConfigsCount

        int getConfigsCount()
        repeated .lgraph.ProtoDBConfig configs = 2;