Class Node.InputEdge (0.2.0)

public static final class Node.InputEdge extends GeneratedMessageV3 implements Node.InputEdgeOrBuilder

Message describing one edge pointing into a node.

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

Static Fields

CONNECTED_INPUT_CHANNEL_FIELD_NUMBER

public static final int CONNECTED_INPUT_CHANNEL_FIELD_NUMBER
Field Value
Type Description
int

PARENT_NODE_FIELD_NUMBER

public static final int PARENT_NODE_FIELD_NUMBER
Field Value
Type Description
int

PARENT_OUTPUT_CHANNEL_FIELD_NUMBER

public static final int PARENT_OUTPUT_CHANNEL_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Node.InputEdge getDefaultInstance()
Returns
Type Description
Node.InputEdge

getDescriptor()

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

newBuilder()

public static Node.InputEdge.Builder newBuilder()
Returns
Type Description
Node.InputEdge.Builder

newBuilder(Node.InputEdge prototype)

public static Node.InputEdge.Builder newBuilder(Node.InputEdge prototype)
Parameter
Name Description
prototype Node.InputEdge
Returns
Type Description
Node.InputEdge.Builder

parseDelimitedFrom(InputStream input)

public static Node.InputEdge parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Node.InputEdge parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Node.InputEdge parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Node.InputEdge parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Node.InputEdge parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Node.InputEdge parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Node.InputEdge parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Node.InputEdge parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Node.InputEdge parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Node.InputEdge parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Node.InputEdge parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Node.InputEdge parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Node.InputEdge
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Node.InputEdge> parser()
Returns
Type Description
Parser<InputEdge>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

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.

getParserForType()

public Parser<Node.InputEdge> getParserForType()
Returns
Type Description
Parser<InputEdge>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Node.InputEdge.Builder newBuilderForType()
Returns
Type Description
Node.InputEdge.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Node.InputEdge.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Node.InputEdge.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Node.InputEdge.Builder toBuilder()
Returns
Type Description
Node.InputEdge.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException