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 Type
    Method
    Description
    string 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
    Additional arguments to the method
    boolean
    Additional arguments to the method

    Methods 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.