public static interface RiakKvPB.RpbCounterUpdateReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAmount()
required sint64 amount = 3; |
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
int |
getDw()
optional uint32 dw = 5; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 2; |
int |
getPw()
optional uint32 pw = 6; |
boolean |
getReturnvalue()
optional bool returnvalue = 7; |
int |
getW()
optional uint32 w = 4; |
boolean |
hasAmount()
required sint64 amount = 3; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasDw()
optional uint32 dw = 5; |
boolean |
hasKey()
required bytes key = 2; |
boolean |
hasPw()
optional uint32 pw = 6; |
boolean |
hasReturnvalue()
optional bool returnvalue = 7; |
boolean |
hasW()
optional uint32 w = 4; |
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 hasAmount()
required sint64 amount = 3;
long getAmount()
required sint64 amount = 3;
boolean hasW()
optional uint32 w = 4;
int getW()
optional uint32 w = 4;
boolean hasDw()
optional uint32 dw = 5;
int getDw()
optional uint32 dw = 5;
boolean hasPw()
optional uint32 pw = 6;
int getPw()
optional uint32 pw = 6;
boolean hasReturnvalue()
optional bool returnvalue = 7;
boolean getReturnvalue()
optional bool returnvalue = 7;
Copyright © 2016. All rights reserved.