Package lgraph

Interface Lgraph.SchemaRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      required string description = 4;
      com.google.protobuf.ByteString getDescriptionBytes()
      required string description = 4;
      String getGraph()
      required string graph = 3;
      com.google.protobuf.ByteString getGraphBytes()
      required string graph = 3;
      boolean hasDescription()
      required string description = 4;
      boolean hasGraph()
      required string graph = 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

      • hasGraph

        boolean hasGraph()
        required string graph = 3;
      • getGraph

        String getGraph()
        required string graph = 3;
      • getGraphBytes

        com.google.protobuf.ByteString getGraphBytes()
        required string graph = 3;
      • hasDescription

        boolean hasDescription()
        required string description = 4;
      • getDescription

        String getDescription()
        required string description = 4;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        required string description = 4;