Package viam.app.v1
Interface Robot.NeedsRestartResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.NeedsRestartResponse
,Robot.NeedsRestartResponse.Builder
- Enclosing class:
- Robot
public static interface Robot.NeedsRestartResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Robot part id.com.google.protobuf.ByteString
Robot part id.boolean
bool must_restart = 2 [json_name = "mustRestart"];
com.google.protobuf.Duration
.google.protobuf.Duration restart_check_interval = 3 [json_name = "restartCheckInterval"];
boolean
.google.protobuf.Duration restart_check_interval = 3 [json_name = "restartCheckInterval"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()Robot part id.
string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Robot part id.
string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
getMustRestart
boolean getMustRestart()bool must_restart = 2 [json_name = "mustRestart"];
- Returns:
- The mustRestart.
-
hasRestartCheckInterval
boolean hasRestartCheckInterval().google.protobuf.Duration restart_check_interval = 3 [json_name = "restartCheckInterval"];
- Returns:
- Whether the restartCheckInterval field is set.
-
getRestartCheckInterval
com.google.protobuf.Duration getRestartCheckInterval().google.protobuf.Duration restart_check_interval = 3 [json_name = "restartCheckInterval"];
- Returns:
- The restartCheckInterval.
-