public static interface RiakKvPB.RpbContentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getCharset()
optional bytes charset = 3; |
com.google.protobuf.ByteString |
getContentEncoding()
optional bytes content_encoding = 4; |
com.google.protobuf.ByteString |
getContentType()
optional bytes content_type = 2; |
boolean |
getDeleted()
optional bool deleted = 11; |
RiakPB.RpbPair |
getIndexes(int index)
repeated .RpbPair indexes = 10; |
int |
getIndexesCount()
repeated .RpbPair indexes = 10; |
List<RiakPB.RpbPair> |
getIndexesList()
repeated .RpbPair indexes = 10; |
RiakPB.RpbPairOrBuilder |
getIndexesOrBuilder(int index)
repeated .RpbPair indexes = 10; |
List<? extends RiakPB.RpbPairOrBuilder> |
getIndexesOrBuilderList()
repeated .RpbPair indexes = 10; |
int |
getLastMod()
optional uint32 last_mod = 7; |
int |
getLastModUsecs()
optional uint32 last_mod_usecs = 8; |
RiakKvPB.RpbLink |
getLinks(int index)
repeated .RpbLink links = 6; |
int |
getLinksCount()
repeated .RpbLink links = 6; |
List<RiakKvPB.RpbLink> |
getLinksList()
repeated .RpbLink links = 6; |
RiakKvPB.RpbLinkOrBuilder |
getLinksOrBuilder(int index)
repeated .RpbLink links = 6; |
List<? extends RiakKvPB.RpbLinkOrBuilder> |
getLinksOrBuilderList()
repeated .RpbLink links = 6; |
RiakPB.RpbPair |
getUsermeta(int index)
repeated .RpbPair usermeta = 9; |
int |
getUsermetaCount()
repeated .RpbPair usermeta = 9; |
List<RiakPB.RpbPair> |
getUsermetaList()
repeated .RpbPair usermeta = 9; |
RiakPB.RpbPairOrBuilder |
getUsermetaOrBuilder(int index)
repeated .RpbPair usermeta = 9; |
List<? extends RiakPB.RpbPairOrBuilder> |
getUsermetaOrBuilderList()
repeated .RpbPair usermeta = 9; |
com.google.protobuf.ByteString |
getValue()
required bytes value = 1; |
com.google.protobuf.ByteString |
getVtag()
optional bytes vtag = 5; |
boolean |
hasCharset()
optional bytes charset = 3; |
boolean |
hasContentEncoding()
optional bytes content_encoding = 4; |
boolean |
hasContentType()
optional bytes content_type = 2; |
boolean |
hasDeleted()
optional bool deleted = 11; |
boolean |
hasLastMod()
optional uint32 last_mod = 7; |
boolean |
hasLastModUsecs()
optional uint32 last_mod_usecs = 8; |
boolean |
hasValue()
required bytes value = 1; |
boolean |
hasVtag()
optional bytes vtag = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasValue()
required bytes value = 1;
com.google.protobuf.ByteString getValue()
required bytes value = 1;
boolean hasContentType()
optional bytes content_type = 2;
the media type/format
com.google.protobuf.ByteString getContentType()
optional bytes content_type = 2;
the media type/format
boolean hasCharset()
optional bytes charset = 3;
com.google.protobuf.ByteString getCharset()
optional bytes charset = 3;
boolean hasContentEncoding()
optional bytes content_encoding = 4;
com.google.protobuf.ByteString getContentEncoding()
optional bytes content_encoding = 4;
boolean hasVtag()
optional bytes vtag = 5;
com.google.protobuf.ByteString getVtag()
optional bytes vtag = 5;
List<RiakKvPB.RpbLink> getLinksList()
repeated .RpbLink links = 6;
links to other resources
RiakKvPB.RpbLink getLinks(int index)
repeated .RpbLink links = 6;
links to other resources
int getLinksCount()
repeated .RpbLink links = 6;
links to other resources
List<? extends RiakKvPB.RpbLinkOrBuilder> getLinksOrBuilderList()
repeated .RpbLink links = 6;
links to other resources
RiakKvPB.RpbLinkOrBuilder getLinksOrBuilder(int index)
repeated .RpbLink links = 6;
links to other resources
boolean hasLastMod()
optional uint32 last_mod = 7;
int getLastMod()
optional uint32 last_mod = 7;
boolean hasLastModUsecs()
optional uint32 last_mod_usecs = 8;
int getLastModUsecs()
optional uint32 last_mod_usecs = 8;
List<RiakPB.RpbPair> getUsermetaList()
repeated .RpbPair usermeta = 9;
user metadata stored with the object
RiakPB.RpbPair getUsermeta(int index)
repeated .RpbPair usermeta = 9;
user metadata stored with the object
int getUsermetaCount()
repeated .RpbPair usermeta = 9;
user metadata stored with the object
List<? extends RiakPB.RpbPairOrBuilder> getUsermetaOrBuilderList()
repeated .RpbPair usermeta = 9;
user metadata stored with the object
RiakPB.RpbPairOrBuilder getUsermetaOrBuilder(int index)
repeated .RpbPair usermeta = 9;
user metadata stored with the object
List<RiakPB.RpbPair> getIndexesList()
repeated .RpbPair indexes = 10;
user metadata stored with the object
RiakPB.RpbPair getIndexes(int index)
repeated .RpbPair indexes = 10;
user metadata stored with the object
int getIndexesCount()
repeated .RpbPair indexes = 10;
user metadata stored with the object
List<? extends RiakPB.RpbPairOrBuilder> getIndexesOrBuilderList()
repeated .RpbPair indexes = 10;
user metadata stored with the object
RiakPB.RpbPairOrBuilder getIndexesOrBuilder(int index)
repeated .RpbPair indexes = 10;
user metadata stored with the object
boolean hasDeleted()
optional bool deleted = 11;
boolean getDeleted()
optional bool deleted = 11;
Copyright © 2016. All rights reserved.