Package com.viam.service.motion.v1
Class Motion.ListPlanStatusesRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Motion.ListPlanStatusesRequest,Motion.ListPlanStatusesRequest.Builder>
com.viam.service.motion.v1.Motion.ListPlanStatusesRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Motion.ListPlanStatusesRequestOrBuilder,Cloneable
- Enclosing class:
- Motion.ListPlanStatusesRequest
public static final class Motion.ListPlanStatusesRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Motion.ListPlanStatusesRequest,Motion.ListPlanStatusesRequest.Builder>
implements Motion.ListPlanStatusesRequestOrBuilder
Protobuf type
viam.service.motion.v1.ListPlanStatusesRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionAdditional arguments to the methodThe name of the motion serviceIf supplied, the response will filter the plan results for the supplied statecom.google.protobuf.StructgetExtra()Additional arguments to the methodgetName()The name of the motion servicecom.google.protobuf.ByteStringThe name of the motion servicebooleanIf supplied, the response will filter the plan results for the supplied statebooleanhasExtra()Additional arguments to the methodmergeExtra(com.google.protobuf.Struct value) Additional arguments to the methodsetExtra(com.google.protobuf.Struct value) Additional arguments to the methodsetExtra(com.google.protobuf.Struct.Builder builderForValue) Additional arguments to the methodThe name of the motion servicesetNameBytes(com.google.protobuf.ByteString value) The name of the motion servicesetOnlyActivePlans(boolean value) If supplied, the response will filter the plan results for the supplied stateMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
The name of the motion service
string name = 1 [json_name = "name"];- Specified by:
getNamein interfaceMotion.ListPlanStatusesRequestOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The name of the motion service
string name = 1 [json_name = "name"];- Specified by:
getNameBytesin interfaceMotion.ListPlanStatusesRequestOrBuilder- Returns:
- The bytes for name.
-
setName
The name of the motion service
string name = 1 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
The name of the motion service
string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
The name of the motion service
string name = 1 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getOnlyActivePlans
public boolean getOnlyActivePlans()If supplied, the response will filter the plan results for the supplied state
bool only_active_plans = 2 [json_name = "onlyActivePlans"];- Specified by:
getOnlyActivePlansin interfaceMotion.ListPlanStatusesRequestOrBuilder- Returns:
- The onlyActivePlans.
-
setOnlyActivePlans
If supplied, the response will filter the plan results for the supplied state
bool only_active_plans = 2 [json_name = "onlyActivePlans"];- Parameters:
value- The onlyActivePlans to set.- Returns:
- This builder for chaining.
-
clearOnlyActivePlans
If supplied, the response will filter the plan results for the supplied state
bool only_active_plans = 2 [json_name = "onlyActivePlans"];- Returns:
- This builder for chaining.
-
hasExtra
public boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Specified by:
hasExtrain interfaceMotion.ListPlanStatusesRequestOrBuilder- Returns:
- Whether the extra field is set.
-
getExtra
public com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Specified by:
getExtrain interfaceMotion.ListPlanStatusesRequestOrBuilder- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"]; -
setExtra
public Motion.ListPlanStatusesRequest.Builder setExtra(com.google.protobuf.Struct.Builder builderForValue) Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"]; -
mergeExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"]; -
clearExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-