Package viam.app.v1
Interface App.ListLocationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ListLocationsResponse
,App.ListLocationsResponse.Builder
- Enclosing class:
- App
public static interface App.ListLocationsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLocations
(int index) repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
int
repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationsList
List<App.Location> getLocationsList()repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
-
getLocations
repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
-
getLocationsCount
int getLocationsCount()repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
-