Interface OperatorDefinition.ArgumentDefinitionOrBuilder (0.2.0)

public static interface OperatorDefinition.ArgumentDefinitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArgument()

public abstract String getArgument()

The name of the argument.

Tentatively a-z?, e.g., video, audio, high_fps_frame.

string argument = 1;

Returns
Type Description
String

The argument.

getArgumentBytes()

public abstract ByteString getArgumentBytes()

The name of the argument.

Tentatively a-z?, e.g., video, audio, high_fps_frame.

string argument = 1;

Returns
Type Description
ByteString

The bytes for argument.

getType()

public abstract String getType()

The data type of the argument.

This should match the textual representation of a stream/Packet type.

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

The data type of the argument.

This should match the textual representation of a stream/Packet type.

string type = 2;

Returns
Type Description
ByteString

The bytes for type.