public static interface ImportKvpb.MutationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getKey()
bytes key = 2; |
ImportKvpb.Mutation.OP |
getOp()
.import_kvpb.Mutation.OP op = 1; |
int |
getOpValue()
.import_kvpb.Mutation.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()
.import_kvpb.Mutation.OP op = 1;
ImportKvpb.Mutation.OP getOp()
.import_kvpb.Mutation.OP op = 1;
com.google.protobuf.ByteString getKey()
bytes key = 2;
com.google.protobuf.ByteString getValue()
bytes value = 3;
Copyright © 2024 PingCAP. All rights reserved.