Package viam.app.v1

Interface AppOuterClass.ListRobotsForLocationsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.ListRobotsForLocationsRequest, AppOuterClass.ListRobotsForLocationsRequest.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.ListRobotsForLocationsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getLocationIds(int index)
    repeated string location_ids = 1 [json_name = "locationIds"];
    com.google.protobuf.ByteString
    repeated string location_ids = 1 [json_name = "locationIds"];
    int
    repeated string location_ids = 1 [json_name = "locationIds"];
    repeated string location_ids = 1 [json_name = "locationIds"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLocationIdsList

      List<String> getLocationIdsList()
      repeated string location_ids = 1 [json_name = "locationIds"];
      Returns:
      A list containing the locationIds.
    • getLocationIdsCount

      int getLocationIdsCount()
      repeated string location_ids = 1 [json_name = "locationIds"];
      Returns:
      The count of locationIds.
    • getLocationIds

      String getLocationIds(int index)
      repeated string location_ids = 1 [json_name = "locationIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The locationIds at the given index.
    • getLocationIdsBytes

      com.google.protobuf.ByteString getLocationIdsBytes(int index)
      repeated string location_ids = 1 [json_name = "locationIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The locationIds at the given index.