Package viam.app.v1

Interface AppOuterClass.ListLocationsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getLocations(int index)
    repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
    int
    repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
    repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getLocationsList

      List<AppOuterClass.Location> getLocationsList()
      repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
    • getLocations

      AppOuterClass.Location getLocations(int index)
      repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];
    • getLocationsCount

      int getLocationsCount()
      repeated .viam.app.v1.Location locations = 1 [json_name = "locations"];