public static interface Kvrpcpb.RawCoprocessorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.ByteString |
getData()
bytes data = 3; |
String |
getError()
Error message for cases like if no coprocessor with a matching name is found
or on a version mismatch between plugin_api and the coprocessor.
|
com.google.protobuf.ByteString |
getErrorBytes()
Error message for cases like if no coprocessor with a matching name is found
or on a version mismatch between plugin_api and the coprocessor.
|
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 1; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 1; |
boolean |
hasRegionError()
.errorpb.Error region_error = 1; |
boolean hasRegionError()
.errorpb.Error region_error = 1;Errorpb.Error getRegionError()
.errorpb.Error region_error = 1;Errorpb.ErrorOrBuilder getRegionErrorOrBuilder()
.errorpb.Error region_error = 1;String getError()
Error message for cases like if no coprocessor with a matching name is found or on a version mismatch between plugin_api and the coprocessor.
string error = 2;com.google.protobuf.ByteString getErrorBytes()
Error message for cases like if no coprocessor with a matching name is found or on a version mismatch between plugin_api and the coprocessor.
string error = 2;com.google.protobuf.ByteString getData()
bytes data = 3;Copyright © 2023 PingCAP. All rights reserved.