public static final class RiakDtPB.DtOp extends com.google.protobuf.GeneratedMessage implements RiakDtPB.DtOpOrBuilder
DtOp
A "union" type for update operations. The included operation depends on the datatype being updated.
Modifier and Type | Class and Description |
---|---|
static class |
RiakDtPB.DtOp.Builder
Protobuf type
DtOp |
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 |
COUNTER_OP_FIELD_NUMBER |
static int |
GSET_OP_FIELD_NUMBER |
static int |
HLL_OP_FIELD_NUMBER |
static int |
MAP_OP_FIELD_NUMBER |
static com.google.protobuf.Parser<RiakDtPB.DtOp> |
PARSER |
static int |
SET_OP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
RiakDtPB.CounterOp |
getCounterOp()
optional .CounterOp counter_op = 1; |
RiakDtPB.CounterOpOrBuilder |
getCounterOpOrBuilder()
optional .CounterOp counter_op = 1; |
static RiakDtPB.DtOp |
getDefaultInstance() |
RiakDtPB.DtOp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RiakDtPB.GSetOp |
getGsetOp()
optional .GSetOp gset_op = 5; |
RiakDtPB.GSetOpOrBuilder |
getGsetOpOrBuilder()
optional .GSetOp gset_op = 5; |
RiakDtPB.HllOp |
getHllOp()
optional .HllOp hll_op = 4; |
RiakDtPB.HllOpOrBuilder |
getHllOpOrBuilder()
optional .HllOp hll_op = 4; |
RiakDtPB.MapOp |
getMapOp()
optional .MapOp map_op = 3; |
RiakDtPB.MapOpOrBuilder |
getMapOpOrBuilder()
optional .MapOp map_op = 3; |
com.google.protobuf.Parser<RiakDtPB.DtOp> |
getParserForType() |
int |
getSerializedSize() |
RiakDtPB.SetOp |
getSetOp()
optional .SetOp set_op = 2; |
RiakDtPB.SetOpOrBuilder |
getSetOpOrBuilder()
optional .SetOp set_op = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCounterOp()
optional .CounterOp counter_op = 1; |
boolean |
hasGsetOp()
optional .GSetOp gset_op = 5; |
boolean |
hasHllOp()
optional .HllOp hll_op = 4; |
boolean |
hasMapOp()
optional .MapOp map_op = 3; |
boolean |
hasSetOp()
optional .SetOp set_op = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RiakDtPB.DtOp.Builder |
newBuilder() |
static RiakDtPB.DtOp.Builder |
newBuilder(RiakDtPB.DtOp prototype) |
RiakDtPB.DtOp.Builder |
newBuilderForType() |
protected RiakDtPB.DtOp.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RiakDtPB.DtOp |
parseDelimitedFrom(InputStream input) |
static RiakDtPB.DtOp |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtOp |
parseFrom(byte[] data) |
static RiakDtPB.DtOp |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtOp |
parseFrom(com.google.protobuf.ByteString data) |
static RiakDtPB.DtOp |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtOp |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RiakDtPB.DtOp |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RiakDtPB.DtOp |
parseFrom(InputStream input) |
static RiakDtPB.DtOp |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakDtPB.DtOp.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<RiakDtPB.DtOp> PARSER
public static final int COUNTER_OP_FIELD_NUMBER
public static final int SET_OP_FIELD_NUMBER
public static final int MAP_OP_FIELD_NUMBER
public static final int HLL_OP_FIELD_NUMBER
public static final int GSET_OP_FIELD_NUMBER
public static RiakDtPB.DtOp getDefaultInstance()
public RiakDtPB.DtOp 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<RiakDtPB.DtOp> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasCounterOp()
optional .CounterOp counter_op = 1;
hasCounterOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.CounterOp getCounterOp()
optional .CounterOp counter_op = 1;
getCounterOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.CounterOpOrBuilder getCounterOpOrBuilder()
optional .CounterOp counter_op = 1;
getCounterOpOrBuilder
in interface RiakDtPB.DtOpOrBuilder
public boolean hasSetOp()
optional .SetOp set_op = 2;
hasSetOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.SetOp getSetOp()
optional .SetOp set_op = 2;
getSetOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.SetOpOrBuilder getSetOpOrBuilder()
optional .SetOp set_op = 2;
getSetOpOrBuilder
in interface RiakDtPB.DtOpOrBuilder
public boolean hasMapOp()
optional .MapOp map_op = 3;
hasMapOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.MapOp getMapOp()
optional .MapOp map_op = 3;
getMapOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.MapOpOrBuilder getMapOpOrBuilder()
optional .MapOp map_op = 3;
getMapOpOrBuilder
in interface RiakDtPB.DtOpOrBuilder
public boolean hasHllOp()
optional .HllOp hll_op = 4;
Adding values to a hyperloglog (set) is just like adding values to a set.
hasHllOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.HllOp getHllOp()
optional .HllOp hll_op = 4;
Adding values to a hyperloglog (set) is just like adding values to a set.
getHllOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.HllOpOrBuilder getHllOpOrBuilder()
optional .HllOp hll_op = 4;
Adding values to a hyperloglog (set) is just like adding values to a set.
getHllOpOrBuilder
in interface RiakDtPB.DtOpOrBuilder
public boolean hasGsetOp()
optional .GSetOp gset_op = 5;
hasGsetOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.GSetOp getGsetOp()
optional .GSetOp gset_op = 5;
getGsetOp
in interface RiakDtPB.DtOpOrBuilder
public RiakDtPB.GSetOpOrBuilder getGsetOpOrBuilder()
optional .GSetOp gset_op = 5;
getGsetOpOrBuilder
in interface RiakDtPB.DtOpOrBuilder
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 RiakDtPB.DtOp parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtOp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtOp parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtOp parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RiakDtPB.DtOp parseFrom(InputStream input) throws IOException
IOException
public static RiakDtPB.DtOp parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakDtPB.DtOp parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RiakDtPB.DtOp parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakDtPB.DtOp parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RiakDtPB.DtOp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RiakDtPB.DtOp.Builder newBuilder()
public RiakDtPB.DtOp.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RiakDtPB.DtOp.Builder newBuilder(RiakDtPB.DtOp prototype)
public RiakDtPB.DtOp.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RiakDtPB.DtOp.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.