Package viam.app.v1
Interface App.UpdateRobotRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateRobotRequest
,App.UpdateRobotRequest.Builder
- Enclosing class:
- App
public static interface App.UpdateRobotRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
string id = 1 [json_name = "id"];
com.google.protobuf.ByteString
string id = 1 [json_name = "id"];
string location = 3 [json_name = "location"];
com.google.protobuf.ByteString
string location = 3 [json_name = "location"];
getName()
string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
string 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.
-