Class InputController.GetEventsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<InputController.GetEventsRequest,InputController.GetEventsRequest.Builder>
com.viam.component.inputcontroller.v1.InputController.GetEventsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,InputController.GetEventsRequestOrBuilder,Cloneable
- Enclosing class:
- InputController.GetEventsRequest
public static final class InputController.GetEventsRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<InputController.GetEventsRequest,InputController.GetEventsRequest.Builder>
implements InputController.GetEventsRequestOrBuilder
Protobuf type
viam.component.inputcontroller.v1.GetEventsRequest-
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.ByteStringName of an input controllercom.google.protobuf.StructgetExtra()Additional arguments to the methodbooleanhasExtra()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, 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
-
getController
Name of an input controller
string controller = 1 [json_name = "controller"];- Specified by:
getControllerin interfaceInputController.GetEventsRequestOrBuilder- Returns:
- The controller.
-
getControllerBytes
public com.google.protobuf.ByteString getControllerBytes()Name of an input controller
string controller = 1 [json_name = "controller"];- Specified by:
getControllerBytesin interfaceInputController.GetEventsRequestOrBuilder- 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.GetEventsRequest.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:
hasExtrain interfaceInputController.GetEventsRequestOrBuilder- 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 interfaceInputController.GetEventsRequestOrBuilder- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"]; -
setExtra
public InputController.GetEventsRequest.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"];
-