public static interface RemoteCall.CallResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getResultCode()
int32 result_code = 2[json_name = "resultCode"]; |
String |
getResultMsg()
string result_msg = 3[json_name = "resultMsg"]; |
com.google.protobuf.ByteString |
getResultMsgBytes()
string result_msg = 3[json_name = "resultMsg"]; |
RemoteCall.QueueRecoverInfo |
getResultObj()
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"]; |
RemoteCall.QueueRecoverInfoOrBuilder |
getResultObjOrBuilder()
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"]; |
boolean |
getSuccess()
bool success = 1[json_name = "success"]; |
boolean |
hasResultObj()
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getSuccess()
bool success = 1[json_name = "success"];int getResultCode()
int32 result_code = 2[json_name = "resultCode"];String getResultMsg()
string result_msg = 3[json_name = "resultMsg"];com.google.protobuf.ByteString getResultMsgBytes()
string result_msg = 3[json_name = "resultMsg"];boolean hasResultObj()
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];RemoteCall.QueueRecoverInfo getResultObj()
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];RemoteCall.QueueRecoverInfoOrBuilder getResultObjOrBuilder()
.ray.streaming.proto.QueueRecoverInfo result_obj = 4[json_name = "resultObj"];Copyright © 2021. All rights reserved.