Package lgraph

Interface Lgraph.AddGraphRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Lgraph.ProtoDBConfig getConfig()
      required .lgraph.ProtoDBConfig config = 2;
      Lgraph.ProtoDBConfigOrBuilder getConfigOrBuilder()
      required .lgraph.ProtoDBConfig config = 2;
      String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      boolean hasConfig()
      required .lgraph.ProtoDBConfig config = 2;
      boolean hasName()
      required string name = 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

      • hasName

        boolean hasName()
        required string name = 1;
      • getName

        String getName()
        required string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
      • hasConfig

        boolean hasConfig()
        required .lgraph.ProtoDBConfig config = 2;