public static interface RiakKvPB.RpbCounterGetReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBasicQuorum()
optional bool basic_quorum = 5; |
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 2; |
boolean |
getNotfoundOk()
optional bool notfound_ok = 6; |
int |
getPr()
optional uint32 pr = 4; |
int |
getR()
optional uint32 r = 3; |
boolean |
hasBasicQuorum()
optional bool basic_quorum = 5; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasKey()
required bytes key = 2; |
boolean |
hasNotfoundOk()
optional bool notfound_ok = 6; |
boolean |
hasPr()
optional uint32 pr = 4; |
boolean |
hasR()
optional uint32 r = 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 hasKey()
required bytes key = 2;
com.google.protobuf.ByteString getKey()
required bytes key = 2;
boolean hasR()
optional uint32 r = 3;
int getR()
optional uint32 r = 3;
boolean hasPr()
optional uint32 pr = 4;
int getPr()
optional uint32 pr = 4;
boolean hasBasicQuorum()
optional bool basic_quorum = 5;
boolean getBasicQuorum()
optional bool basic_quorum = 5;
boolean hasNotfoundOk()
optional bool notfound_ok = 6;
boolean getNotfoundOk()
optional bool notfound_ok = 6;
Copyright © 2016. All rights reserved.