Package viam.app.v1
Interface AppOuterClass.GetLocationMetadataRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetLocationMetadataRequest,AppOuterClass.GetLocationMetadataRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.GetLocationMetadataRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 1 [json_name = "locationId"];com.google.protobuf.ByteStringstring 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.
-