public static interface AnalyzerDefinition.StreamInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |