com.volcengine.service.vod.model.business.TaskDetailOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_workflow.proto
package com.volcengine.service.vod.model.business;
public interface TaskDetailOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.TaskDetail)
com.google.protobuf.MessageOrBuilder {
/**
*
* 模板名称
*
*
* string DisplayName = 2;
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
* 模板名称
*
*
* string DisplayName = 2;
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString
getDisplayNameBytes();
/**
*
* 模板id
*
*
* string TemplateId = 4;
* @return The templateId.
*/
java.lang.String getTemplateId();
/**
*
* 模板id
*
*
* string TemplateId = 4;
* @return The bytes for templateId.
*/
com.google.protobuf.ByteString
getTemplateIdBytes();
/**
*
* 执行状态:Running|Canceled|Skipped|Completed|Failed
*
*
* .Volcengine.Vod.Models.Business.StageStatus Status = 5;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* 执行状态:Running|Canceled|Skipped|Completed|Failed
*
*
* .Volcengine.Vod.Models.Business.StageStatus Status = 5;
* @return The status.
*/
com.volcengine.service.vod.model.business.StageStatus getStatus();
/**
*
* 执行进度
*
*
* int32 Progress = 8;
* @return The progress.
*/
int getProgress();
/**
*
* 阶段开始时间
*
*
* .google.protobuf.Timestamp StartTime = 9;
* @return Whether the startTime field is set.
*/
boolean hasStartTime();
/**
*
* 阶段开始时间
*
*
* .google.protobuf.Timestamp StartTime = 9;
* @return The startTime.
*/
com.google.protobuf.Timestamp getStartTime();
/**
*
* 阶段开始时间
*
*
* .google.protobuf.Timestamp StartTime = 9;
*/
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder();
/**
*
* 阶段结束时间
*
*
* .google.protobuf.Timestamp EndTime = 10;
* @return Whether the endTime field is set.
*/
boolean hasEndTime();
/**
*
* 阶段结束时间
*
*
* .google.protobuf.Timestamp EndTime = 10;
* @return The endTime.
*/
com.google.protobuf.Timestamp getEndTime();
/**
*
* 阶段结束时间
*
*
* .google.protobuf.Timestamp EndTime = 10;
*/
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy