Package com.viam.component.board.v1
Interface Board.GetDigitalInterruptValueRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Board.GetDigitalInterruptValueRequest,Board.GetDigitalInterruptValueRequest.Builder
- Enclosing class:
- Board
public static interface Board.GetDigitalInterruptValueRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring board_name = 1 [json_name = "boardName"];com.google.protobuf.ByteStringstring board_name = 1 [json_name = "boardName"];string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];com.google.protobuf.ByteStringstring digital_interrupt_name = 2 [json_name = "digitalInterruptName"];com.google.protobuf.StructgetExtra()Additional arguments to the methodbooleanhasExtra()Additional arguments to the methodMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getBoardName
String getBoardName()string board_name = 1 [json_name = "boardName"];- Returns:
- The boardName.
-
getBoardNameBytes
com.google.protobuf.ByteString getBoardNameBytes()string board_name = 1 [json_name = "boardName"];- Returns:
- The bytes for boardName.
-
getDigitalInterruptName
String getDigitalInterruptName()string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];- Returns:
- The digitalInterruptName.
-
getDigitalInterruptNameBytes
com.google.protobuf.ByteString getDigitalInterruptNameBytes()string digital_interrupt_name = 2 [json_name = "digitalInterruptName"];- Returns:
- The bytes for digitalInterruptName.
-
hasExtra
boolean hasExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra()Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
-