com.byteplus.service.vod.model.business.VodGetWorkflowExecutionDetailResultOrBuilder Maven / Gradle / Ivy
// 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 VodGetWorkflowExecutionDetailResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodGetWorkflowExecutionDetailResult)
com.google.protobuf.MessageOrBuilder {
/**
* string RunId = 1;
* @return The runId.
*/
java.lang.String getRunId();
/**
* string RunId = 1;
* @return The bytes for runId.
*/
com.google.protobuf.ByteString
getRunIdBytes();
/**
* string Vid = 2;
* @return The vid.
*/
java.lang.String getVid();
/**
* string Vid = 2;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
* string TemplateId = 3;
* @return The templateId.
*/
java.lang.String getTemplateId();
/**
* string TemplateId = 3;
* @return The bytes for templateId.
*/
com.google.protobuf.ByteString
getTemplateIdBytes();
/**
* string SpaceName = 4;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
* string SpaceName = 4;
* @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();
/**
* string TaskListId = 7;
* @return The taskListId.
*/
java.lang.String getTaskListId();
/**
* 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();
/**
*
* 执行阶段
*
*
* repeated .Byteplus.Vod.Models.Business.ExecutionStage Stages = 10;
*/
java.util.List
getStagesList();
/**
*
* 执行阶段
*
*
* repeated .Byteplus.Vod.Models.Business.ExecutionStage Stages = 10;
*/
com.byteplus.service.vod.model.business.ExecutionStage getStages(int index);
/**
*
* 执行阶段
*
*
* repeated .Byteplus.Vod.Models.Business.ExecutionStage Stages = 10;
*/
int getStagesCount();
/**
*
* 执行阶段
*
*
* repeated .Byteplus.Vod.Models.Business.ExecutionStage Stages = 10;
*/
java.util.List extends com.byteplus.service.vod.model.business.ExecutionStageOrBuilder>
getStagesOrBuilderList();
/**
*
* 执行阶段
*
*
* repeated .Byteplus.Vod.Models.Business.ExecutionStage Stages = 10;
*/
com.byteplus.service.vod.model.business.ExecutionStageOrBuilder getStagesOrBuilder(
int index);
/**
* .google.protobuf.Timestamp CreateTime = 11;
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
* .google.protobuf.Timestamp CreateTime = 11;
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
* .google.protobuf.Timestamp CreateTime = 11;
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
* .google.protobuf.Timestamp StartTime = 12;
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
* .google.protobuf.Timestamp StartTime = 12;
* @return The startTime.
*/
com.google.protobuf.Timestamp getStartTime();
/**
* .google.protobuf.Timestamp StartTime = 12;
*/
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();
/**
* .google.protobuf.Timestamp EndTime = 13;
* @return Whether the endTime field is set.
*/
boolean hasEndTime();
/**
* .google.protobuf.Timestamp EndTime = 13;
* @return The endTime.
*/
com.google.protobuf.Timestamp getEndTime();
/**
* .google.protobuf.Timestamp EndTime = 13;
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
/**
* .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 14;
* @return Whether the directUrl field is set.
*/
boolean hasDirectUrl();
/**
* .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 14;
* @return The directUrl.
*/
com.byteplus.service.vod.model.business.DirectUrl getDirectUrl();
/**
* .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 14;
*/
com.byteplus.service.vod.model.business.DirectUrlOrBuilder getDirectUrlOrBuilder();
}