public static interface Kvrpcpb.RawCoprocessorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.