public static interface RiakKvPB.RpbLinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBucket()
optional bytes bucket = 1; |
com.google.protobuf.ByteString |
getKey()
optional bytes key = 2; |
com.google.protobuf.ByteString |
getTag()
optional bytes tag = 3; |
boolean |
hasBucket()
optional bytes bucket = 1; |
boolean |
hasKey()
optional bytes key = 2; |
boolean |
hasTag()
optional bytes tag = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucket()
optional bytes bucket = 1;
com.google.protobuf.ByteString getBucket()
optional bytes bucket = 1;
boolean hasKey()
optional bytes key = 2;
com.google.protobuf.ByteString getKey()
optional bytes key = 2;
boolean hasTag()
optional bytes tag = 3;
com.google.protobuf.ByteString getTag()
optional bytes tag = 3;
Copyright © 2016. All rights reserved.