Interface AnalyzerDefinition.StreamInputOrBuilder (0.2.0)

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
Type Description
String

The input.

getInputBytes()

public abstract ByteString getInputBytes()

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

string input = 1;

Returns
Type Description
ByteString

The bytes for input.