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, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<RiakKvPB.RpbCounterGetReq> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasBucket()
required bytes bucket = 1;
hasBucket
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
getBucket
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean hasKey()
required bytes key = 2;
hasKey
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public com.google.protobuf.ByteString getKey()
required bytes key = 2;
getKey
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean hasR()
optional uint32 r = 3;
hasR
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public int getR()
optional uint32 r = 3;
getR
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean hasPr()
optional uint32 pr = 4;
hasPr
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public int getPr()
optional uint32 pr = 4;
getPr
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean hasBasicQuorum()
optional bool basic_quorum = 5;
hasBasicQuorum
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean getBasicQuorum()
optional bool basic_quorum = 5;
getBasicQuorum
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean hasNotfoundOk()
optional bool notfound_ok = 6;
hasNotfoundOk
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public boolean getNotfoundOk()
optional bool notfound_ok = 6;
getNotfoundOk
in interface RiakKvPB.RpbCounterGetReqOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbCounterGetReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbCounterGetReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbCounterGetReq parseFrom(InputStream input) throws IOException
IOException
public static RiakKvPB.RpbCounterGetReq parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakKvPB.RpbCounterGetReq parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RiakKvPB.RpbCounterGetReq parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RiakKvPB.RpbCounterGetReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakKvPB.RpbCounterGetReq.Builder newBuilder()
public RiakKvPB.RpbCounterGetReq.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RiakKvPB.RpbCounterGetReq.Builder newBuilder(RiakKvPB.RpbCounterGetReq prototype)
public RiakKvPB.RpbCounterGetReq.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RiakKvPB.RpbCounterGetReq.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.