Package com.viam.service.motion.v1
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 TypeMethodDescriptiongetPlanStatusesWithIds
(int index) List of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending orderint
List of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending orderList of last known statuses with the associated IDs of all plans within the TTL ordered by timestamp in ascending orderMethods 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
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"];
-