Package flyteidl.core

Class Workflow.WorkflowTemplate.Builder

    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.WorkflowTemplate.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.WorkflowTemplate.Builder>
      • getDefaultInstanceForType

        public Workflow.WorkflowTemplate getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Workflow.WorkflowTemplate build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Workflow.WorkflowTemplate buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public Workflow.WorkflowTemplate.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.WorkflowTemplate.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.WorkflowTemplate.Builder>
      • mergeFrom

        public Workflow.WorkflowTemplate.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Workflow.WorkflowTemplate.Builder>
        Throws:
        IOException
      • hasId

        public boolean hasId()
         A globally unique identifier for the workflow.
         
        .flyteidl.core.Identifier id = 1;
        Specified by:
        hasId in interface Workflow.WorkflowTemplateOrBuilder
        Returns:
        Whether the id field is set.
      • hasMetadata

        public boolean hasMetadata()
         Extra metadata about the workflow.
         
        .flyteidl.core.WorkflowMetadata metadata = 2;
        Specified by:
        hasMetadata in interface Workflow.WorkflowTemplateOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadataBuilder

        public Workflow.WorkflowMetadata.Builder getMetadataBuilder()
         Extra metadata about the workflow.
         
        .flyteidl.core.WorkflowMetadata metadata = 2;
      • hasInterface

        public boolean hasInterface()
         Defines a strongly typed interface for the Workflow. This can include some optional parameters.
         
        .flyteidl.core.TypedInterface interface = 3;
        Specified by:
        hasInterface in interface Workflow.WorkflowTemplateOrBuilder
        Returns:
        Whether the interface field is set.
      • clearInterface

        public Workflow.WorkflowTemplate.Builder clearInterface()
         Defines a strongly typed interface for the Workflow. This can include some optional parameters.
         
        .flyteidl.core.TypedInterface interface = 3;
      • getInterfaceBuilder

        public Interface.TypedInterface.Builder getInterfaceBuilder()
         Defines a strongly typed interface for the Workflow. This can include some optional parameters.
         
        .flyteidl.core.TypedInterface interface = 3;
      • ensureNodesIsMutable

        private void ensureNodesIsMutable()
      • getNodesCount

        public int getNodesCount()
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
        Specified by:
        getNodesCount in interface Workflow.WorkflowTemplateOrBuilder
      • getNodes

        public Workflow.Node getNodes​(int index)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
        Specified by:
        getNodes in interface Workflow.WorkflowTemplateOrBuilder
      • setNodes

        public Workflow.WorkflowTemplate.Builder setNodes​(int index,
                                                          Workflow.Node value)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • setNodes

        public Workflow.WorkflowTemplate.Builder setNodes​(int index,
                                                          Workflow.Node.Builder builderForValue)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • addNodes

        public Workflow.WorkflowTemplate.Builder addNodes​(Workflow.Node value)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • addNodes

        public Workflow.WorkflowTemplate.Builder addNodes​(int index,
                                                          Workflow.Node value)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • addNodes

        public Workflow.WorkflowTemplate.Builder addNodes​(int index,
                                                          Workflow.Node.Builder builderForValue)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • clearNodes

        public Workflow.WorkflowTemplate.Builder clearNodes()
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • removeNodes

        public Workflow.WorkflowTemplate.Builder removeNodes​(int index)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • getNodesBuilder

        public Workflow.Node.Builder getNodesBuilder​(int index)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • addNodesBuilder

        public Workflow.Node.Builder addNodesBuilder()
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • addNodesBuilder

        public Workflow.Node.Builder addNodesBuilder​(int index)
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • getNodesBuilderList

        public List<Workflow.Node.Builder> getNodesBuilderList()
         A list of nodes. In addition, 'globals' is a special reserved node id that can be used to consume workflow inputs.
         
        repeated .flyteidl.core.Node nodes = 4;
      • ensureOutputsIsMutable

        private void ensureOutputsIsMutable()
      • getOutputsList

        public List<Literals.Binding> getOutputsList()
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
        Specified by:
        getOutputsList in interface Workflow.WorkflowTemplateOrBuilder
      • getOutputsCount

        public int getOutputsCount()
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
        Specified by:
        getOutputsCount in interface Workflow.WorkflowTemplateOrBuilder
      • getOutputs

        public Literals.Binding getOutputs​(int index)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
        Specified by:
        getOutputs in interface Workflow.WorkflowTemplateOrBuilder
      • setOutputs

        public Workflow.WorkflowTemplate.Builder setOutputs​(int index,
                                                            Literals.Binding value)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • setOutputs

        public Workflow.WorkflowTemplate.Builder setOutputs​(int index,
                                                            Literals.Binding.Builder builderForValue)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • addOutputs

        public Workflow.WorkflowTemplate.Builder addOutputs​(Literals.Binding value)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • addOutputs

        public Workflow.WorkflowTemplate.Builder addOutputs​(int index,
                                                            Literals.Binding value)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • addOutputs

        public Workflow.WorkflowTemplate.Builder addOutputs​(Literals.Binding.Builder builderForValue)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • addOutputs

        public Workflow.WorkflowTemplate.Builder addOutputs​(int index,
                                                            Literals.Binding.Builder builderForValue)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • addAllOutputs

        public Workflow.WorkflowTemplate.Builder addAllOutputs​(Iterable<? extends Literals.Binding> values)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • clearOutputs

        public Workflow.WorkflowTemplate.Builder clearOutputs()
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • removeOutputs

        public Workflow.WorkflowTemplate.Builder removeOutputs​(int index)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • getOutputsBuilder

        public Literals.Binding.Builder getOutputsBuilder​(int index)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • getOutputsOrBuilder

        public Literals.BindingOrBuilder getOutputsOrBuilder​(int index)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
        Specified by:
        getOutputsOrBuilder in interface Workflow.WorkflowTemplateOrBuilder
      • getOutputsOrBuilderList

        public List<? extends Literals.BindingOrBuilder> getOutputsOrBuilderList()
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
        Specified by:
        getOutputsOrBuilderList in interface Workflow.WorkflowTemplateOrBuilder
      • addOutputsBuilder

        public Literals.Binding.Builder addOutputsBuilder()
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • addOutputsBuilder

        public Literals.Binding.Builder addOutputsBuilder​(int index)
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • getOutputsBuilderList

        public List<Literals.Binding.Builder> getOutputsBuilderList()
         A list of output bindings that specify how to construct workflow outputs. Bindings can pull node outputs or
         specify literals. All workflow outputs specified in the interface field must be bound in order for the workflow
         to be validated. A workflow has an implicit dependency on all of its nodes to execute successfully in order to
         bind final outputs.
         Most of these outputs will be Binding's with a BindingData of type OutputReference.  That is, your workflow can
         just have an output of some constant (`Output(5)`), but usually, the workflow will be pulling
         outputs from the output of a task.
         
        repeated .flyteidl.core.Binding outputs = 5;
      • hasFailureNode

        public boolean hasFailureNode()
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
        Specified by:
        hasFailureNode in interface Workflow.WorkflowTemplateOrBuilder
        Returns:
        Whether the failureNode field is set.
      • getFailureNode

        public Workflow.Node getFailureNode()
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
        Specified by:
        getFailureNode in interface Workflow.WorkflowTemplateOrBuilder
        Returns:
        The failureNode.
      • setFailureNode

        public Workflow.WorkflowTemplate.Builder setFailureNode​(Workflow.Node value)
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
      • setFailureNode

        public Workflow.WorkflowTemplate.Builder setFailureNode​(Workflow.Node.Builder builderForValue)
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
      • mergeFailureNode

        public Workflow.WorkflowTemplate.Builder mergeFailureNode​(Workflow.Node value)
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
      • clearFailureNode

        public Workflow.WorkflowTemplate.Builder clearFailureNode()
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
      • getFailureNodeBuilder

        public Workflow.Node.Builder getFailureNodeBuilder()
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
      • getFailureNodeOrBuilder

        public Workflow.NodeOrBuilder getFailureNodeOrBuilder()
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
        Specified by:
        getFailureNodeOrBuilder in interface Workflow.WorkflowTemplateOrBuilder
      • getFailureNodeFieldBuilder

        private com.google.protobuf.SingleFieldBuilderV3<Workflow.Node,​Workflow.Node.Builder,​Workflow.NodeOrBuilder> getFailureNodeFieldBuilder()
        +optional A catch-all node. This node is executed whenever the execution engine determines the workflow has failed.
         The interface of this node must match the Workflow interface with an additional input named 'error' of type
         pb.lyft.flyte.core.Error.
         
        .flyteidl.core.Node failure_node = 6;
      • hasMetadataDefaults

        public boolean hasMetadataDefaults()
         workflow defaults
         
        .flyteidl.core.WorkflowMetadataDefaults metadata_defaults = 7;
        Specified by:
        hasMetadataDefaults in interface Workflow.WorkflowTemplateOrBuilder
        Returns:
        Whether the metadataDefaults field is set.
      • clearMetadataDefaults

        public Workflow.WorkflowTemplate.Builder clearMetadataDefaults()
         workflow defaults
         
        .flyteidl.core.WorkflowMetadataDefaults metadata_defaults = 7;
      • setUnknownFields

        public final Workflow.WorkflowTemplate.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.WorkflowTemplate.Builder>
      • mergeUnknownFields

        public final Workflow.WorkflowTemplate.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Workflow.WorkflowTemplate.Builder>