Package com.viam.component.board.v1
Interface Board.ReadAnalogReaderRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Board.ReadAnalogReaderRequest
,Board.ReadAnalogReaderRequest.Builder
- Enclosing class:
- Board
public static interface Board.ReadAnalogReaderRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring analog_reader_name = 2 [json_name = "analogReaderName"];
com.google.protobuf.ByteString
string analog_reader_name = 2 [json_name = "analogReaderName"];
string board_name = 1 [json_name = "boardName"];
com.google.protobuf.ByteString
string board_name = 1 [json_name = "boardName"];
com.google.protobuf.Struct
getExtra()
Additional arguments to the methodboolean
hasExtra()
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.
-
getAnalogReaderName
String getAnalogReaderName()string analog_reader_name = 2 [json_name = "analogReaderName"];
- Returns:
- The analogReaderName.
-
getAnalogReaderNameBytes
com.google.protobuf.ByteString getAnalogReaderNameBytes()string analog_reader_name = 2 [json_name = "analogReaderName"];
- Returns:
- The bytes for analogReaderName.
-
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.
-