Package com.viam.robot.v1
Interface Robot.StartSessionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.StartSessionResponse
,Robot.StartSessionResponse.Builder
- Enclosing class:
- Robot
public static interface Robot.StartSessionResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Duration
.google.protobuf.Duration heartbeat_window = 2 [json_name = "heartbeatWindow"];
getId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
boolean
.google.protobuf.Duration heartbeat_window = 2 [json_name = "heartbeatWindow"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];
- Returns:
- The bytes for id.
-
hasHeartbeatWindow
boolean hasHeartbeatWindow().google.protobuf.Duration heartbeat_window = 2 [json_name = "heartbeatWindow"];
- Returns:
- Whether the heartbeatWindow field is set.
-
getHeartbeatWindow
com.google.protobuf.Duration getHeartbeatWindow().google.protobuf.Duration heartbeat_window = 2 [json_name = "heartbeatWindow"];
- Returns:
- The heartbeatWindow.
-