Interface InputController.GetControlsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InputController.GetControlsRequest
,InputController.GetControlsRequest.Builder
- Enclosing class:
- InputController
public static interface InputController.GetControlsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
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.
-
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.
-