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

com.byteplus.service.vod.model.business.WorkflowExecutionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_workflow.proto

package com.byteplus.service.vod.model.business;

public interface WorkflowExecutionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.WorkflowExecution)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *工作流执行ID
   * 
* * string RunId = 1; * @return The runId. */ java.lang.String getRunId(); /** *
   *工作流执行ID
   * 
* * string RunId = 1; * @return The bytes for runId. */ com.google.protobuf.ByteString getRunIdBytes(); /** *
   * 视频ID
   * 
* * string Vid = 2; * @return The vid. */ java.lang.String getVid(); /** *
   * 视频ID
   * 
* * string Vid = 2; * @return The bytes for vid. */ com.google.protobuf.ByteString getVidBytes(); /** *
   *模板ID,即工作流ID
   * 
* * string TemplateId = 3; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   *模板ID,即工作流ID
   * 
* * string TemplateId = 3; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 工作流名称
   * 
* * string TemplateName = 4; * @return The templateName. */ java.lang.String getTemplateName(); /** *
   * 工作流名称
   * 
* * string TemplateName = 4; * @return The bytes for templateName. */ com.google.protobuf.ByteString getTemplateNameBytes(); /** *
   * 空间名
   * 
* * string SpaceName = 5; * @return The spaceName. */ java.lang.String getSpaceName(); /** *
   * 空间名
   * 
* * string SpaceName = 5; * @return The bytes for spaceName. */ com.google.protobuf.ByteString getSpaceNameBytes(); /** *
   *执行状态
   * 
* * string Status = 6; * @return The status. */ java.lang.String getStatus(); /** *
   *执行状态
   * 
* * string Status = 6; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** *
   *任务队列ID
   * 
* * string TaskListId = 7; * @return The taskListId. */ java.lang.String getTaskListId(); /** *
   *任务队列ID
   * 
* * string TaskListId = 7; * @return The bytes for taskListId. */ com.google.protobuf.ByteString getTaskListIdBytes(); /** *
   *闲时转码
   * 
* * bool EnableLowPriority = 8; * @return The enableLowPriority. */ boolean getEnableLowPriority(); /** *
   *任务来源
   * 
* * string JobSource = 9; * @return The jobSource. */ java.lang.String getJobSource(); /** *
   *任务来源
   * 
* * string JobSource = 9; * @return The bytes for jobSource. */ com.google.protobuf.ByteString getJobSourceBytes(); /** *
   *任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp CreateTime = 10; * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** *
   *任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp CreateTime = 10; * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** *
   *任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp CreateTime = 10; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** *
   *任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp StartTime = 11; * @return Whether the startTime field is set. */ boolean hasStartTime(); /** *
   *任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp StartTime = 11; * @return The startTime. */ com.google.protobuf.Timestamp getStartTime(); /** *
   *任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp StartTime = 11; */ com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder(); /** *
   *任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp EndTime = 12; * @return Whether the endTime field is set. */ boolean hasEndTime(); /** *
   *任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp EndTime = 12; * @return The endTime. */ com.google.protobuf.Timestamp getEndTime(); /** *
   *任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
   * 
* * .google.protobuf.Timestamp EndTime = 12; */ com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder(); /** *
   *工作流输入参数
   * 
* * .Byteplus.Vod.Models.Business.WorkflowParams Input = 13; * @return Whether the input field is set. */ boolean hasInput(); /** *
   *工作流输入参数
   * 
* * .Byteplus.Vod.Models.Business.WorkflowParams Input = 13; * @return The input. */ com.byteplus.service.vod.model.business.WorkflowParams getInput(); /** *
   *工作流输入参数
   * 
* * .Byteplus.Vod.Models.Business.WorkflowParams Input = 13; */ com.byteplus.service.vod.model.business.WorkflowParamsOrBuilder getInputOrBuilder(); /** *
   *转码记录优先级
   * 
* * int32 Priority = 14; * @return The priority. */ int getPriority(); /** *
   *回调透传参数
   * 
* * string CallbackArgs = 15; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   *回调透传参数
   * 
* * string CallbackArgs = 15; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); /** *
   * 子任务详情
   * 
* * repeated .Byteplus.Vod.Models.Business.TaskDetail TasksDetail = 16; */ java.util.List getTasksDetailList(); /** *
   * 子任务详情
   * 
* * repeated .Byteplus.Vod.Models.Business.TaskDetail TasksDetail = 16; */ com.byteplus.service.vod.model.business.TaskDetail getTasksDetail(int index); /** *
   * 子任务详情
   * 
* * repeated .Byteplus.Vod.Models.Business.TaskDetail TasksDetail = 16; */ int getTasksDetailCount(); /** *
   * 子任务详情
   * 
* * repeated .Byteplus.Vod.Models.Business.TaskDetail TasksDetail = 16; */ java.util.List getTasksDetailOrBuilderList(); /** *
   * 子任务详情
   * 
* * repeated .Byteplus.Vod.Models.Business.TaskDetail TasksDetail = 16; */ com.byteplus.service.vod.model.business.TaskDetailOrBuilder getTasksDetailOrBuilder( int index); /** * .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 17; * @return Whether the directUrl field is set. */ boolean hasDirectUrl(); /** * .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 17; * @return The directUrl. */ com.byteplus.service.vod.model.business.DirectUrl getDirectUrl(); /** * .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 17; */ com.byteplus.service.vod.model.business.DirectUrlOrBuilder getDirectUrlOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy