Interface InvokeReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvokeReply,InvokeReply.Builder
public interface InvokeReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasError
boolean hasError().commandable.ErrorDescription error = 1; -
getError
ErrorDescription getError().commandable.ErrorDescription error = 1; -
getErrorOrBuilder
ErrorDescriptionOrBuilder getErrorOrBuilder().commandable.ErrorDescription error = 1; -
getResultEmpty
boolean getResultEmpty()bool result_empty = 2; -
getResultJson
String getResultJson()string result_json = 3; -
getResultJsonBytes
com.google.protobuf.ByteString getResultJsonBytes()string result_json = 3;
-