public static final class RiakKvPB.RpbDelReq extends com.google.protobuf.GeneratedMessage implements RiakKvPB.RpbDelReqOrBuilder
RpbDelReq
Delete request
Modifier and Type | Class and Description |
---|---|
static class |
RiakKvPB.RpbDelReq.Builder
Protobuf type
RpbDelReq |
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 |
BUCKET_FIELD_NUMBER |
static int |
DW_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
N_VAL_FIELD_NUMBER |
static com.google.protobuf.Parser<RiakKvPB.RpbDelReq> |
PARSER |
static int |
PR_FIELD_NUMBER |
static int |
PW_FIELD_NUMBER |
static int |
R_FIELD_NUMBER |
static int |
RW_FIELD_NUMBER |
static int |
SLOPPY_QUORUM_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
VCLOCK_FIELD_NUMBER |
static int |
W_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getBucket()
required bytes bucket = 1; |
static RiakKvPB.RpbDelReq |
getDefaultInstance() |
RiakKvPB.RpbDelReq |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDw()
optional uint32 dw = 9; |
com.google.protobuf.ByteString |
getKey()
required bytes key = 2; |
int |
getNVal()
optional uint32 n_val = 12; |
com.google.protobuf.Parser<RiakKvPB.RpbDelReq> |
getParserForType() |
int |
getPr()
optional uint32 pr = 7; |
int |
getPw()
optional uint32 pw = 8; |
int |
getR()
optional uint32 r = 5; |
int |
getRw()
optional uint32 rw = 3; |
int |
getSerializedSize() |
boolean |
getSloppyQuorum()
optional bool sloppy_quorum = 11; |
int |
getTimeout()
optional uint32 timeout = 10; |
com.google.protobuf.ByteString |
getType()
optional bytes type = 13; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getVclock()
optional bytes vclock = 4; |
int |
getW()
optional uint32 w = 6; |
boolean |
hasBucket()
required bytes bucket = 1; |
boolean |
hasDw()
optional uint32 dw = 9; |
boolean |
hasKey()
required bytes key = 2; |
boolean |
hasNVal()
optional uint32 n_val = 12; |
boolean |
hasPr()
optional uint32 pr = 7; |
boolean |
hasPw()
optional uint32 pw = 8; |
boolean |
hasR()
optional uint32 r = 5; |
boolean |
hasRw()
optional uint32 rw = 3; |
boolean |
hasSloppyQuorum()
optional bool sloppy_quorum = 11; |
boolean |
hasTimeout()
optional uint32 timeout = 10; |
boolean |
hasType()
optional bytes type = 13; |
boolean |
hasVclock()
optional bytes vclock = 4; |
boolean |
hasW()
optional uint32 w = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RiakKvPB.RpbDelReq.Builder |
newBuilder() |
static RiakKvPB.RpbDelReq.Builder |
newBuilder(RiakKvPB.RpbDelReq prototype) |
RiakKvPB.RpbDelReq.Builder |
newBuilderForType() |
protected RiakKvPB.RpbDelReq.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RiakKvPB.RpbDelReq |
parseDelimitedFrom(InputStream input) |
static RiakKvPB.RpbDelReq |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbDelReq |
parseFrom(byte[] data) |
static RiakKvPB.RpbDelReq |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbDelReq |
parseFrom(com.google.protobuf.ByteString data) |
static RiakKvPB.RpbDelReq |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbDelReq |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakKvPB.RpbDelReq |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakKvPB.RpbDelReq |
parseFrom(InputStream input) |
static RiakKvPB.RpbDelReq |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakKvPB.RpbDelReq.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.RpbDelReq> PARSER
public static final int BUCKET_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
public static final int RW_FIELD_NUMBER
public static final int VCLOCK_FIELD_NUMBER
public static final int R_FIELD_NUMBER
public static final int W_FIELD_NUMBER
public static final int PR_FIELD_NUMBER
public static final int PW_FIELD_NUMBER
public static final int DW_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int SLOPPY_QUORUM_FIELD_NUMBER
public static final int N_VAL_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static RiakKvPB.RpbDelReq getDefaultInstance()
public RiakKvPB.RpbDelReq 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.RpbDelReq> 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.RpbDelReqOrBuilder
public com.google.protobuf.ByteString getBucket()
required bytes bucket = 1;
getBucket
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasKey()
required bytes key = 2;
hasKey
in interface RiakKvPB.RpbDelReqOrBuilder
public com.google.protobuf.ByteString getKey()
required bytes key = 2;
getKey
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasRw()
optional uint32 rw = 3;
hasRw
in interface RiakKvPB.RpbDelReqOrBuilder
public int getRw()
optional uint32 rw = 3;
getRw
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasVclock()
optional bytes vclock = 4;
hasVclock
in interface RiakKvPB.RpbDelReqOrBuilder
public com.google.protobuf.ByteString getVclock()
optional bytes vclock = 4;
getVclock
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasR()
optional uint32 r = 5;
hasR
in interface RiakKvPB.RpbDelReqOrBuilder
public int getR()
optional uint32 r = 5;
getR
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasW()
optional uint32 w = 6;
hasW
in interface RiakKvPB.RpbDelReqOrBuilder
public int getW()
optional uint32 w = 6;
getW
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasPr()
optional uint32 pr = 7;
hasPr
in interface RiakKvPB.RpbDelReqOrBuilder
public int getPr()
optional uint32 pr = 7;
getPr
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasPw()
optional uint32 pw = 8;
hasPw
in interface RiakKvPB.RpbDelReqOrBuilder
public int getPw()
optional uint32 pw = 8;
getPw
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasDw()
optional uint32 dw = 9;
hasDw
in interface RiakKvPB.RpbDelReqOrBuilder
public int getDw()
optional uint32 dw = 9;
getDw
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasTimeout()
optional uint32 timeout = 10;
hasTimeout
in interface RiakKvPB.RpbDelReqOrBuilder
public int getTimeout()
optional uint32 timeout = 10;
getTimeout
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasSloppyQuorum()
optional bool sloppy_quorum = 11;
Experimental, may change/disappear
hasSloppyQuorum
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean getSloppyQuorum()
optional bool sloppy_quorum = 11;
Experimental, may change/disappear
getSloppyQuorum
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasNVal()
optional uint32 n_val = 12;
Experimental, may change/disappear
hasNVal
in interface RiakKvPB.RpbDelReqOrBuilder
public int getNVal()
optional uint32 n_val = 12;
Experimental, may change/disappear
getNVal
in interface RiakKvPB.RpbDelReqOrBuilder
public boolean hasType()
optional bytes type = 13;
Bucket type, if not set we assume the 'default' type
hasType
in interface RiakKvPB.RpbDelReqOrBuilder
public com.google.protobuf.ByteString getType()
optional bytes type = 13;
Bucket type, if not set we assume the 'default' type
getType
in interface RiakKvPB.RpbDelReqOrBuilder
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.RpbDelReq parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbDelReq parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbDelReq parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbDelReq parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakKvPB.RpbDelReq parseFrom(InputStream input) throws IOException
IOException
public static RiakKvPB.RpbDelReq parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakKvPB.RpbDelReq parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RiakKvPB.RpbDelReq parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakKvPB.RpbDelReq parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RiakKvPB.RpbDelReq parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakKvPB.RpbDelReq.Builder newBuilder()
public RiakKvPB.RpbDelReq.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RiakKvPB.RpbDelReq.Builder newBuilder(RiakKvPB.RpbDelReq prototype)
public RiakKvPB.RpbDelReq.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RiakKvPB.RpbDelReq.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.