Package com.viam.component.board.v1
Class Board.GetDigitalInterruptValueRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Board.GetDigitalInterruptValueRequest,Board.GetDigitalInterruptValueRequest.Builder>
com.viam.component.board.v1.Board.GetDigitalInterruptValueRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Board.GetDigitalInterruptValueRequestOrBuilder
,Cloneable
- Enclosing class:
- Board.GetDigitalInterruptValueRequest
public static final class Board.GetDigitalInterruptValueRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Board.GetDigitalInterruptValueRequest,Board.GetDigitalInterruptValueRequest.Builder>
implements Board.GetDigitalInterruptValueRequestOrBuilder
Protobuf type
viam.component.board.v1.GetDigitalInterruptValueRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring board_name = 1 [json_name = "boardName"];
string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
Additional arguments to the methodstring board_name = 1 [json_name = "boardName"];
com.google.protobuf.ByteString
string board_name = 1 [json_name = "boardName"];
string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
com.google.protobuf.ByteString
string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
com.google.protobuf.Struct
getExtra()
Additional arguments to the methodboolean
hasExtra()
Additional arguments to the methodmergeExtra
(com.google.protobuf.Struct value) Additional arguments to the methodsetBoardName
(String value) string board_name = 1 [json_name = "boardName"];
setBoardNameBytes
(com.google.protobuf.ByteString value) string board_name = 1 [json_name = "boardName"];
setDigitalInterruptName
(String value) string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
setDigitalInterruptNameBytes
(com.google.protobuf.ByteString value) string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
setExtra
(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
-
getBoardName
string board_name = 1 [json_name = "boardName"];
- Specified by:
getBoardName
in interfaceBoard.GetDigitalInterruptValueRequestOrBuilder
- Returns:
- The boardName.
-
getBoardNameBytes
public com.google.protobuf.ByteString getBoardNameBytes()string board_name = 1 [json_name = "boardName"];
- Specified by:
getBoardNameBytes
in interfaceBoard.GetDigitalInterruptValueRequestOrBuilder
- Returns:
- The bytes for boardName.
-
setBoardName
string board_name = 1 [json_name = "boardName"];
- Parameters:
value
- The boardName to set.- Returns:
- This builder for chaining.
-
clearBoardName
string board_name = 1 [json_name = "boardName"];
- Returns:
- This builder for chaining.
-
setBoardNameBytes
public Board.GetDigitalInterruptValueRequest.Builder setBoardNameBytes(com.google.protobuf.ByteString value) string board_name = 1 [json_name = "boardName"];
- Parameters:
value
- The bytes for boardName to set.- Returns:
- This builder for chaining.
-
getDigitalInterruptName
string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
- Specified by:
getDigitalInterruptName
in interfaceBoard.GetDigitalInterruptValueRequestOrBuilder
- Returns:
- The digitalInterruptName.
-
getDigitalInterruptNameBytes
public com.google.protobuf.ByteString getDigitalInterruptNameBytes()string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
- Specified by:
getDigitalInterruptNameBytes
in interfaceBoard.GetDigitalInterruptValueRequestOrBuilder
- Returns:
- The bytes for digitalInterruptName.
-
setDigitalInterruptName
string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
- Parameters:
value
- The digitalInterruptName to set.- Returns:
- This builder for chaining.
-
clearDigitalInterruptName
string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
- Returns:
- This builder for chaining.
-
setDigitalInterruptNameBytes
public Board.GetDigitalInterruptValueRequest.Builder setDigitalInterruptNameBytes(com.google.protobuf.ByteString value) string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];
- Parameters:
value
- The bytes for digitalInterruptName 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 interfaceBoard.GetDigitalInterruptValueRequestOrBuilder
- 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 interfaceBoard.GetDigitalInterruptValueRequestOrBuilder
- Returns:
- The extra.
-
setExtra
Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];
-
setExtra
public Board.GetDigitalInterruptValueRequest.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"];
-