Interface InputController.StatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
InputController.Status, InputController.Status.Builder
Enclosing class:
InputController

public static interface InputController.StatusOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEvents(int index)
    repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
    int
    repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
    repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getEventsList

      List<InputController.Event> getEventsList()
      repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
    • getEvents

      InputController.Event getEvents(int index)
      repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
    • getEventsCount

      int getEventsCount()
      repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];