public static final class RiakKvPB.RpbCounterGetReq extends com.google.protobuf.GeneratedMessage implements RiakKvPB.RpbCounterGetReqOrBuilder
RpbCounterGetReq
counter value
| Modifier and Type | Class and Description |
|---|---|
static class |
RiakKvPB.RpbCounterGetReq.Builder
Protobuf type
RpbCounterGetReq |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_QUORUM_FIELD_NUMBER |
static int |
BUCKET_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
NOTFOUND_OK_FIELD_NUMBER |
static com.google.protobuf.Parser<RiakKvPB.RpbCounterGetReq> |
PARSER |
static int |
PR_FIELD_NUMBER |
static int |
R_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBasicQuorum()
optional bool basic_quorum = 5; |
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
static RiakKvPB.RpbCounterGetReq |
getDefaultInstance() |
RiakKvPB.RpbCounterGetReq |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getKey()
required bytes key = 2; |
boolean |
getNotfoundOk()
optional bool notfound_ok = 6; |
com.google.protobuf.Parser<RiakKvPB.RpbCounterGetReq> |
getParserForType() |
int |
getPr()
optional uint32 pr = 4; |
int |
getR()
optional uint32 r = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RiakKvPB.RpbCounterGetReq.Builder |
newBuilder() |
static RiakKvPB.RpbCounterGetReq.Builder |
newBuilder(RiakKvPB.RpbCounterGetReq prototype) |
RiakKvPB.RpbCounterGetReq.Builder |
newBuilderForType() |
protected RiakKvPB.RpbCounterGetReq.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RiakKvPB.RpbCounterGetReq |
parseDelimitedFrom(InputStream input) |
static RiakKvPB.RpbCounterGetReq |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(byte[] data) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(com.google.protobuf.ByteString data) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(InputStream input) |
static RiakKvPB.RpbCounterGetReq |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakKvPB.RpbCounterGetReq.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<RiakKvPB.RpbCounterGetReq> PARSER
public static final int BUCKET_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
public static final int R_FIELD_NUMBER
public static final int PR_FIELD_NUMBER
public static final int BASIC_QUORUM_FIELD_NUMBER
public static final int NOTFOUND_OK_FIELD_NUMBER
public static RiakKvPB.RpbCounterGetReq getDefaultInstance()
public RiakKvPB.RpbCounterGetReq getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<RiakKvPB.RpbCounterGetReq> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasBucket()
required bytes bucket = 1;hasBucket in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;getBucket in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean hasKey()
required bytes key = 2;hasKey in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic com.google.protobuf.ByteString getKey()
required bytes key = 2;getKey in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean hasR()
optional uint32 r = 3;hasR in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic int getR()
optional uint32 r = 3;getR in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean hasPr()
optional uint32 pr = 4;hasPr in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic int getPr()
optional uint32 pr = 4;getPr in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean hasBasicQuorum()
optional bool basic_quorum = 5;hasBasicQuorum in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean getBasicQuorum()
optional bool basic_quorum = 5;getBasicQuorum in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean hasNotfoundOk()
optional bool notfound_ok = 6;hasNotfoundOk in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic boolean getNotfoundOk()
optional bool notfound_ok = 6;getNotfoundOk in interface RiakKvPB.RpbCounterGetReqOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(InputStream input) throws IOException
IOExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RiakKvPB.RpbCounterGetReq parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RiakKvPB.RpbCounterGetReq parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RiakKvPB.RpbCounterGetReq.Builder newBuilder()
public RiakKvPB.RpbCounterGetReq.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RiakKvPB.RpbCounterGetReq.Builder newBuilder(RiakKvPB.RpbCounterGetReq prototype)
public RiakKvPB.RpbCounterGetReq.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RiakKvPB.RpbCounterGetReq.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2016. All rights reserved.