Interface Node.InputEdgeOrBuilder (0.15.0)

public static interface Node.InputEdgeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectedInputChannel()

public abstract String getConnectedInputChannel()

The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.

string connected_input_channel = 3;

Returns
TypeDescription
String

The connectedInputChannel.

getConnectedInputChannelBytes()

public abstract ByteString getConnectedInputChannelBytes()

The connected input channel of the current node's processor. It can be omitted if target processor only has 1 input channel.

string connected_input_channel = 3;

Returns
TypeDescription
ByteString

The bytes for connectedInputChannel.

getParentNode()

public abstract String getParentNode()

The name of the parent node.

string parent_node = 1;

Returns
TypeDescription
String

The parentNode.

getParentNodeBytes()

public abstract ByteString getParentNodeBytes()

The name of the parent node.

string parent_node = 1;

Returns
TypeDescription
ByteString

The bytes for parentNode.

getParentOutputChannel()

public abstract String getParentOutputChannel()

The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.

string parent_output_channel = 2;

Returns
TypeDescription
String

The parentOutputChannel.

getParentOutputChannelBytes()

public abstract ByteString getParentOutputChannelBytes()

The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.

string parent_output_channel = 2;

Returns
TypeDescription
ByteString

The bytes for parentOutputChannel.