public static interface Kvrpcpb.RawCASResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getError()
string error = 2; |
com.google.protobuf.ByteString |
getErrorBytes()
string error = 2; |
boolean |
getPreviousNotExist()
The previous value regardless of whether the comparison is succeed.
|
com.google.protobuf.ByteString |
getPreviousValue()
bytes previous_value = 5; |
Errorpb.Error |
getRegionError()
.errorpb.Error region_error = 1; |
Errorpb.ErrorOrBuilder |
getRegionErrorOrBuilder()
.errorpb.Error region_error = 1; |
boolean |
getSucceed()
bool succeed = 3; |
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()
string error = 2;
com.google.protobuf.ByteString getErrorBytes()
string error = 2;
boolean getSucceed()
bool succeed = 3;
boolean getPreviousNotExist()
The previous value regardless of whether the comparison is succeed.
bool previous_not_exist = 4;
com.google.protobuf.ByteString getPreviousValue()
bytes previous_value = 5;
Copyright © 2024 PingCAP. All rights reserved.