Class InputController.GetControlsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<InputController.GetControlsRequest,InputController.GetControlsRequest.Builder>
com.viam.component.inputcontroller.v1.InputController.GetControlsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,InputController.GetControlsRequestOrBuilder
,Cloneable
- Enclosing class:
- InputController.GetControlsRequest
public static final class InputController.GetControlsRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<InputController.GetControlsRequest,InputController.GetControlsRequest.Builder>
implements InputController.GetControlsRequestOrBuilder
Protobuf type
viam.component.inputcontroller.v1.GetControlsRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionName of an input controllerAdditional arguments to the methodName of an input controllercom.google.protobuf.ByteString
Name of an input controllercom.google.protobuf.Struct
getExtra()
Additional arguments to the methodboolean
hasExtra()
Additional arguments to the methodmergeExtra
(com.google.protobuf.Struct value) Additional arguments to the methodsetController
(String value) Name of an input controllersetControllerBytes
(com.google.protobuf.ByteString value) Name of an input controllersetExtra
(com.google.protobuf.Struct value) Additional arguments to the methodsetExtra
(com.google.protobuf.Struct.Builder builderForValue) Additional arguments to the methodMethods 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
-
getController
Name of an input controller
string controller = 1 [json_name = "controller"];
- Specified by:
getController
in interfaceInputController.GetControlsRequestOrBuilder
- Returns:
- The controller.
-
getControllerBytes
public com.google.protobuf.ByteString getControllerBytes()Name of an input controller
string controller = 1 [json_name = "controller"];
- Specified by:
getControllerBytes
in interfaceInputController.GetControlsRequestOrBuilder
- Returns:
- The bytes for controller.
-
setController
Name of an input controller
string controller = 1 [json_name = "controller"];
- Parameters:
value
- The controller to set.- Returns:
- This builder for chaining.
-
clearController
Name of an input controller
string controller = 1 [json_name = "controller"];
- Returns:
- This builder for chaining.
-
setControllerBytes
public InputController.GetControlsRequest.Builder setControllerBytes(com.google.protobuf.ByteString value) Name of an input controller
string controller = 1 [json_name = "controller"];
- Parameters:
value
- The bytes for controller to set.- Returns:
- This builder for chaining.
-
hasExtra
public boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
- Specified by:
hasExtra
in interfaceInputController.GetControlsRequestOrBuilder
- 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 interfaceInputController.GetControlsRequestOrBuilder
- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
setExtra
public InputController.GetControlsRequest.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"];
-