Package eu.antidotedb.antidotepb
Class AntidotePB.ApbUpdateOperation
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- eu.antidotedb.antidotepb.AntidotePB.ApbUpdateOperation
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,AntidotePB.ApbUpdateOperationOrBuilder,java.io.Serializable
- Enclosing class:
- AntidotePB
public static final class AntidotePB.ApbUpdateOperation extends com.google.protobuf.GeneratedMessageV3 implements AntidotePB.ApbUpdateOperationOrBuilder
TODO use this above
Protobuf typeApbUpdateOperation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAntidotePB.ApbUpdateOperation.BuilderTODO use this above-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOUNTEROP_FIELD_NUMBERstatic intFLAGOP_FIELD_NUMBERstatic intMAPOP_FIELD_NUMBERstatic com.google.protobuf.Parser<AntidotePB.ApbUpdateOperation>PARSERDeprecated.static intREGOP_FIELD_NUMBERstatic intRESETOP_FIELD_NUMBERstatic intSETOP_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AntidotePB.ApbCounterUpdategetCounterop()optional .ApbCounterUpdate counterop = 1;AntidotePB.ApbCounterUpdateOrBuildergetCounteropOrBuilder()optional .ApbCounterUpdate counterop = 1;static AntidotePB.ApbUpdateOperationgetDefaultInstance()AntidotePB.ApbUpdateOperationgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()AntidotePB.ApbFlagUpdategetFlagop()optional .ApbFlagUpdate flagop = 7;AntidotePB.ApbFlagUpdateOrBuildergetFlagopOrBuilder()optional .ApbFlagUpdate flagop = 7;AntidotePB.ApbMapUpdategetMapop()optional .ApbMapUpdate mapop = 5;AntidotePB.ApbMapUpdateOrBuildergetMapopOrBuilder()optional .ApbMapUpdate mapop = 5;com.google.protobuf.Parser<AntidotePB.ApbUpdateOperation>getParserForType()AntidotePB.ApbRegUpdategetRegop()optional .ApbRegUpdate regop = 3;AntidotePB.ApbRegUpdateOrBuildergetRegopOrBuilder()optional .ApbRegUpdate regop = 3;AntidotePB.ApbCrdtResetgetResetop()optional .ApbCrdtReset resetop = 6;AntidotePB.ApbCrdtResetOrBuildergetResetopOrBuilder()optional .ApbCrdtReset resetop = 6;intgetSerializedSize()AntidotePB.ApbSetUpdategetSetop()optional .ApbSetUpdate setop = 2;AntidotePB.ApbSetUpdateOrBuildergetSetopOrBuilder()optional .ApbSetUpdate setop = 2;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasCounterop()optional .ApbCounterUpdate counterop = 1;booleanhasFlagop()optional .ApbFlagUpdate flagop = 7;inthashCode()booleanhasMapop()optional .ApbMapUpdate mapop = 5;booleanhasRegop()optional .ApbRegUpdate regop = 3;booleanhasResetop()optional .ApbCrdtReset resetop = 6;booleanhasSetop()optional .ApbSetUpdate setop = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static AntidotePB.ApbUpdateOperation.BuildernewBuilder()static AntidotePB.ApbUpdateOperation.BuildernewBuilder(AntidotePB.ApbUpdateOperation prototype)AntidotePB.ApbUpdateOperation.BuildernewBuilderForType()protected AntidotePB.ApbUpdateOperation.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static AntidotePB.ApbUpdateOperationparseDelimitedFrom(java.io.InputStream input)static AntidotePB.ApbUpdateOperationparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AntidotePB.ApbUpdateOperationparseFrom(byte[] data)static AntidotePB.ApbUpdateOperationparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AntidotePB.ApbUpdateOperationparseFrom(com.google.protobuf.ByteString data)static AntidotePB.ApbUpdateOperationparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AntidotePB.ApbUpdateOperationparseFrom(com.google.protobuf.CodedInputStream input)static AntidotePB.ApbUpdateOperationparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AntidotePB.ApbUpdateOperationparseFrom(java.io.InputStream input)static AntidotePB.ApbUpdateOperationparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AntidotePB.ApbUpdateOperationparseFrom(java.nio.ByteBuffer data)static AntidotePB.ApbUpdateOperationparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<AntidotePB.ApbUpdateOperation>parser()AntidotePB.ApbUpdateOperation.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternal
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COUNTEROP_FIELD_NUMBER
public static final int COUNTEROP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SETOP_FIELD_NUMBER
public static final int SETOP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REGOP_FIELD_NUMBER
public static final int REGOP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAPOP_FIELD_NUMBER
public static final int MAPOP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESETOP_FIELD_NUMBER
public static final int RESETOP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FLAGOP_FIELD_NUMBER
public static final int FLAGOP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<AntidotePB.ApbUpdateOperation> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasCounterop
public boolean hasCounterop()
optional .ApbCounterUpdate counterop = 1;- Specified by:
hasCounteropin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getCounterop
public AntidotePB.ApbCounterUpdate getCounterop()
optional .ApbCounterUpdate counterop = 1;- Specified by:
getCounteropin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getCounteropOrBuilder
public AntidotePB.ApbCounterUpdateOrBuilder getCounteropOrBuilder()
optional .ApbCounterUpdate counterop = 1;- Specified by:
getCounteropOrBuilderin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
hasSetop
public boolean hasSetop()
optional .ApbSetUpdate setop = 2;- Specified by:
hasSetopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getSetop
public AntidotePB.ApbSetUpdate getSetop()
optional .ApbSetUpdate setop = 2;- Specified by:
getSetopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getSetopOrBuilder
public AntidotePB.ApbSetUpdateOrBuilder getSetopOrBuilder()
optional .ApbSetUpdate setop = 2;- Specified by:
getSetopOrBuilderin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
hasRegop
public boolean hasRegop()
optional .ApbRegUpdate regop = 3;- Specified by:
hasRegopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getRegop
public AntidotePB.ApbRegUpdate getRegop()
optional .ApbRegUpdate regop = 3;- Specified by:
getRegopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getRegopOrBuilder
public AntidotePB.ApbRegUpdateOrBuilder getRegopOrBuilder()
optional .ApbRegUpdate regop = 3;- Specified by:
getRegopOrBuilderin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
hasMapop
public boolean hasMapop()
optional .ApbMapUpdate mapop = 5;- Specified by:
hasMapopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getMapop
public AntidotePB.ApbMapUpdate getMapop()
optional .ApbMapUpdate mapop = 5;- Specified by:
getMapopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getMapopOrBuilder
public AntidotePB.ApbMapUpdateOrBuilder getMapopOrBuilder()
optional .ApbMapUpdate mapop = 5;- Specified by:
getMapopOrBuilderin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
hasResetop
public boolean hasResetop()
optional .ApbCrdtReset resetop = 6;- Specified by:
hasResetopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getResetop
public AntidotePB.ApbCrdtReset getResetop()
optional .ApbCrdtReset resetop = 6;- Specified by:
getResetopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getResetopOrBuilder
public AntidotePB.ApbCrdtResetOrBuilder getResetopOrBuilder()
optional .ApbCrdtReset resetop = 6;- Specified by:
getResetopOrBuilderin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
hasFlagop
public boolean hasFlagop()
optional .ApbFlagUpdate flagop = 7;- Specified by:
hasFlagopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getFlagop
public AntidotePB.ApbFlagUpdate getFlagop()
optional .ApbFlagUpdate flagop = 7;- Specified by:
getFlagopin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
getFlagopOrBuilder
public AntidotePB.ApbFlagUpdateOrBuilder getFlagopOrBuilder()
optional .ApbFlagUpdate flagop = 7;- Specified by:
getFlagopOrBuilderin interfaceAntidotePB.ApbUpdateOperationOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AntidotePB.ApbUpdateOperation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static AntidotePB.ApbUpdateOperation parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static AntidotePB.ApbUpdateOperation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public AntidotePB.ApbUpdateOperation.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AntidotePB.ApbUpdateOperation.Builder newBuilder()
-
newBuilder
public static AntidotePB.ApbUpdateOperation.Builder newBuilder(AntidotePB.ApbUpdateOperation prototype)
-
toBuilder
public AntidotePB.ApbUpdateOperation.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AntidotePB.ApbUpdateOperation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AntidotePB.ApbUpdateOperation getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AntidotePB.ApbUpdateOperation> parser()
-
getParserForType
public com.google.protobuf.Parser<AntidotePB.ApbUpdateOperation> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AntidotePB.ApbUpdateOperation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-