Package com.viam.robot.v1
Interface Robot.OperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Robot.Operation
,Robot.Operation.Builder
- Enclosing class:
- Robot
public static interface Robot.OperationOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
.google.protobuf.Struct arguments = 3 [json_name = "arguments"];
getId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
string method = 2 [json_name = "method"];
com.google.protobuf.ByteString
string method = 2 [json_name = "method"];
optional string session_id = 5 [json_name = "sessionId"];
com.google.protobuf.ByteString
optional string session_id = 5 [json_name = "sessionId"];
com.google.protobuf.Timestamp
.google.protobuf.Timestamp started = 4 [json_name = "started"];
boolean
.google.protobuf.Struct arguments = 3 [json_name = "arguments"];
boolean
optional string session_id = 5 [json_name = "sessionId"];
boolean
.google.protobuf.Timestamp started = 4 [json_name = "started"];
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.
-
getMethod
String getMethod()string method = 2 [json_name = "method"];
- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()string method = 2 [json_name = "method"];
- Returns:
- The bytes for method.
-
hasArguments
boolean hasArguments().google.protobuf.Struct arguments = 3 [json_name = "arguments"];
- Returns:
- Whether the arguments field is set.
-
getArguments
com.google.protobuf.Struct getArguments().google.protobuf.Struct arguments = 3 [json_name = "arguments"];
- Returns:
- The arguments.
-
hasStarted
boolean hasStarted().google.protobuf.Timestamp started = 4 [json_name = "started"];
- Returns:
- Whether the started field is set.
-
getStarted
com.google.protobuf.Timestamp getStarted().google.protobuf.Timestamp started = 4 [json_name = "started"];
- Returns:
- The started.
-
hasSessionId
boolean hasSessionId()optional string session_id = 5 [json_name = "sessionId"];
- Returns:
- Whether the sessionId field is set.
-
getSessionId
String getSessionId()optional string session_id = 5 [json_name = "sessionId"];
- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()optional string session_id = 5 [json_name = "sessionId"];
- Returns:
- The bytes for sessionId.
-