public static final class Node.InputEdge extends GeneratedMessageV3 implements Node.InputEdgeOrBuilder
Message describing one edge pointing into a node.
Protobuf type google.events.cloud.visionai.v1.Node.InputEdge
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int CONNECTED_INPUT_CHANNEL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PARENT_NODE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PARENT_OUTPUT_CHANNEL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static Node.InputEdge getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Node.InputEdge.Builder newBuilder()
public static Node.InputEdge.Builder newBuilder(Node.InputEdge prototype)
public static Node.InputEdge parseDelimitedFrom(InputStream input)
public static Node.InputEdge parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Node.InputEdge parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static Node.InputEdge parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Node.InputEdge parseFrom(ByteString data)
public static Node.InputEdge parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Node.InputEdge parseFrom(CodedInputStream input)
public static Node.InputEdge parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Node.InputEdge parseFrom(InputStream input)
public static Node.InputEdge parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Node.InputEdge parseFrom(ByteBuffer data)
public static Node.InputEdge parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Node.InputEdge> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
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.
|
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.
|
public Node.InputEdge getDefaultInstanceForType()
public String getParentNode()
The name of the parent node.
string parent_node = 1;
Returns |
---|
Type | Description |
String | The parentNode.
|
public ByteString getParentNodeBytes()
The name of the parent node.
string parent_node = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for parentNode.
|
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.
|
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.
|
public Parser<Node.InputEdge> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public final UnknownFieldSet getUnknownFields()
Overrides
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Node.InputEdge.Builder newBuilderForType()
protected Node.InputEdge.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public Node.InputEdge.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides