Interface BotResetMovementResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BotResetMovementResponse, BotResetMovementResponse.Builder
@Generated
public interface BotResetMovementResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSuccess
boolean getSuccess()Whether the movement was successfully reset.
bool success = 1;- Returns:
- The success.
-
hasError
boolean hasError()Error message if success is false.
optional string error = 2;- Returns:
- Whether the error field is set.
-
getError
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()Error message if success is false.
optional string error = 2;- Returns:
- The bytes for error.
-