Package lgraph

Interface Lgraph.ImportResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorMessage()
      optional string error_message = 2;
      com.google.protobuf.ByteString getErrorMessageBytes()
      optional string error_message = 2;
      String getLog()
      optional string log = 1;
      com.google.protobuf.ByteString getLogBytes()
      optional string log = 1;
      boolean hasErrorMessage()
      optional string error_message = 2;
      boolean hasLog()
      optional string log = 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

      • hasLog

        boolean hasLog()
        optional string log = 1;
      • getLog

        String getLog()
        optional string log = 1;
      • getLogBytes

        com.google.protobuf.ByteString getLogBytes()
        optional string log = 1;
      • hasErrorMessage

        boolean hasErrorMessage()
        optional string error_message = 2;
      • getErrorMessage

        String getErrorMessage()
        optional string error_message = 2;
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
        optional string error_message = 2;