Package lgraph
Interface Lgraph.SchemaResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.SchemaResponse,Lgraph.SchemaResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.SchemaResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorMessage()optional string error_message = 2;com.google.protobuf.ByteStringgetErrorMessageBytes()optional string error_message = 2;StringgetLog()optional string log = 1;com.google.protobuf.ByteStringgetLogBytes()optional string log = 1;booleanhasErrorMessage()optional string error_message = 2;booleanhasLog()optional string log = 1;-
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;
-
-