Interface InputController.StreamEventsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InputController.StreamEventsRequest
,InputController.StreamEventsRequest.Builder
- Enclosing class:
- InputController
public static interface InputController.StreamEventsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of an input controllercom.google.protobuf.ByteString
Name of an input controllergetEvents
(int index) A list of Eventsint
A list of EventsA list of Eventscom.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
-
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.
-
getEventsList
List<InputController.StreamEventsRequest.Events> getEventsList()A list of Events
repeated .viam.component.inputcontroller.v1.StreamEventsRequest.Events events = 2 [json_name = "events"];
-
getEvents
A list of Events
repeated .viam.component.inputcontroller.v1.StreamEventsRequest.Events events = 2 [json_name = "events"];
-
getEventsCount
int getEventsCount()A list of Events
repeated .viam.component.inputcontroller.v1.StreamEventsRequest.Events events = 2 [json_name = "events"];
-
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.
-