Package com.viam.service.motion.v1
Class Motion.StopPlanRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Motion.StopPlanRequest,Motion.StopPlanRequest.Builder>
com.viam.service.motion.v1.Motion.StopPlanRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Motion.StopPlanRequestOrBuilder
,Cloneable
- Enclosing class:
- Motion.StopPlanRequest
public static final class Motion.StopPlanRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Motion.StopPlanRequest,Motion.StopPlanRequest.Builder>
implements Motion.StopPlanRequestOrBuilder
Protobuf type
viam.service.motion.v1.StopPlanRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionThe component of the currently executing plan to stopAdditional arguments to the methodThe name of the motion serviceThe component of the currently executing plan to stopcom.google.protobuf.Struct
getExtra()
Additional arguments to the methodgetName()
The name of the motion servicecom.google.protobuf.ByteString
The name of the motion serviceboolean
The component of the currently executing plan to stopboolean
hasExtra()
Additional arguments to the methodThe component of the currently executing plan to stopmergeExtra
(com.google.protobuf.Struct value) Additional arguments to the methodThe component of the currently executing plan to stopsetComponentName
(Common.ResourceName.Builder builderForValue) The component of the currently executing plan to stopsetExtra
(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 serviceMethods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getName
in interfaceMotion.StopPlanRequestOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()The name of the motion service
string name = 1 [json_name = "name"];
- Specified by:
getNameBytes
in interfaceMotion.StopPlanRequestOrBuilder
- 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.
-
hasComponentName
public boolean hasComponentName()The component of the currently executing plan to stop
.viam.common.v1.ResourceName component_name = 2 [json_name = "componentName"];
- Specified by:
hasComponentName
in interfaceMotion.StopPlanRequestOrBuilder
- Returns:
- Whether the componentName field is set.
-
getComponentName
The component of the currently executing plan to stop
.viam.common.v1.ResourceName component_name = 2 [json_name = "componentName"];
- Specified by:
getComponentName
in interfaceMotion.StopPlanRequestOrBuilder
- Returns:
- The componentName.
-
setComponentName
The component of the currently executing plan to stop
.viam.common.v1.ResourceName component_name = 2 [json_name = "componentName"];
-
setComponentName
The component of the currently executing plan to stop
.viam.common.v1.ResourceName component_name = 2 [json_name = "componentName"];
-
mergeComponentName
The component of the currently executing plan to stop
.viam.common.v1.ResourceName component_name = 2 [json_name = "componentName"];
-
clearComponentName
The component of the currently executing plan to stop
.viam.common.v1.ResourceName component_name = 2 [json_name = "componentName"];
-
hasExtra
public boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Specified by:
hasExtra
in interfaceMotion.StopPlanRequestOrBuilder
- 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:
getExtra
in interfaceMotion.StopPlanRequestOrBuilder
- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
setExtra
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"];
-