public static interface Kvrpcpb.MutationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.Assertion |
getAssertion()
.kvrpcpb.Assertion assertion = 4; |
int |
getAssertionValue()
.kvrpcpb.Assertion assertion = 4; |
com.google.protobuf.ByteString |
getKey()
bytes key = 2; |
Kvrpcpb.Op |
getOp()
.kvrpcpb.Op op = 1; |
int |
getOpValue()
.kvrpcpb.Op op = 1; |
com.google.protobuf.ByteString |
getValue()
bytes value = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getOpValue()
.kvrpcpb.Op op = 1;
Kvrpcpb.Op getOp()
.kvrpcpb.Op op = 1;
com.google.protobuf.ByteString getKey()
bytes key = 2;
com.google.protobuf.ByteString getValue()
bytes value = 3;
int getAssertionValue()
.kvrpcpb.Assertion assertion = 4;
Kvrpcpb.Assertion getAssertion()
.kvrpcpb.Assertion assertion = 4;
Copyright © 2024 PingCAP. All rights reserved.