Package flyteidl.core
Class Workflow.Node
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- flyteidl.core.Workflow.Node
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Workflow.NodeOrBuilder,Serializable
- Enclosing class:
- Workflow
public static final class Workflow.Node extends com.google.protobuf.GeneratedMessageV3 implements Workflow.NodeOrBuilder
A Workflow graph Node. One unit of execution in the graph. Each node can be linked to a Task, a Workflow or a branch node.
Protobuf typeflyteidl.core.Node- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflow.Node.BuilderA Workflow graph Node.static classWorkflow.Node.TargetCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBRANCH_NODE_FIELD_NUMBERprivate static Workflow.NodeDEFAULT_INSTANCEprivate Objectid_static intID_FIELD_NUMBERprivate List<Literals.Binding>inputs_static intINPUTS_FIELD_NUMBERprivate bytememoizedIsInitializedprivate Workflow.NodeMetadatametadata_static intMETADATA_FIELD_NUMBERstatic intOUTPUT_ALIASES_FIELD_NUMBERprivate List<Workflow.Alias>outputAliases_private static com.google.protobuf.Parser<Workflow.Node>PARSERprivate static longserialVersionUIDprivate Objecttarget_private inttargetCase_static intTASK_NODE_FIELD_NUMBERstatic intUPSTREAM_NODE_IDS_FIELD_NUMBERprivate com.google.protobuf.LazyStringListupstreamNodeIds_static intWORKFLOW_NODE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Workflow.BranchNodegetBranchNode()Information about the branch node to evaluate in this node.Workflow.BranchNodeOrBuildergetBranchNodeOrBuilder()Information about the branch node to evaluate in this node.static Workflow.NodegetDefaultInstance()Workflow.NodegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetId()A workflow-level unique identifier that identifies this node in the workflow.com.google.protobuf.ByteStringgetIdBytes()A workflow-level unique identifier that identifies this node in the workflow.Literals.BindinggetInputs(int index)Specifies how to bind the underlying interface's inputs.intgetInputsCount()Specifies how to bind the underlying interface's inputs.List<Literals.Binding>getInputsList()Specifies how to bind the underlying interface's inputs.Literals.BindingOrBuildergetInputsOrBuilder(int index)Specifies how to bind the underlying interface's inputs.List<? extends Literals.BindingOrBuilder>getInputsOrBuilderList()Specifies how to bind the underlying interface's inputs.Workflow.NodeMetadatagetMetadata()Extra metadata about the node.Workflow.NodeMetadataOrBuildergetMetadataOrBuilder()Extra metadata about the node.Workflow.AliasgetOutputAliases(int index)+optional.intgetOutputAliasesCount()+optional.List<Workflow.Alias>getOutputAliasesList()+optional.Workflow.AliasOrBuildergetOutputAliasesOrBuilder(int index)+optional.List<? extends Workflow.AliasOrBuilder>getOutputAliasesOrBuilderList()+optional.com.google.protobuf.Parser<Workflow.Node>getParserForType()intgetSerializedSize()Workflow.Node.TargetCasegetTargetCase()Workflow.TaskNodegetTaskNode()Information about the Task to execute in this node.Workflow.TaskNodeOrBuildergetTaskNodeOrBuilder()Information about the Task to execute in this node.com.google.protobuf.UnknownFieldSetgetUnknownFields()StringgetUpstreamNodeIds(int index)+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed.com.google.protobuf.ByteStringgetUpstreamNodeIdsBytes(int index)+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed.intgetUpstreamNodeIdsCount()+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed.com.google.protobuf.ProtocolStringListgetUpstreamNodeIdsList()+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed.Workflow.WorkflowNodegetWorkflowNode()Information about the Workflow to execute in this mode.Workflow.WorkflowNodeOrBuildergetWorkflowNodeOrBuilder()Information about the Workflow to execute in this mode.booleanhasBranchNode()Information about the branch node to evaluate in this node.inthashCode()booleanhasMetadata()Extra metadata about the node.booleanhasTaskNode()Information about the Task to execute in this node.booleanhasWorkflowNode()Information about the Workflow to execute in this mode.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Workflow.Node.BuildernewBuilder()static Workflow.Node.BuildernewBuilder(Workflow.Node prototype)Workflow.Node.BuildernewBuilderForType()protected Workflow.Node.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Workflow.NodeparseDelimitedFrom(InputStream input)static Workflow.NodeparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Workflow.NodeparseFrom(byte[] data)static Workflow.NodeparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Workflow.NodeparseFrom(com.google.protobuf.ByteString data)static Workflow.NodeparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Workflow.NodeparseFrom(com.google.protobuf.CodedInputStream input)static Workflow.NodeparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Workflow.NodeparseFrom(InputStream input)static Workflow.NodeparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Workflow.NodeparseFrom(ByteBuffer data)static Workflow.NodeparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Workflow.Node>parser()Workflow.Node.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
targetCase_
private int targetCase_
-
target_
private Object target_
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
id_
private volatile Object id_
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
metadata_
private Workflow.NodeMetadata metadata_
-
INPUTS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
inputs_
private List<Literals.Binding> inputs_
-
UPSTREAM_NODE_IDS_FIELD_NUMBER
public static final int UPSTREAM_NODE_IDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
upstreamNodeIds_
private com.google.protobuf.LazyStringList upstreamNodeIds_
-
OUTPUT_ALIASES_FIELD_NUMBER
public static final int OUTPUT_ALIASES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
outputAliases_
private List<Workflow.Alias> outputAliases_
-
TASK_NODE_FIELD_NUMBER
public static final int TASK_NODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_NODE_FIELD_NUMBER
public static final int WORKFLOW_NODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BRANCH_NODE_FIELD_NUMBER
public static final int BRANCH_NODE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final Workflow.Node DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<Workflow.Node> PARSER
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getTargetCase
public Workflow.Node.TargetCase getTargetCase()
- Specified by:
getTargetCasein interfaceWorkflow.NodeOrBuilder
-
getId
public String getId()
A workflow-level unique identifier that identifies this node in the workflow. 'inputs' and 'outputs' are reserved node ids that cannot be used by other nodes.
string id = 1;- Specified by:
getIdin interfaceWorkflow.NodeOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
A workflow-level unique identifier that identifies this node in the workflow. 'inputs' and 'outputs' are reserved node ids that cannot be used by other nodes.
string id = 1;- Specified by:
getIdBytesin interfaceWorkflow.NodeOrBuilder- Returns:
- The bytes for id.
-
hasMetadata
public boolean hasMetadata()
Extra metadata about the node.
.flyteidl.core.NodeMetadata metadata = 2;- Specified by:
hasMetadatain interfaceWorkflow.NodeOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
public Workflow.NodeMetadata getMetadata()
Extra metadata about the node.
.flyteidl.core.NodeMetadata metadata = 2;- Specified by:
getMetadatain interfaceWorkflow.NodeOrBuilder- Returns:
- The metadata.
-
getMetadataOrBuilder
public Workflow.NodeMetadataOrBuilder getMetadataOrBuilder()
Extra metadata about the node.
.flyteidl.core.NodeMetadata metadata = 2;- Specified by:
getMetadataOrBuilderin interfaceWorkflow.NodeOrBuilder
-
getInputsList
public List<Literals.Binding> getInputsList()
Specifies how to bind the underlying interface's inputs. All required inputs specified in the underlying interface must be fulfilled.
repeated .flyteidl.core.Binding inputs = 3;- Specified by:
getInputsListin interfaceWorkflow.NodeOrBuilder
-
getInputsOrBuilderList
public List<? extends Literals.BindingOrBuilder> getInputsOrBuilderList()
Specifies how to bind the underlying interface's inputs. All required inputs specified in the underlying interface must be fulfilled.
repeated .flyteidl.core.Binding inputs = 3;- Specified by:
getInputsOrBuilderListin interfaceWorkflow.NodeOrBuilder
-
getInputsCount
public int getInputsCount()
Specifies how to bind the underlying interface's inputs. All required inputs specified in the underlying interface must be fulfilled.
repeated .flyteidl.core.Binding inputs = 3;- Specified by:
getInputsCountin interfaceWorkflow.NodeOrBuilder
-
getInputs
public Literals.Binding getInputs(int index)
Specifies how to bind the underlying interface's inputs. All required inputs specified in the underlying interface must be fulfilled.
repeated .flyteidl.core.Binding inputs = 3;- Specified by:
getInputsin interfaceWorkflow.NodeOrBuilder
-
getInputsOrBuilder
public Literals.BindingOrBuilder getInputsOrBuilder(int index)
Specifies how to bind the underlying interface's inputs. All required inputs specified in the underlying interface must be fulfilled.
repeated .flyteidl.core.Binding inputs = 3;- Specified by:
getInputsOrBuilderin interfaceWorkflow.NodeOrBuilder
-
getUpstreamNodeIdsList
public com.google.protobuf.ProtocolStringList getUpstreamNodeIdsList()
+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed. This node will have an implicit dependency on any node that appears in inputs field.
repeated string upstream_node_ids = 4;- Specified by:
getUpstreamNodeIdsListin interfaceWorkflow.NodeOrBuilder- Returns:
- A list containing the upstreamNodeIds.
-
getUpstreamNodeIdsCount
public int getUpstreamNodeIdsCount()
+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed. This node will have an implicit dependency on any node that appears in inputs field.
repeated string upstream_node_ids = 4;- Specified by:
getUpstreamNodeIdsCountin interfaceWorkflow.NodeOrBuilder- Returns:
- The count of upstreamNodeIds.
-
getUpstreamNodeIds
public String getUpstreamNodeIds(int index)
+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed. This node will have an implicit dependency on any node that appears in inputs field.
repeated string upstream_node_ids = 4;- Specified by:
getUpstreamNodeIdsin interfaceWorkflow.NodeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The upstreamNodeIds at the given index.
-
getUpstreamNodeIdsBytes
public com.google.protobuf.ByteString getUpstreamNodeIdsBytes(int index)
+optional Specifies execution dependency for this node ensuring it will only get scheduled to run after all its upstream nodes have completed. This node will have an implicit dependency on any node that appears in inputs field.
repeated string upstream_node_ids = 4;- Specified by:
getUpstreamNodeIdsBytesin interfaceWorkflow.NodeOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the upstreamNodeIds at the given index.
-
getOutputAliasesList
public List<Workflow.Alias> getOutputAliasesList()
+optional. A node can define aliases for a subset of its outputs. This is particularly useful if different nodes need to conform to the same interface (e.g. all branches in a branch node). Downstream nodes must refer to this nodes outputs using the alias if one's specified.
repeated .flyteidl.core.Alias output_aliases = 5;- Specified by:
getOutputAliasesListin interfaceWorkflow.NodeOrBuilder
-
getOutputAliasesOrBuilderList
public List<? extends Workflow.AliasOrBuilder> getOutputAliasesOrBuilderList()
+optional. A node can define aliases for a subset of its outputs. This is particularly useful if different nodes need to conform to the same interface (e.g. all branches in a branch node). Downstream nodes must refer to this nodes outputs using the alias if one's specified.
repeated .flyteidl.core.Alias output_aliases = 5;- Specified by:
getOutputAliasesOrBuilderListin interfaceWorkflow.NodeOrBuilder
-
getOutputAliasesCount
public int getOutputAliasesCount()
+optional. A node can define aliases for a subset of its outputs. This is particularly useful if different nodes need to conform to the same interface (e.g. all branches in a branch node). Downstream nodes must refer to this nodes outputs using the alias if one's specified.
repeated .flyteidl.core.Alias output_aliases = 5;- Specified by:
getOutputAliasesCountin interfaceWorkflow.NodeOrBuilder
-
getOutputAliases
public Workflow.Alias getOutputAliases(int index)
+optional. A node can define aliases for a subset of its outputs. This is particularly useful if different nodes need to conform to the same interface (e.g. all branches in a branch node). Downstream nodes must refer to this nodes outputs using the alias if one's specified.
repeated .flyteidl.core.Alias output_aliases = 5;- Specified by:
getOutputAliasesin interfaceWorkflow.NodeOrBuilder
-
getOutputAliasesOrBuilder
public Workflow.AliasOrBuilder getOutputAliasesOrBuilder(int index)
+optional. A node can define aliases for a subset of its outputs. This is particularly useful if different nodes need to conform to the same interface (e.g. all branches in a branch node). Downstream nodes must refer to this nodes outputs using the alias if one's specified.
repeated .flyteidl.core.Alias output_aliases = 5;- Specified by:
getOutputAliasesOrBuilderin interfaceWorkflow.NodeOrBuilder
-
hasTaskNode
public boolean hasTaskNode()
Information about the Task to execute in this node.
.flyteidl.core.TaskNode task_node = 6;- Specified by:
hasTaskNodein interfaceWorkflow.NodeOrBuilder- Returns:
- Whether the taskNode field is set.
-
getTaskNode
public Workflow.TaskNode getTaskNode()
Information about the Task to execute in this node.
.flyteidl.core.TaskNode task_node = 6;- Specified by:
getTaskNodein interfaceWorkflow.NodeOrBuilder- Returns:
- The taskNode.
-
getTaskNodeOrBuilder
public Workflow.TaskNodeOrBuilder getTaskNodeOrBuilder()
Information about the Task to execute in this node.
.flyteidl.core.TaskNode task_node = 6;- Specified by:
getTaskNodeOrBuilderin interfaceWorkflow.NodeOrBuilder
-
hasWorkflowNode
public boolean hasWorkflowNode()
Information about the Workflow to execute in this mode.
.flyteidl.core.WorkflowNode workflow_node = 7;- Specified by:
hasWorkflowNodein interfaceWorkflow.NodeOrBuilder- Returns:
- Whether the workflowNode field is set.
-
getWorkflowNode
public Workflow.WorkflowNode getWorkflowNode()
Information about the Workflow to execute in this mode.
.flyteidl.core.WorkflowNode workflow_node = 7;- Specified by:
getWorkflowNodein interfaceWorkflow.NodeOrBuilder- Returns:
- The workflowNode.
-
getWorkflowNodeOrBuilder
public Workflow.WorkflowNodeOrBuilder getWorkflowNodeOrBuilder()
Information about the Workflow to execute in this mode.
.flyteidl.core.WorkflowNode workflow_node = 7;- Specified by:
getWorkflowNodeOrBuilderin interfaceWorkflow.NodeOrBuilder
-
hasBranchNode
public boolean hasBranchNode()
Information about the branch node to evaluate in this node.
.flyteidl.core.BranchNode branch_node = 8;- Specified by:
hasBranchNodein interfaceWorkflow.NodeOrBuilder- Returns:
- Whether the branchNode field is set.
-
getBranchNode
public Workflow.BranchNode getBranchNode()
Information about the branch node to evaluate in this node.
.flyteidl.core.BranchNode branch_node = 8;- Specified by:
getBranchNodein interfaceWorkflow.NodeOrBuilder- Returns:
- The branchNode.
-
getBranchNodeOrBuilder
public Workflow.BranchNodeOrBuilder getBranchNodeOrBuilder()
Information about the branch node to evaluate in this node.
.flyteidl.core.BranchNode branch_node = 8;- Specified by:
getBranchNodeOrBuilderin interfaceWorkflow.NodeOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Workflow.Node parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Workflow.Node parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Workflow.Node parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Workflow.Node parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Workflow.Node parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Workflow.Node parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Workflow.Node parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Workflow.Node parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Workflow.Node parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Workflow.Node parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Workflow.Node parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Workflow.Node parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Workflow.Node.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Workflow.Node.Builder newBuilder()
-
newBuilder
public static Workflow.Node.Builder newBuilder(Workflow.Node prototype)
-
toBuilder
public Workflow.Node.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Workflow.Node.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Workflow.Node getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Workflow.Node> parser()
-
getParserForType
public com.google.protobuf.Parser<Workflow.Node> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Workflow.Node getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-