Package viam.app.v1
Interface AppOuterClass.UpdateRobotPartRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.UpdateRobotPartRequest,AppOuterClass.UpdateRobotPartRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.UpdateRobotPartRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];com.google.protobuf.Timestampoptional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];getName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringstring name = 2 [json_name = "name"];com.google.protobuf.Struct.google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];booleanoptional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];boolean.google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];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.
-
getName
String getName()string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
hasRobotConfig
boolean hasRobotConfig().google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];- Returns:
- Whether the robotConfig field is set.
-
getRobotConfig
com.google.protobuf.Struct getRobotConfig().google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];- Returns:
- The robotConfig.
-
hasLastKnownUpdate
boolean hasLastKnownUpdate()optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];- Returns:
- Whether the lastKnownUpdate field is set.
-
getLastKnownUpdate
com.google.protobuf.Timestamp getLastKnownUpdate()optional .google.protobuf.Timestamp last_known_update = 4 [json_name = "lastKnownUpdate"];- Returns:
- The lastKnownUpdate.
-