Package viam.app.v1
Interface AppOuterClass.LocationSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.LocationSummary
,AppOuterClass.LocationSummary.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.LocationSummaryOrBuilder
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"];
string location_name = 2 [json_name = "locationName"];
com.google.protobuf.ByteString
string location_name = 2 [json_name = "locationName"];
getMachineSummaries
(int index) repeated .viam.app.v1.MachineSummary machine_summaries = 3 [json_name = "machineSummaries"];
int
repeated .viam.app.v1.MachineSummary machine_summaries = 3 [json_name = "machineSummaries"];
repeated .viam.app.v1.MachineSummary machine_summaries = 3 [json_name = "machineSummaries"];
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.
-
getLocationName
String getLocationName()string location_name = 2 [json_name = "locationName"];
- Returns:
- The locationName.
-
getLocationNameBytes
com.google.protobuf.ByteString getLocationNameBytes()string location_name = 2 [json_name = "locationName"];
- Returns:
- The bytes for locationName.
-
getMachineSummariesList
List<AppOuterClass.MachineSummary> getMachineSummariesList()repeated .viam.app.v1.MachineSummary machine_summaries = 3 [json_name = "machineSummaries"];
-
getMachineSummaries
repeated .viam.app.v1.MachineSummary machine_summaries = 3 [json_name = "machineSummaries"];
-
getMachineSummariesCount
int getMachineSummariesCount()repeated .viam.app.v1.MachineSummary machine_summaries = 3 [json_name = "machineSummaries"];
-