Package command_request
Class CommandRequestOuterClass.Batch
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- command_request.CommandRequestOuterClass.Batch
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,CommandRequestOuterClass.BatchOrBuilder,java.io.Serializable
- Enclosing class:
- CommandRequestOuterClass
public static final class CommandRequestOuterClass.Batch extends com.google.protobuf.GeneratedMessage implements CommandRequestOuterClass.BatchOrBuilder
Protobuf typecommand_request.Batch- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandRequestOuterClass.Batch.BuilderProtobuf typecommand_request.Batch-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMMANDS_FIELD_NUMBERstatic intIS_ATOMIC_FIELD_NUMBERstatic intRAISE_ON_ERROR_FIELD_NUMBERstatic intRETRY_CONNECTION_ERROR_FIELD_NUMBERstatic intRETRY_SERVER_ERROR_FIELD_NUMBERstatic intTIMEOUT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CommandRequestOuterClass.CommandgetCommands(int index)repeated .command_request.Command commands = 2;intgetCommandsCount()repeated .command_request.Command commands = 2;java.util.List<CommandRequestOuterClass.Command>getCommandsList()repeated .command_request.Command commands = 2;CommandRequestOuterClass.CommandOrBuildergetCommandsOrBuilder(int index)repeated .command_request.Command commands = 2;java.util.List<? extends CommandRequestOuterClass.CommandOrBuilder>getCommandsOrBuilderList()repeated .command_request.Command commands = 2;static CommandRequestOuterClass.BatchgetDefaultInstance()CommandRequestOuterClass.BatchgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()booleangetIsAtomic()bool is_atomic = 1;com.google.protobuf.Parser<CommandRequestOuterClass.Batch>getParserForType()booleangetRaiseOnError()optional bool raise_on_error = 3;booleangetRetryConnectionError()optional bool retry_connection_error = 6;booleangetRetryServerError()optional bool retry_server_error = 5;intgetSerializedSize()intgetTimeout()optional uint32 timeout = 4;inthashCode()booleanhasRaiseOnError()optional bool raise_on_error = 3;booleanhasRetryConnectionError()optional bool retry_connection_error = 6;booleanhasRetryServerError()optional bool retry_server_error = 5;booleanhasTimeout()optional uint32 timeout = 4;protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static CommandRequestOuterClass.Batch.BuildernewBuilder()static CommandRequestOuterClass.Batch.BuildernewBuilder(CommandRequestOuterClass.Batch prototype)CommandRequestOuterClass.Batch.BuildernewBuilderForType()protected CommandRequestOuterClass.Batch.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)static CommandRequestOuterClass.BatchparseDelimitedFrom(java.io.InputStream input)static CommandRequestOuterClass.BatchparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandRequestOuterClass.BatchparseFrom(byte[] data)static CommandRequestOuterClass.BatchparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandRequestOuterClass.BatchparseFrom(com.google.protobuf.ByteString data)static CommandRequestOuterClass.BatchparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandRequestOuterClass.BatchparseFrom(com.google.protobuf.CodedInputStream input)static CommandRequestOuterClass.BatchparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandRequestOuterClass.BatchparseFrom(java.io.InputStream input)static CommandRequestOuterClass.BatchparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommandRequestOuterClass.BatchparseFrom(java.nio.ByteBuffer data)static CommandRequestOuterClass.BatchparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<CommandRequestOuterClass.Batch>parser()CommandRequestOuterClass.Batch.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, 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, hashFields, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
IS_ATOMIC_FIELD_NUMBER
public static final int IS_ATOMIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COMMANDS_FIELD_NUMBER
public static final int COMMANDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RAISE_ON_ERROR_FIELD_NUMBER
public static final int RAISE_ON_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RETRY_SERVER_ERROR_FIELD_NUMBER
public static final int RETRY_SERVER_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RETRY_CONNECTION_ERROR_FIELD_NUMBER
public static final int RETRY_CONNECTION_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getIsAtomic
public boolean getIsAtomic()
bool is_atomic = 1;- Specified by:
getIsAtomicin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- The isAtomic.
-
getCommandsList
public java.util.List<CommandRequestOuterClass.Command> getCommandsList()
repeated .command_request.Command commands = 2;- Specified by:
getCommandsListin interfaceCommandRequestOuterClass.BatchOrBuilder
-
getCommandsOrBuilderList
public java.util.List<? extends CommandRequestOuterClass.CommandOrBuilder> getCommandsOrBuilderList()
repeated .command_request.Command commands = 2;- Specified by:
getCommandsOrBuilderListin interfaceCommandRequestOuterClass.BatchOrBuilder
-
getCommandsCount
public int getCommandsCount()
repeated .command_request.Command commands = 2;- Specified by:
getCommandsCountin interfaceCommandRequestOuterClass.BatchOrBuilder
-
getCommands
public CommandRequestOuterClass.Command getCommands(int index)
repeated .command_request.Command commands = 2;- Specified by:
getCommandsin interfaceCommandRequestOuterClass.BatchOrBuilder
-
getCommandsOrBuilder
public CommandRequestOuterClass.CommandOrBuilder getCommandsOrBuilder(int index)
repeated .command_request.Command commands = 2;- Specified by:
getCommandsOrBuilderin interfaceCommandRequestOuterClass.BatchOrBuilder
-
hasRaiseOnError
public boolean hasRaiseOnError()
optional bool raise_on_error = 3;- Specified by:
hasRaiseOnErrorin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- Whether the raiseOnError field is set.
-
getRaiseOnError
public boolean getRaiseOnError()
optional bool raise_on_error = 3;- Specified by:
getRaiseOnErrorin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- The raiseOnError.
-
hasTimeout
public boolean hasTimeout()
optional uint32 timeout = 4;- Specified by:
hasTimeoutin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- Whether the timeout field is set.
-
getTimeout
public int getTimeout()
optional uint32 timeout = 4;- Specified by:
getTimeoutin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- The timeout.
-
hasRetryServerError
public boolean hasRetryServerError()
optional bool retry_server_error = 5;- Specified by:
hasRetryServerErrorin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- Whether the retryServerError field is set.
-
getRetryServerError
public boolean getRetryServerError()
optional bool retry_server_error = 5;- Specified by:
getRetryServerErrorin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- The retryServerError.
-
hasRetryConnectionError
public boolean hasRetryConnectionError()
optional bool retry_connection_error = 6;- Specified by:
hasRetryConnectionErrorin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- Whether the retryConnectionError field is set.
-
getRetryConnectionError
public boolean getRetryConnectionError()
optional bool retry_connection_error = 6;- Specified by:
getRetryConnectionErrorin interfaceCommandRequestOuterClass.BatchOrBuilder- Returns:
- The retryConnectionError.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
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.GeneratedMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
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 CommandRequestOuterClass.Batch parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static CommandRequestOuterClass.Batch parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static CommandRequestOuterClass.Batch parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static CommandRequestOuterClass.Batch parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public CommandRequestOuterClass.Batch.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static CommandRequestOuterClass.Batch.Builder newBuilder()
-
newBuilder
public static CommandRequestOuterClass.Batch.Builder newBuilder(CommandRequestOuterClass.Batch prototype)
-
toBuilder
public CommandRequestOuterClass.Batch.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CommandRequestOuterClass.Batch.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static CommandRequestOuterClass.Batch getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<CommandRequestOuterClass.Batch> parser()
-
getParserForType
public com.google.protobuf.Parser<CommandRequestOuterClass.Batch> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
public CommandRequestOuterClass.Batch getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-