Package viam.app.v1

Interface App.GetLocationRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.GetLocationRequest, App.GetLocationRequest.Builder
Enclosing class:
App

public static interface App.GetLocationRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Location 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.