Class TaskOuterClass.TaskClosure.Builder

    • Field Detail

      • bitField0_

        private int bitField0_
      • createdAt_

        private com.google.protobuf.Timestamp createdAt_
      • createdAtBuilder_

        private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.Timestamp,​com.google.protobuf.Timestamp.Builder,​com.google.protobuf.TimestampOrBuilder> createdAtBuilder_
    • 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<TaskOuterClass.TaskClosure.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<TaskOuterClass.TaskClosure.Builder>
      • getDefaultInstanceForType

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

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

        public TaskOuterClass.TaskClosure 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<TaskOuterClass.TaskClosure.Builder>
      • mergeFrom

        public TaskOuterClass.TaskClosure.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<TaskOuterClass.TaskClosure.Builder>
        Throws:
        IOException
      • hasCompiledTask

        public boolean hasCompiledTask()
         Represents the compiled representation of the task from the specification provided.
         
        .flyteidl.core.CompiledTask compiled_task = 1;
        Specified by:
        hasCompiledTask in interface TaskOuterClass.TaskClosureOrBuilder
        Returns:
        Whether the compiledTask field is set.
      • clearCompiledTask

        public TaskOuterClass.TaskClosure.Builder clearCompiledTask()
         Represents the compiled representation of the task from the specification provided.
         
        .flyteidl.core.CompiledTask compiled_task = 1;
      • getCompiledTaskBuilder

        public Compiler.CompiledTask.Builder getCompiledTaskBuilder()
         Represents the compiled representation of the task from the specification provided.
         
        .flyteidl.core.CompiledTask compiled_task = 1;
      • hasCreatedAt

        public boolean hasCreatedAt()
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
        Specified by:
        hasCreatedAt in interface TaskOuterClass.TaskClosureOrBuilder
        Returns:
        Whether the createdAt field is set.
      • getCreatedAt

        public com.google.protobuf.Timestamp getCreatedAt()
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
        Specified by:
        getCreatedAt in interface TaskOuterClass.TaskClosureOrBuilder
        Returns:
        The createdAt.
      • setCreatedAt

        public TaskOuterClass.TaskClosure.Builder setCreatedAt​(com.google.protobuf.Timestamp value)
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
      • setCreatedAt

        public TaskOuterClass.TaskClosure.Builder setCreatedAt​(com.google.protobuf.Timestamp.Builder builderForValue)
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
      • mergeCreatedAt

        public TaskOuterClass.TaskClosure.Builder mergeCreatedAt​(com.google.protobuf.Timestamp value)
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
      • getCreatedAtBuilder

        public com.google.protobuf.Timestamp.Builder getCreatedAtBuilder()
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
      • getCreatedAtFieldBuilder

        private com.google.protobuf.SingleFieldBuilderV3<com.google.protobuf.Timestamp,​com.google.protobuf.Timestamp.Builder,​com.google.protobuf.TimestampOrBuilder> getCreatedAtFieldBuilder()
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
      • setUnknownFields

        public final TaskOuterClass.TaskClosure.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<TaskOuterClass.TaskClosure.Builder>
      • mergeUnknownFields

        public final TaskOuterClass.TaskClosure.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<TaskOuterClass.TaskClosure.Builder>