Package com.viam.service.motion.v1
Interface Motion.ListPlanStatusesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Motion.ListPlanStatusesRequest
,Motion.ListPlanStatusesRequest.Builder
- Enclosing class:
- Motion
public static interface Motion.ListPlanStatusesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Struct
getExtra()
Additional arguments to the methodgetName()
The name of the motion servicecom.google.protobuf.ByteString
The name of the motion serviceboolean
If supplied, the response will filter the plan results for the supplied stateboolean
hasExtra()
Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()The name of the motion service
string name = 1 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the motion service
string name = 1 [json_name = "name"];
- Returns:
- The bytes for name.
-
getOnlyActivePlans
boolean getOnlyActivePlans()If supplied, the response will filter the plan results for the supplied state
bool only_active_plans = 2 [json_name = "onlyActivePlans"];
- Returns:
- The onlyActivePlans.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Returns:
- The extra.
-