public final class TaskDetail extends com.google.protobuf.GeneratedMessageV3 implements TaskDetailOrBuilder
Volcengine.Vod.Models.Business.TaskDetail| Modifier and Type | Class and Description |
|---|---|
static class |
TaskDetail.Builder
Protobuf type
Volcengine.Vod.Models.Business.TaskDetail |
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| Modifier and Type | Field and Description |
|---|---|
static int |
DISPLAYNAME_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
PROGRESS_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TEMPLATEID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TaskDetail |
getDefaultInstance() |
TaskDetail |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
模板名称
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
模板名称
|
com.google.protobuf.Timestamp |
getEndTime()
阶段结束时间
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
阶段结束时间
|
com.google.protobuf.Parser<TaskDetail> |
getParserForType() |
int |
getProgress()
执行进度
|
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
阶段开始时间
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
阶段开始时间
|
StageStatus |
getStatus()
执行状态:Running|Canceled|Skipped|Completed|Failed
|
int |
getStatusValue()
执行状态:Running|Canceled|Skipped|Completed|Failed
|
String |
getTemplateId()
模板id
|
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板id
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTime()
阶段结束时间
|
int |
hashCode() |
boolean |
hasStartTime()
阶段开始时间
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TaskDetail.Builder |
newBuilder() |
static TaskDetail.Builder |
newBuilder(TaskDetail prototype) |
TaskDetail.Builder |
newBuilderForType() |
protected TaskDetail.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TaskDetail |
parseDelimitedFrom(InputStream input) |
static TaskDetail |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskDetail |
parseFrom(byte[] data) |
static TaskDetail |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskDetail |
parseFrom(ByteBuffer data) |
static TaskDetail |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskDetail |
parseFrom(com.google.protobuf.ByteString data) |
static TaskDetail |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskDetail |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TaskDetail |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TaskDetail |
parseFrom(InputStream input) |
static TaskDetail |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TaskDetail> |
parser() |
TaskDetail.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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DISPLAYNAME_FIELD_NUMBER
public static final int TEMPLATEID_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getDisplayName()
模板名称
string DisplayName = 2;getDisplayName in interface TaskDetailOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
模板名称
string DisplayName = 2;getDisplayNameBytes in interface TaskDetailOrBuilderpublic String getTemplateId()
模板id
string TemplateId = 4;getTemplateId in interface TaskDetailOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
模板id
string TemplateId = 4;getTemplateIdBytes in interface TaskDetailOrBuilderpublic int getStatusValue()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5;getStatusValue in interface TaskDetailOrBuilderpublic StageStatus getStatus()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5;getStatus in interface TaskDetailOrBuilderpublic int getProgress()
执行进度
int32 Progress = 8;getProgress in interface TaskDetailOrBuilderpublic boolean hasStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;hasStartTime in interface TaskDetailOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;getStartTime in interface TaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;getStartTimeOrBuilder in interface TaskDetailOrBuilderpublic boolean hasEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;hasEndTime in interface TaskDetailOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;getEndTime in interface TaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;getEndTimeOrBuilder in interface TaskDetailOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TaskDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TaskDetail parseFrom(InputStream input) throws IOException
IOExceptionpublic static TaskDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TaskDetail parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TaskDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TaskDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TaskDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TaskDetail.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TaskDetail.Builder newBuilder()
public static TaskDetail.Builder newBuilder(TaskDetail prototype)
public TaskDetail.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TaskDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TaskDetail getDefaultInstance()
public static com.google.protobuf.Parser<TaskDetail> parser()
public com.google.protobuf.Parser<TaskDetail> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TaskDetail getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025. All rights reserved.