public static interface RiakDtPB.SetOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getAdds(int index)
repeated bytes adds = 1; |
int |
getAddsCount()
repeated bytes adds = 1; |
List<com.google.protobuf.ByteString> |
getAddsList()
repeated bytes adds = 1; |
com.google.protobuf.ByteString |
getRemoves(int index)
repeated bytes removes = 2; |
int |
getRemovesCount()
repeated bytes removes = 2; |
List<com.google.protobuf.ByteString> |
getRemovesList()
repeated bytes removes = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<com.google.protobuf.ByteString> getAddsList()
repeated bytes adds = 1;
int getAddsCount()
repeated bytes adds = 1;
com.google.protobuf.ByteString getAdds(int index)
repeated bytes adds = 1;
List<com.google.protobuf.ByteString> getRemovesList()
repeated bytes removes = 2;
int getRemovesCount()
repeated bytes removes = 2;
com.google.protobuf.ByteString getRemoves(int index)
repeated bytes removes = 2;
Copyright © 2016. All rights reserved.