Interface Event.InputSwitchTaskOrBuilder (0.46.0)

public static interface Event.InputSwitchTaskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputKey()

public abstract String getInputKey()

The InputAttachment.key of the input to switch to.

string input_key = 1;

Returns
Type Description
String

The inputKey.

getInputKeyBytes()

public abstract ByteString getInputKeyBytes()

The InputAttachment.key of the input to switch to.

string input_key = 1;

Returns
Type Description
ByteString

The bytes for inputKey.