public static interface RiakKvPB.RpbGetRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RiakKvPB.RpbContent |
getContent(int index)
repeated .RpbContent content = 1; |
int |
getContentCount()
repeated .RpbContent content = 1; |
List<RiakKvPB.RpbContent> |
getContentList()
repeated .RpbContent content = 1; |
RiakKvPB.RpbContentOrBuilder |
getContentOrBuilder(int index)
repeated .RpbContent content = 1; |
List<? extends RiakKvPB.RpbContentOrBuilder> |
getContentOrBuilderList()
repeated .RpbContent content = 1; |
boolean |
getUnchanged()
optional bool unchanged = 3; |
com.google.protobuf.ByteString |
getVclock()
optional bytes vclock = 2; |
boolean |
hasUnchanged()
optional bool unchanged = 3; |
boolean |
hasVclock()
optional bytes vclock = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<RiakKvPB.RpbContent> getContentList()
repeated .RpbContent content = 1;
RiakKvPB.RpbContent getContent(int index)
repeated .RpbContent content = 1;
int getContentCount()
repeated .RpbContent content = 1;
List<? extends RiakKvPB.RpbContentOrBuilder> getContentOrBuilderList()
repeated .RpbContent content = 1;
RiakKvPB.RpbContentOrBuilder getContentOrBuilder(int index)
repeated .RpbContent content = 1;
boolean hasVclock()
optional bytes vclock = 2;
the opaque vector clock for the object
com.google.protobuf.ByteString getVclock()
optional bytes vclock = 2;
the opaque vector clock for the object
boolean hasUnchanged()
optional bool unchanged = 3;
boolean getUnchanged()
optional bool unchanged = 3;
Copyright © 2016. All rights reserved.