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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
在接口中 com.google.protobuf.MessageOrBuilder
getUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
在类中 com.google.protobuf.GeneratedMessageV3
public String getDisplayName()
模板名称
string DisplayName = 2;
getDisplayName
在接口中 TaskDetailOrBuilder
public com.google.protobuf.ByteString getDisplayNameBytes()
模板名称
string DisplayName = 2;
getDisplayNameBytes
在接口中 TaskDetailOrBuilder
public String getTemplateId()
模板id
string TemplateId = 4;
getTemplateId
在接口中 TaskDetailOrBuilder
public com.google.protobuf.ByteString getTemplateIdBytes()
模板id
string TemplateId = 4;
getTemplateIdBytes
在接口中 TaskDetailOrBuilder
public int getStatusValue()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5;
getStatusValue
在接口中 TaskDetailOrBuilder
public StageStatus getStatus()
执行状态:Running|Canceled|Skipped|Completed|Failed
.Volcengine.Vod.Models.Business.StageStatus Status = 5;
getStatus
在接口中 TaskDetailOrBuilder
public int getProgress()
执行进度
int32 Progress = 8;
getProgress
在接口中 TaskDetailOrBuilder
public boolean hasStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;
hasStartTime
在接口中 TaskDetailOrBuilder
public com.google.protobuf.Timestamp getStartTime()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;
getStartTime
在接口中 TaskDetailOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
阶段开始时间
.google.protobuf.Timestamp StartTime = 9;
getStartTimeOrBuilder
在接口中 TaskDetailOrBuilder
public boolean hasEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;
hasEndTime
在接口中 TaskDetailOrBuilder
public com.google.protobuf.Timestamp getEndTime()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;
getEndTime
在接口中 TaskDetailOrBuilder
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
阶段结束时间
.google.protobuf.Timestamp EndTime = 10;
getEndTimeOrBuilder
在接口中 TaskDetailOrBuilder
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
在接口中 com.google.protobuf.MessageLite
writeTo
在类中 com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
在接口中 com.google.protobuf.MessageLite
getSerializedSize
在类中 com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
在接口中 com.google.protobuf.Message
equals
在类中 com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
在接口中 com.google.protobuf.Message
hashCode
在类中 com.google.protobuf.AbstractMessage
public static TaskDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TaskDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TaskDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TaskDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TaskDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TaskDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TaskDetail parseFrom(InputStream input) throws IOException
IOException
public static TaskDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TaskDetail parseDelimitedFrom(InputStream input) throws IOException
IOException
public static TaskDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TaskDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static TaskDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public TaskDetail.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static TaskDetail.Builder newBuilder()
public static TaskDetail.Builder newBuilder(TaskDetail prototype)
public TaskDetail.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
protected TaskDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
在类中 com.google.protobuf.GeneratedMessageV3
public static TaskDetail getDefaultInstance()
public static com.google.protobuf.Parser<TaskDetail> parser()
public com.google.protobuf.Parser<TaskDetail> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public TaskDetail getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2024. All rights reserved.