public final class TaskDetail extends com.google.protobuf.GeneratedMessageV3 implements TaskDetailOrBuilder
Volcengine.Vod.Models.Business.TaskDetail| 限定符和类型 | 类和说明 |
|---|---|
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| 限定符和类型 | 字段和说明 |
|---|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static TaskDetail |
getDefaultInstance() |
TaskDetail |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
模板名称
string DisplayName = 2; |
com.google.protobuf.ByteString |
getDisplayNameBytes()
模板名称
string DisplayName = 2; |
com.google.protobuf.Timestamp |
getEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10; |
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10; |
com.google.protobuf.Parser<TaskDetail> |
getParserForType() |
int |
getProgress()
执行进度
int32 Progress = 8; |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9; |
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9; |
StageStatus |
getStatus()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5; |
int |
getStatusValue()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5; |
String |
getTemplateId()
模板id
string TemplateId = 4; |
com.google.protobuf.ByteString |
getTemplateIdBytes()
模板id
string TemplateId = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10; |
int |
hashCode() |
boolean |
hasStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9; |
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, writeTopublic 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 在类中 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 getDisplayName()
模板名称
string DisplayName = 2;getDisplayName 在接口中 TaskDetailOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
模板名称
string DisplayName = 2;getDisplayNameBytes 在接口中 TaskDetailOrBuilderpublic String getTemplateId()
模板id
string TemplateId = 4;getTemplateId 在接口中 TaskDetailOrBuilderpublic com.google.protobuf.ByteString getTemplateIdBytes()
模板id
string TemplateId = 4;getTemplateIdBytes 在接口中 TaskDetailOrBuilderpublic int getStatusValue()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5;getStatusValue 在接口中 TaskDetailOrBuilderpublic StageStatus getStatus()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5;getStatus 在接口中 TaskDetailOrBuilderpublic int getProgress()
执行进度
int32 Progress = 8;getProgress 在接口中 TaskDetailOrBuilderpublic boolean hasStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;hasStartTime 在接口中 TaskDetailOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;getStartTime 在接口中 TaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;getStartTimeOrBuilder 在接口中 TaskDetailOrBuilderpublic boolean hasEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;hasEndTime 在接口中 TaskDetailOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;getEndTime 在接口中 TaskDetailOrBuilderpublic com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;getEndTimeOrBuilder 在接口中 TaskDetailOrBuilderpublic 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 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 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static TaskDetail.Builder newBuilder()
public static TaskDetail.Builder newBuilder(TaskDetail prototype)
public TaskDetail.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected TaskDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static TaskDetail getDefaultInstance()
public static com.google.protobuf.Parser<TaskDetail> parser()
public com.google.protobuf.Parser<TaskDetail> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public TaskDetail getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.