public static interface Node.InputEdgeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for connectedInputChannel.  | 
      
getParentNode()
public abstract String getParentNode()The name of the parent node.
 string parent_node = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The parentNode.  | 
      
getParentNodeBytes()
public abstract ByteString getParentNodeBytes()The name of the parent node.
 string parent_node = 1;
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for parentOutputChannel.  |