Interface Motion.ListPlanStatusesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Motion.ListPlanStatusesResponse, Motion.ListPlanStatusesResponse.Builder
Enclosing class:
Motion

public static interface Motion.ListPlanStatusesResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    List of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending order
    int
    List of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending order
    List of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending order

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPlanStatusesWithIdsList

      List<Motion.PlanStatusWithID> getPlanStatusesWithIdsList()
       List of last known statuses with the associated IDs of all plans within the TTL
       ordered by timestamp in ascending order
       
      repeated .viam.service.motion.v1.PlanStatusWithID plan_statuses_with_ids = 1 [json_name = "planStatusesWithIds"];
    • getPlanStatusesWithIds

      Motion.PlanStatusWithID getPlanStatusesWithIds(int index)
       List of last known statuses with the associated IDs of all plans within the TTL
       ordered by timestamp in ascending order
       
      repeated .viam.service.motion.v1.PlanStatusWithID plan_statuses_with_ids = 1 [json_name = "planStatusesWithIds"];
    • getPlanStatusesWithIdsCount

      int getPlanStatusesWithIdsCount()
       List of last known statuses with the associated IDs of all plans within the TTL
       ordered by timestamp in ascending order
       
      repeated .viam.service.motion.v1.PlanStatusWithID plan_statuses_with_ids = 1 [json_name = "planStatusesWithIds"];