Package viam.app.v1
Interface AppOuterClass.GetLocationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetLocationRequest
,AppOuterClass.GetLocationRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.GetLocationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation ID of location to get.com.google.protobuf.ByteString
Location ID of location to get.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()Location ID of location to get.
string location_id = 1 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()Location ID of location to get.
string location_id = 1 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-