Interface TaskOuterClass.TaskClosureOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Compiler.CompiledTask getCompiledTask()
      Represents the compiled representation of the task from the specification provided.
      Compiler.CompiledTaskOrBuilder getCompiledTaskOrBuilder()
      Represents the compiled representation of the task from the specification provided.
      com.google.protobuf.Timestamp getCreatedAt()
      Time at which the task was created.
      com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
      Time at which the task was created.
      boolean hasCompiledTask()
      Represents the compiled representation of the task from the specification provided.
      boolean hasCreatedAt()
      Time at which the task was created.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCompiledTask

        boolean hasCompiledTask()
         Represents the compiled representation of the task from the specification provided.
         
        .flyteidl.core.CompiledTask compiled_task = 1;
        Returns:
        Whether the compiledTask field is set.
      • getCompiledTask

        Compiler.CompiledTask getCompiledTask()
         Represents the compiled representation of the task from the specification provided.
         
        .flyteidl.core.CompiledTask compiled_task = 1;
        Returns:
        The compiledTask.
      • getCompiledTaskOrBuilder

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

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

        com.google.protobuf.Timestamp getCreatedAt()
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
         Time at which the task was created.
         
        .google.protobuf.Timestamp created_at = 2;