All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.imp.model.business.JobExecutionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: imp/business/imp_common.proto

package com.volcengine.service.imp.model.business;

public interface JobExecutionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Business.JobExecution)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 工作流执行id
   * 
* * string JobId = 1; * @return The jobId. */ java.lang.String getJobId(); /** *
   * 工作流执行id
   * 
* * string JobId = 1; * @return The bytes for jobId. */ com.google.protobuf.ByteString getJobIdBytes(); /** *
   * 输入文件info
   * 
* * .Volcengine.Imp.Models.Business.InputPath InputPath = 2; * @return Whether the inputPath field is set. */ boolean hasInputPath(); /** *
   * 输入文件info
   * 
* * .Volcengine.Imp.Models.Business.InputPath InputPath = 2; * @return The inputPath. */ com.volcengine.service.imp.model.business.InputPath getInputPath(); /** *
   * 输入文件info
   * 
* * .Volcengine.Imp.Models.Business.InputPath InputPath = 2; */ com.volcengine.service.imp.model.business.InputPathOrBuilder getInputPathOrBuilder(); /** *
   * 任务节点info
   * 
* * repeated .Volcengine.Imp.Models.Business.JobOutput Output = 3; */ java.util.List getOutputList(); /** *
   * 任务节点info
   * 
* * repeated .Volcengine.Imp.Models.Business.JobOutput Output = 3; */ com.volcengine.service.imp.model.business.JobOutput getOutput(int index); /** *
   * 任务节点info
   * 
* * repeated .Volcengine.Imp.Models.Business.JobOutput Output = 3; */ int getOutputCount(); /** *
   * 任务节点info
   * 
* * repeated .Volcengine.Imp.Models.Business.JobOutput Output = 3; */ java.util.List getOutputOrBuilderList(); /** *
   * 任务节点info
   * 
* * repeated .Volcengine.Imp.Models.Business.JobOutput Output = 3; */ com.volcengine.service.imp.model.business.JobOutputOrBuilder getOutputOrBuilder( int index); /** *
   * 工作流状态
   * 
* * string Status = 4; * @return The status. */ java.lang.String getStatus(); /** *
   * 工作流状态
   * 
* * string Status = 4; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** * string CreateAt = 5; * @return The createAt. */ java.lang.String getCreateAt(); /** * string CreateAt = 5; * @return The bytes for createAt. */ com.google.protobuf.ByteString getCreateAtBytes(); /** * string FinishedAt = 6; * @return The finishedAt. */ java.lang.String getFinishedAt(); /** * string FinishedAt = 6; * @return The bytes for finishedAt. */ com.google.protobuf.ByteString getFinishedAtBytes(); /** *
   * 工作流模板id
   * 
* * string TemplateId = 7; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 工作流模板id
   * 
* * string TemplateId = 7; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 是否开启闲时任务
   * 
* * string EnableLowPriority = 8; * @return The enableLowPriority. */ java.lang.String getEnableLowPriority(); /** *
   * 是否开启闲时任务
   * 
* * string EnableLowPriority = 8; * @return The bytes for enableLowPriority. */ com.google.protobuf.ByteString getEnableLowPriorityBytes(); /** *
   * 任务来源
   * 
* * string JobSource = 9; * @return The jobSource. */ java.lang.String getJobSource(); /** *
   * 任务来源
   * 
* * string JobSource = 9; * @return The bytes for jobSource. */ com.google.protobuf.ByteString getJobSourceBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy