Interface Event.InputSwitchTaskOrBuilder (0.43.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
TypeDescription
String

The inputKey.

getInputKeyBytes()

public abstract ByteString getInputKeyBytes()

The InputAttachment.key of the input to switch to.

string input_key = 1;

Returns
TypeDescription
ByteString

The bytes for inputKey.