Package viam.app.v1
Interface Robot.AppValidationStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.AppValidationStatus
,Robot.AppValidationStatus.Builder
- Enclosing class:
- Robot
public static interface Robot.AppValidationStatusOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
string error = 1 [json_name = "error"];
com.google.protobuf.ByteString
string error = 1 [json_name = "error"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getError
String getError()string error = 1 [json_name = "error"];
- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()string error = 1 [json_name = "error"];
- Returns:
- The bytes for error.
-