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 SummaryFields inherited from class com.google.protobuf.GeneratedMessageLite.Builderinstance
- 
Method SummaryModifier and TypeMethodDescriptionThe component of the currently executing plan to stopDeprecated.Additional arguments to the methodThe name of the motion serviceThe component of the currently executing plan to stopcom.google.protobuf.ByteStringThe component of the currently executing plan to stopDeprecated.com.google.protobuf.StructgetExtra()Additional arguments to the methodgetName()The name of the motion servicecom.google.protobuf.ByteStringThe name of the motion servicebooleanDeprecated.booleanhasExtra()Additional arguments to the methodDeprecated.mergeExtra(com.google.protobuf.Struct value) Additional arguments to the methodsetComponentName(String value) The component of the currently executing plan to stopsetComponentNameBytes(com.google.protobuf.ByteString value) The component of the currently executing plan to stopDeprecated.setComponentNameDeprecated(Common.ResourceName.Builder builderForValue) Deprecated.setExtra(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.Builderbuild, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.BuilderaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType, isInitialized
- 
Method Details- 
getNameThe name of the motion service string name = 1 [json_name = "name"];- Specified by:
- getNamein interface- Motion.StopPlanRequestOrBuilder
- Returns:
- The name.
 
- 
getNameBytespublic com.google.protobuf.ByteString getNameBytes()The name of the motion service string name = 1 [json_name = "name"];- Specified by:
- getNameBytesin interface- Motion.StopPlanRequestOrBuilder
- Returns:
- The bytes for name.
 
- 
setNameThe name of the motion service string name = 1 [json_name = "name"];- Parameters:
- value- The name to set.
- Returns:
- This builder for chaining.
 
- 
clearNameThe name of the motion service string name = 1 [json_name = "name"];- Returns:
- This builder for chaining.
 
- 
setNameBytesThe name of the motion service string name = 1 [json_name = "name"];- Parameters:
- value- The bytes for name to set.
- Returns:
- This builder for chaining.
 
- 
hasComponentNameDeprecatedDeprecated.Deprecated, use component_name field. .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];- Specified by:
- hasComponentNameDeprecatedin interface- Motion.StopPlanRequestOrBuilder
- Returns:
- Whether the componentNameDeprecated field is set.
 
- 
getComponentNameDeprecatedDeprecated.Deprecated, use component_name field. .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];- Specified by:
- getComponentNameDeprecatedin interface- Motion.StopPlanRequestOrBuilder
- Returns:
- The componentNameDeprecated.
 
- 
setComponentNameDeprecated@Deprecated public Motion.StopPlanRequest.Builder setComponentNameDeprecated(Common.ResourceName value) Deprecated.Deprecated, use component_name field. .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];
- 
setComponentNameDeprecated@Deprecated public Motion.StopPlanRequest.Builder setComponentNameDeprecated(Common.ResourceName.Builder builderForValue) Deprecated.Deprecated, use component_name field. .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];
- 
mergeComponentNameDeprecated@Deprecated public Motion.StopPlanRequest.Builder mergeComponentNameDeprecated(Common.ResourceName value) Deprecated.Deprecated, use component_name field. .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];
- 
clearComponentNameDeprecatedDeprecated.Deprecated, use component_name field. .viam.common.v1.ResourceName component_name_deprecated = 2 [json_name = "componentNameDeprecated", deprecated = true];
- 
getComponentNameThe component of the currently executing plan to stop string component_name = 3 [json_name = "componentName"];- Specified by:
- getComponentNamein interface- Motion.StopPlanRequestOrBuilder
- Returns:
- The componentName.
 
- 
getComponentNameBytespublic com.google.protobuf.ByteString getComponentNameBytes()The component of the currently executing plan to stop string component_name = 3 [json_name = "componentName"];- Specified by:
- getComponentNameBytesin interface- Motion.StopPlanRequestOrBuilder
- Returns:
- The bytes for componentName.
 
- 
setComponentNameThe component of the currently executing plan to stop string component_name = 3 [json_name = "componentName"];- Parameters:
- value- The componentName to set.
- Returns:
- This builder for chaining.
 
- 
clearComponentNameThe component of the currently executing plan to stop string component_name = 3 [json_name = "componentName"];- Returns:
- This builder for chaining.
 
- 
setComponentNameBytesThe component of the currently executing plan to stop string component_name = 3 [json_name = "componentName"];- Parameters:
- value- The bytes for componentName to set.
- Returns:
- This builder for chaining.
 
- 
hasExtrapublic boolean hasExtra()Additional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];- Specified by:
- hasExtrain interface- Motion.StopPlanRequestOrBuilder
- Returns:
- Whether the extra field is set.
 
- 
getExtrapublic com.google.protobuf.Struct getExtra()Additional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];- Specified by:
- getExtrain interface- Motion.StopPlanRequestOrBuilder
- Returns:
- The extra.
 
- 
setExtraAdditional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];
- 
setExtraAdditional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];
- 
mergeExtraAdditional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];
- 
clearExtraAdditional arguments to the method .google.protobuf.Struct extra = 99 [json_name = "extra"];
 
-