Class WorkflowTemplateJob


  • public final class WorkflowTemplateJob
    extends java.lang.Object
    • Method Detail

      • labels

        public java.util.Map<java.lang.String,​java.lang.String> labels()
        Returns:
        The labels to associate with this job. Label keys must be between 1 and 63 characters long, and must conform to the following regular expression: {0,63} No more than 32 labels can be associated with a given job.
      • prerequisiteStepIds

        public java.util.List<java.lang.String> prerequisiteStepIds()
        Returns:
        The optional list of prerequisite job step_ids. If not specified, the job will start at the beginning of workflow.
      • stepId

        public java.lang.String stepId()
        Returns:
        Required. The step id. The id must be unique among all jobs within the template. The step id is used as prefix for job id, as job `goog-dataproc-workflow-step-id` label, and in field from other steps. The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of between 3 and 50 characters.