Package viam.app.v1
Interface App.ListRobotsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ListRobotsRequest
,App.ListRobotsRequest.Builder
- Enclosing class:
- App
public static interface App.ListRobotsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 1 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 1 [json_name = "locationId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()string location_id = 1 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 1 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-