public interface ResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
error message
|
com.google.protobuf.ByteString |
getMessageBytes()
error message
|
java.lang.String |
getStatus()
status of the operation.
|
com.google.protobuf.ByteString |
getStatusBytes()
status of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getStatus()
status of the operation.
string status = 1;
com.google.protobuf.ByteString getStatusBytes()
status of the operation.
string status = 1;
java.lang.String getMessage()
error message
string message = 2;
com.google.protobuf.ByteString getMessageBytes()
error message
string message = 2;