public final class WorkflowExecution extends com.google.protobuf.GeneratedMessageV3 implements WorkflowExecutionOrBuilder
Volcengine.Vod.Models.Business.WorkflowExecution| 限定符和类型 | 类和说明 |
|---|---|
static class |
WorkflowExecution.Builder
Protobuf type
Volcengine.Vod.Models.Business.WorkflowExecution |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CALLBACKARGS_FIELD_NUMBER |
static int |
CREATETIME_FIELD_NUMBER |
static int |
DIRECTURL_FIELD_NUMBER |
static int |
ENABLELOWPRIORITY_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
INPUT_FIELD_NUMBER |
static int |
JOBSOURCE_FIELD_NUMBER |
static int |
PRIORITY_FIELD_NUMBER |
static int |
RUNID_FIELD_NUMBER |
static int |
SPACENAME_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TASKLISTID_FIELD_NUMBER |
static int |
TASKSDETAIL_FIELD_NUMBER |
static int |
TEMPLATEID_FIELD_NUMBER |
static int |
TEMPLATENAME_FIELD_NUMBER |
static int |
VID_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getCallbackArgs()
回调透传参数
string CallbackArgs = 15; |
com.google.protobuf.ByteString |
getCallbackArgsBytes()
回调透传参数
string CallbackArgs = 15; |
com.google.protobuf.Timestamp |
getCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
任务创建时间,即触发任务的时间,格式:rfc3339。
|
static WorkflowExecution |
getDefaultInstance() |
WorkflowExecution |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DirectUrl |
getDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17; |
DirectUrlOrBuilder |
getDirectUrlOrBuilder()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17; |
boolean |
getEnableLowPriority()
闲时转码
bool EnableLowPriority = 8; |
com.google.protobuf.Timestamp |
getEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
任务结束时间,可用于排序,格式:格式:rfc3339。
|
WorkflowParams |
getInput()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13; |
WorkflowParamsOrBuilder |
getInputOrBuilder()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13; |
String |
getJobSource()
任务来源
string JobSource = 9; |
com.google.protobuf.ByteString |
getJobSourceBytes()
任务来源
string JobSource = 9; |
com.google.protobuf.Parser<WorkflowExecution> |
getParserForType() |
int |
getPriority()
转码记录优先级
int32 Priority = 14; |
String |
getRunId()
工作流执行ID
string RunId = 1; |
com.google.protobuf.ByteString |
getRunIdBytes()
工作流执行ID
string RunId = 1; |
int |
getSerializedSize() |
String |
getSpaceName()
空间名
string SpaceName = 5; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 5; |
com.google.protobuf.Timestamp |
getStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。
|
String |
getStatus()
执行状态
string Status = 6; |
com.google.protobuf.ByteString |
getStatusBytes()
执行状态
string Status = 6; |
String |
getTaskListId()
任务队列ID
string TaskListId = 7; |
com.google.protobuf.ByteString |
getTaskListIdBytes()
任务队列ID
string TaskListId = 7; |
TaskDetail |
getTasksDetail(int index)
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16; |
int |
getTasksDetailCount()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16; |
List<TaskDetail> |
getTasksDetailList()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16; |
TaskDetailOrBuilder |
getTasksDetailOrBuilder(int index)
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16; |
List<? extends TaskDetailOrBuilder> |
getTasksDetailOrBuilderList()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16; |
String |
getTemplateId()
模板ID,即工作流ID
string TemplateId = 3; |
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板ID,即工作流ID
string TemplateId = 3; |
String |
getTemplateName()
工作流名称
string TemplateName = 4; |
com.google.protobuf.ByteString |
getTemplateNameBytes()
工作流名称
string TemplateName = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVid()
视频ID
string Vid = 2; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 2; |
boolean |
hasCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。
|
boolean |
hasDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17; |
boolean |
hasEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。
|
int |
hashCode() |
boolean |
hasInput()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13; |
boolean |
hasStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WorkflowExecution.Builder |
newBuilder() |
static WorkflowExecution.Builder |
newBuilder(WorkflowExecution prototype) |
WorkflowExecution.Builder |
newBuilderForType() |
protected WorkflowExecution.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static WorkflowExecution |
parseDelimitedFrom(InputStream input) |
static WorkflowExecution |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(byte[] data) |
static WorkflowExecution |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(ByteBuffer data) |
static WorkflowExecution |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(com.google.protobuf.ByteString data) |
static WorkflowExecution |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WorkflowExecution |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkflowExecution |
parseFrom(InputStream input) |
static WorkflowExecution |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<WorkflowExecution> |
parser() |
WorkflowExecution.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int RUNID_FIELD_NUMBER
public static final int VID_FIELD_NUMBER
public static final int TEMPLATEID_FIELD_NUMBER
public static final int TEMPLATENAME_FIELD_NUMBER
public static final int SPACENAME_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int TASKLISTID_FIELD_NUMBER
public static final int ENABLELOWPRIORITY_FIELD_NUMBER
public static final int JOBSOURCE_FIELD_NUMBER
public static final int CREATETIME_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
public static final int INPUT_FIELD_NUMBER
public static final int PRIORITY_FIELD_NUMBER
public static final int CALLBACKARGS_FIELD_NUMBER
public static final int TASKSDETAIL_FIELD_NUMBER
public static final int DIRECTURL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getRunId()
工作流执行ID
string RunId = 1;getRunId 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
工作流执行ID
string RunId = 1;getRunIdBytes 在接口中 WorkflowExecutionOrBuilderpublic String getVid()
视频ID
string Vid = 2;getVid 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 2;getVidBytes 在接口中 WorkflowExecutionOrBuilderpublic String getTemplateId()
模板ID,即工作流ID
string TemplateId = 3;getTemplateId 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
模板ID,即工作流ID
string TemplateId = 3;getTemplateIdBytes 在接口中 WorkflowExecutionOrBuilderpublic String getTemplateName()
工作流名称
string TemplateName = 4;getTemplateName 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getTemplateNameBytes()
工作流名称
string TemplateName = 4;getTemplateNameBytes 在接口中 WorkflowExecutionOrBuilderpublic String getSpaceName()
空间名
string SpaceName = 5;getSpaceName 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 5;getSpaceNameBytes 在接口中 WorkflowExecutionOrBuilderpublic String getStatus()
执行状态
string Status = 6;getStatus 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
执行状态
string Status = 6;getStatusBytes 在接口中 WorkflowExecutionOrBuilderpublic String getTaskListId()
任务队列ID
string TaskListId = 7;getTaskListId 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getTaskListIdBytes()
任务队列ID
string TaskListId = 7;getTaskListIdBytes 在接口中 WorkflowExecutionOrBuilderpublic boolean getEnableLowPriority()
闲时转码
bool EnableLowPriority = 8;getEnableLowPriority 在接口中 WorkflowExecutionOrBuilderpublic String getJobSource()
任务来源
string JobSource = 9;getJobSource 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getJobSourceBytes()
任务来源
string JobSource = 9;getJobSourceBytes 在接口中 WorkflowExecutionOrBuilderpublic boolean hasCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp CreateTime = 10;hasCreateTime 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp CreateTime = 10;getCreateTime 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
任务创建时间,即触发任务的时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp CreateTime = 10;public boolean hasStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp StartTime = 11;hasStartTime 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp StartTime = 11;getStartTime 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
任务开始执行时间,即任务被调度到的时间戳,可用于计算执行时间,格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp StartTime = 11;public boolean hasEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp EndTime = 12;hasEndTime 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp EndTime = 12;getEndTime 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
任务结束时间,可用于排序,格式:格式:rfc3339。如果不存在则为空
.google.protobuf.Timestamp EndTime = 12;public boolean hasInput()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13;hasInput 在接口中 WorkflowExecutionOrBuilderpublic WorkflowParams getInput()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13;getInput 在接口中 WorkflowExecutionOrBuilderpublic WorkflowParamsOrBuilder getInputOrBuilder()
工作流输入参数
.Volcengine.Vod.Models.Business.WorkflowParams Input = 13;getInputOrBuilder 在接口中 WorkflowExecutionOrBuilderpublic int getPriority()
转码记录优先级
int32 Priority = 14;getPriority 在接口中 WorkflowExecutionOrBuilderpublic String getCallbackArgs()
回调透传参数
string CallbackArgs = 15;getCallbackArgs 在接口中 WorkflowExecutionOrBuilderpublic com.google.protobuf.ByteString getCallbackArgsBytes()
回调透传参数
string CallbackArgs = 15;getCallbackArgsBytes 在接口中 WorkflowExecutionOrBuilderpublic List<TaskDetail> getTasksDetailList()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetailList 在接口中 WorkflowExecutionOrBuilderpublic List<? extends TaskDetailOrBuilder> getTasksDetailOrBuilderList()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;public int getTasksDetailCount()
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;public TaskDetail getTasksDetail(int index)
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;getTasksDetail 在接口中 WorkflowExecutionOrBuilderpublic TaskDetailOrBuilder getTasksDetailOrBuilder(int index)
子任务详情
repeated .Volcengine.Vod.Models.Business.TaskDetail TasksDetail = 16;public boolean hasDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17;hasDirectUrl 在接口中 WorkflowExecutionOrBuilderpublic DirectUrl getDirectUrl()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17;getDirectUrl 在接口中 WorkflowExecutionOrBuilderpublic DirectUrlOrBuilder getDirectUrlOrBuilder()
.Volcengine.Vod.Models.Business.DirectUrl DirectUrl = 17;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static WorkflowExecution parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WorkflowExecution parseFrom(InputStream input) throws IOException
IOExceptionpublic static WorkflowExecution parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorkflowExecution parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static WorkflowExecution parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static WorkflowExecution parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic WorkflowExecution.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static WorkflowExecution.Builder newBuilder()
public static WorkflowExecution.Builder newBuilder(WorkflowExecution prototype)
public WorkflowExecution.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected WorkflowExecution.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static WorkflowExecution getDefaultInstance()
public static com.google.protobuf.Parser<WorkflowExecution> parser()
public com.google.protobuf.Parser<WorkflowExecution> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public WorkflowExecution getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.