Package viam.app.v1
Interface AppOuterClass.UpdateRobotRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.UpdateRobotRequest,AppOuterClass.UpdateRobotRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.UpdateRobotRequestOrBuilder
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"];string location = 3 [json_name = "location"];com.google.protobuf.ByteStringstring location = 3 [json_name = "location"];getName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringstring name = 2 [json_name = "name"];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.
-
getLocation
String getLocation()string location = 3 [json_name = "location"];- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()string location = 3 [json_name = "location"];- Returns:
- The bytes for location.
-