Interface AnalyzerDefinition.StreamInputOrBuilder (0.14.1)

public static interface AnalyzerDefinition.StreamInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInput()

public abstract String getInput()

The name of the stream input (as discussed above).

string input = 1;

Returns
TypeDescription
String

The input.

getInputBytes()

public abstract ByteString getInputBytes()

The name of the stream input (as discussed above).

string input = 1;

Returns
TypeDescription
ByteString

The bytes for input.