Class Node.InputEdge.Builder (0.40.0)

public static final class Node.InputEdge.Builder extends GeneratedMessage.Builder<Node.InputEdge.Builder> implements Node.InputEdgeOrBuilder

Message describing one edge pointing into a node.

Protobuf type google.cloud.visionai.v1.Node.InputEdge

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Node.InputEdge build()
Returns
Type Description
Node.InputEdge

buildPartial()

public Node.InputEdge buildPartial()
Returns
Type Description
Node.InputEdge

clear()

public Node.InputEdge.Builder clear()
Returns
Type Description
Node.InputEdge.Builder
Overrides

clearConnectedInputChannel()

public Node.InputEdge.Builder clearConnectedInputChannel()

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
Node.InputEdge.Builder

This builder for chaining.

clearParentNode()

public Node.InputEdge.Builder clearParentNode()

The name of the parent node.

string parent_node = 1;

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.

clearParentOutputChannel()

public Node.InputEdge.Builder clearParentOutputChannel()

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
Node.InputEdge.Builder

This builder for chaining.

getConnectedInputChannel()

public 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 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.

getDefaultInstanceForType()

public Node.InputEdge getDefaultInstanceForType()
Returns
Type Description
Node.InputEdge

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParentNode()

public String getParentNode()

The name of the parent node.

string parent_node = 1;

Returns
Type Description
String

The parentNode.

getParentNodeBytes()

public ByteString getParentNodeBytes()

The name of the parent node.

string parent_node = 1;

Returns
Type Description
ByteString

The bytes for parentNode.

getParentOutputChannel()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Node.InputEdge other)

public Node.InputEdge.Builder mergeFrom(Node.InputEdge other)
Parameter
Name Description
other Node.InputEdge
Returns
Type Description
Node.InputEdge.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Node.InputEdge.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Node.InputEdge.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Node.InputEdge.Builder
Overrides

setConnectedInputChannel(String value)

public Node.InputEdge.Builder setConnectedInputChannel(String value)

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;

Parameter
Name Description
value String

The connectedInputChannel to set.

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.

setConnectedInputChannelBytes(ByteString value)

public Node.InputEdge.Builder setConnectedInputChannelBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for connectedInputChannel to set.

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.

setParentNode(String value)

public Node.InputEdge.Builder setParentNode(String value)

The name of the parent node.

string parent_node = 1;

Parameter
Name Description
value String

The parentNode to set.

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.

setParentNodeBytes(ByteString value)

public Node.InputEdge.Builder setParentNodeBytes(ByteString value)

The name of the parent node.

string parent_node = 1;

Parameter
Name Description
value ByteString

The bytes for parentNode to set.

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.

setParentOutputChannel(String value)

public Node.InputEdge.Builder setParentOutputChannel(String value)

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;

Parameter
Name Description
value String

The parentOutputChannel to set.

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.

setParentOutputChannelBytes(ByteString value)

public Node.InputEdge.Builder setParentOutputChannelBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for parentOutputChannel to set.

Returns
Type Description
Node.InputEdge.Builder

This builder for chaining.