Package command_request
Interface CommandRequestOuterClass.BatchOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandRequestOuterClass.Batch,CommandRequestOuterClass.Batch.Builder
- Enclosing class:
- CommandRequestOuterClass
public static interface CommandRequestOuterClass.BatchOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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;booleangetIsAtomic()bool is_atomic = 1;booleangetRaiseOnError()optional bool raise_on_error = 3;booleangetRetryConnectionError()optional bool retry_connection_error = 6;booleangetRetryServerError()optional bool retry_server_error = 5;intgetTimeout()optional uint32 timeout = 4;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;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIsAtomic
boolean getIsAtomic()
bool is_atomic = 1;- Returns:
- The isAtomic.
-
getCommandsList
java.util.List<CommandRequestOuterClass.Command> getCommandsList()
repeated .command_request.Command commands = 2;
-
getCommands
CommandRequestOuterClass.Command getCommands(int index)
repeated .command_request.Command commands = 2;
-
getCommandsCount
int getCommandsCount()
repeated .command_request.Command commands = 2;
-
getCommandsOrBuilderList
java.util.List<? extends CommandRequestOuterClass.CommandOrBuilder> getCommandsOrBuilderList()
repeated .command_request.Command commands = 2;
-
getCommandsOrBuilder
CommandRequestOuterClass.CommandOrBuilder getCommandsOrBuilder(int index)
repeated .command_request.Command commands = 2;
-
hasRaiseOnError
boolean hasRaiseOnError()
optional bool raise_on_error = 3;- Returns:
- Whether the raiseOnError field is set.
-
getRaiseOnError
boolean getRaiseOnError()
optional bool raise_on_error = 3;- Returns:
- The raiseOnError.
-
hasTimeout
boolean hasTimeout()
optional uint32 timeout = 4;- Returns:
- Whether the timeout field is set.
-
getTimeout
int getTimeout()
optional uint32 timeout = 4;- Returns:
- The timeout.
-
hasRetryServerError
boolean hasRetryServerError()
optional bool retry_server_error = 5;- Returns:
- Whether the retryServerError field is set.
-
getRetryServerError
boolean getRetryServerError()
optional bool retry_server_error = 5;- Returns:
- The retryServerError.
-
hasRetryConnectionError
boolean hasRetryConnectionError()
optional bool retry_connection_error = 6;- Returns:
- Whether the retryConnectionError field is set.
-
getRetryConnectionError
boolean getRetryConnectionError()
optional bool retry_connection_error = 6;- Returns:
- The retryConnectionError.
-
-