Package flyteidl.core

Class Workflow.WorkflowMetadataDefaults.Builder

    • 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.WorkflowMetadataDefaults.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.WorkflowMetadataDefaults.Builder>
      • getDefaultInstanceForType

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

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

        public Workflow.WorkflowMetadataDefaults buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.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.WorkflowMetadataDefaults.Builder>
      • mergeFrom

        public Workflow.WorkflowMetadataDefaults.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.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.WorkflowMetadataDefaults.Builder>
        Throws:
        java.io.IOException
      • getInterruptible

        public boolean getInterruptible()
         Identify whether workflow is interruptible.
         The value set at the workflow level will be the defualt value used for nodes
         unless explicitly set at the node level.
         
        bool interruptible = 1;
        Specified by:
        getInterruptible in interface Workflow.WorkflowMetadataDefaultsOrBuilder
        Returns:
        The interruptible.
      • setInterruptible

        public Workflow.WorkflowMetadataDefaults.Builder setInterruptible​(boolean value)
         Identify whether workflow is interruptible.
         The value set at the workflow level will be the defualt value used for nodes
         unless explicitly set at the node level.
         
        bool interruptible = 1;
        Parameters:
        value - The interruptible to set.
        Returns:
        This builder for chaining.
      • clearInterruptible

        public Workflow.WorkflowMetadataDefaults.Builder clearInterruptible()
         Identify whether workflow is interruptible.
         The value set at the workflow level will be the defualt value used for nodes
         unless explicitly set at the node level.
         
        bool interruptible = 1;
        Returns:
        This builder for chaining.