public static interface RiakKvPB.RpbListKeysReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
int |
getTimeout()
optional uint32 timeout = 2; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 3; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasTimeout()
optional uint32 timeout = 2; |
boolean |
hasType()
optional bytes type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBucket()
required bytes bucket = 1;
com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
boolean hasTimeout()
optional uint32 timeout = 2;
int getTimeout()
optional uint32 timeout = 2;
boolean hasType()
optional bytes type = 3;
Bucket type, if not set we assume the 'default' type
com.google.protobuf.ByteString getType()
optional bytes type = 3;
Bucket type, if not set we assume the 'default' type
Copyright © 2016. All rights reserved.