Interface WorkflowOuterClass.WorkflowClosureOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Compiler.CompiledWorkflowClosure getCompiledWorkflow()
      Represents the compiled representation of the workflow from the specification provided.
      Compiler.CompiledWorkflowClosureOrBuilder getCompiledWorkflowOrBuilder()
      Represents the compiled representation of the workflow from the specification provided.
      com.google.protobuf.Timestamp getCreatedAt()
      Time at which the workflow was created.
      com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder()
      Time at which the workflow was created.
      boolean hasCompiledWorkflow()
      Represents the compiled representation of the workflow from the specification provided.
      boolean hasCreatedAt()
      Time at which the workflow 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

      • hasCompiledWorkflow

        boolean hasCompiledWorkflow()
         Represents the compiled representation of the workflow from the specification provided.
         
        .flyteidl.core.CompiledWorkflowClosure compiled_workflow = 1;
        Returns:
        Whether the compiledWorkflow field is set.
      • getCompiledWorkflow

        Compiler.CompiledWorkflowClosure getCompiledWorkflow()
         Represents the compiled representation of the workflow from the specification provided.
         
        .flyteidl.core.CompiledWorkflowClosure compiled_workflow = 1;
        Returns:
        The compiledWorkflow.
      • getCompiledWorkflowOrBuilder

        Compiler.CompiledWorkflowClosureOrBuilder getCompiledWorkflowOrBuilder()
         Represents the compiled representation of the workflow from the specification provided.
         
        .flyteidl.core.CompiledWorkflowClosure compiled_workflow = 1;
      • hasCreatedAt

        boolean hasCreatedAt()
         Time at which the workflow 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 workflow was created.
         
        .google.protobuf.Timestamp created_at = 2;
        Returns:
        The createdAt.
      • getCreatedAtOrBuilder

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