public static interface RpcProtos.RpcResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
optional string error_message = 3; |
com.google.protobuf.ByteString |
getErrorMessageBytes()
optional string error_message = 3; |
int |
getId()
required int32 id = 1; |
com.google.protobuf.ByteString |
getResponseMessage()
optional bytes response_message = 2; |
boolean |
hasErrorMessage()
optional string error_message = 3; |
boolean |
hasId()
required int32 id = 1; |
boolean |
hasResponseMessage()
optional bytes response_message = 2; |
boolean hasId()
required int32 id = 1;
int getId()
required int32 id = 1;
boolean hasResponseMessage()
optional bytes response_message = 2;
com.google.protobuf.ByteString getResponseMessage()
optional bytes response_message = 2;
boolean hasErrorMessage()
optional string error_message = 3;
String getErrorMessage()
optional string error_message = 3;
com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 3;
Copyright © 2014 Apache Software Foundation. All Rights Reserved.