Interface InputController.TriggerEventRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Name of an input controller
    com.google.protobuf.ByteString
    Name of an input controller
    Digitally assert a given event
    com.google.protobuf.Struct
    Additional arguments to the method
    boolean
    Digitally assert a given event
    boolean
    Additional arguments to the method

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getController

      String getController()
       Name of an input controller
       
      string controller = 1 [json_name = "controller"];
      Returns:
      The controller.
    • getControllerBytes

      com.google.protobuf.ByteString getControllerBytes()
       Name of an input controller
       
      string controller = 1 [json_name = "controller"];
      Returns:
      The bytes for controller.
    • hasEvent

      boolean hasEvent()
       Digitally assert a given event
       
      .viam.component.inputcontroller.v1.Event event = 2 [json_name = "event"];
      Returns:
      Whether the event field is set.
    • getEvent

       Digitally assert a given event
       
      .viam.component.inputcontroller.v1.Event event = 2 [json_name = "event"];
      Returns:
      The event.
    • 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.