public static final class Node.InputEdge.Builder extends GeneratedMessageV3.Builder<Node.InputEdge.Builder> implements Node.InputEdgeOrBuilderMessage describing one edge pointing into a node.
 Protobuf type google.cloud.visionai.v1.Node.InputEdge
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Node.InputEdge.BuilderImplements
Node.InputEdgeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Node.InputEdge.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
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 | |
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. | 
clearField(Descriptors.FieldDescriptor field)
public Node.InputEdge.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public Node.InputEdge.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
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. | 
clone()
public Node.InputEdge.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
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 | |
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
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 | |
| 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 | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Node.InputEdge.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
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 | StringThe 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 | ByteStringThe bytes for connectedInputChannel to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public Node.InputEdge.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
setParentNode(String value)
public Node.InputEdge.Builder setParentNode(String value)The name of the parent node.
 string parent_node = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe 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 | ByteStringThe 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 | StringThe 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 | ByteStringThe bytes for parentOutputChannel to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Node.InputEdge.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final Node.InputEdge.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Node.InputEdge.Builder | |