public static interface RiakKvPB.RpbListBucketsReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getStream()
optional bool stream = 2; |
int |
getTimeout()
optional uint32 timeout = 1; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 3; |
boolean |
hasStream()
optional bool stream = 2; |
boolean |
hasTimeout()
optional uint32 timeout = 1; |
boolean |
hasType()
optional bytes type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTimeout()
optional uint32 timeout = 1;
int getTimeout()
optional uint32 timeout = 1;
boolean hasStream()
optional bool stream = 2;
boolean getStream()
optional bool stream = 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.