public static interface RiakKvPB.RpbCSBucketReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
com.google.protobuf.ByteString |
getContinuation()
optional bytes continuation = 6; |
com.google.protobuf.ByteString |
getCoverContext()
optional bytes cover_context = 10; |
boolean |
getEndIncl()
optional bool end_incl = 5 [default = false]; |
com.google.protobuf.ByteString |
getEndKey()
optional bytes end_key = 3; |
int |
getMaxResults()
optional uint32 max_results = 7; |
boolean |
getStartIncl()
optional bool start_incl = 4 [default = true]; |
com.google.protobuf.ByteString |
getStartKey()
required bytes start_key = 2; |
int |
getTimeout()
optional uint32 timeout = 8; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 9; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasContinuation()
optional bytes continuation = 6; |
boolean |
hasCoverContext()
optional bytes cover_context = 10; |
boolean |
hasEndIncl()
optional bool end_incl = 5 [default = false]; |
boolean |
hasEndKey()
optional bytes end_key = 3; |
boolean |
hasMaxResults()
optional uint32 max_results = 7; |
boolean |
hasStartIncl()
optional bool start_incl = 4 [default = true]; |
boolean |
hasStartKey()
required bytes start_key = 2; |
boolean |
hasTimeout()
optional uint32 timeout = 8; |
boolean |
hasType()
optional bytes type = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBucket()
required bytes bucket = 1;com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;boolean hasStartKey()
required bytes start_key = 2;com.google.protobuf.ByteString getStartKey()
required bytes start_key = 2;boolean hasEndKey()
optional bytes end_key = 3;com.google.protobuf.ByteString getEndKey()
optional bytes end_key = 3;boolean hasStartIncl()
optional bool start_incl = 4 [default = true];boolean getStartIncl()
optional bool start_incl = 4 [default = true];boolean hasEndIncl()
optional bool end_incl = 5 [default = false];boolean getEndIncl()
optional bool end_incl = 5 [default = false];boolean hasContinuation()
optional bytes continuation = 6;com.google.protobuf.ByteString getContinuation()
optional bytes continuation = 6;boolean hasMaxResults()
optional uint32 max_results = 7;int getMaxResults()
optional uint32 max_results = 7;boolean hasTimeout()
optional uint32 timeout = 8;int getTimeout()
optional uint32 timeout = 8;boolean hasType()
optional bytes type = 9;
Bucket type, if not set we assume the 'default' type
com.google.protobuf.ByteString getType()
optional bytes type = 9;
Bucket type, if not set we assume the 'default' type
boolean hasCoverContext()
optional bytes cover_context = 10;
parallel extraction extension
com.google.protobuf.ByteString getCoverContext()
optional bytes cover_context = 10;
parallel extraction extension
Copyright © 2016. All rights reserved.