com.byteplus.service.vod.model.business.VodWorkflowResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_workflow.proto
package com.byteplus.service.vod.model.business;
public interface VodWorkflowResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodWorkflowResult)
com.google.protobuf.MessageOrBuilder {
/**
* .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 1;
* @return Whether the directUrl field is set.
*/
boolean hasDirectUrl();
/**
* .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 1;
* @return The directUrl.
*/
com.byteplus.service.vod.model.business.DirectUrl getDirectUrl();
/**
* .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 1;
*/
com.byteplus.service.vod.model.business.DirectUrlOrBuilder getDirectUrlOrBuilder();
/**
* string Vid = 2;
* @return The vid.
*/
java.lang.String getVid();
/**
* string Vid = 2;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
* string RunId = 3;
* @return The runId.
*/
java.lang.String getRunId();
/**
* string RunId = 3;
* @return The bytes for runId.
*/
com.google.protobuf.ByteString
getRunIdBytes();
/**
* string SpaceName = 4;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
* string SpaceName = 4;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
* string TemplateId = 5;
* @return The templateId.
*/
java.lang.String getTemplateId();
/**
* string TemplateId = 5;
* @return The bytes for templateId.
*/
com.google.protobuf.ByteString
getTemplateIdBytes();
/**
* string CallbackArgs = 6;
* @return The callbackArgs.
*/
java.lang.String getCallbackArgs();
/**
* string CallbackArgs = 6;
* @return The bytes for callbackArgs.
*/
com.google.protobuf.ByteString
getCallbackArgsBytes();
/**
* string Status = 7;
* @return The status.
*/
java.lang.String getStatus();
/**
* string Status = 7;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* repeated .Byteplus.Vod.Models.Business.VodTranscodeInfo TranscodeInfos = 8;
*/
java.util.List
getTranscodeInfosList();
/**
* repeated .Byteplus.Vod.Models.Business.VodTranscodeInfo TranscodeInfos = 8;
*/
com.byteplus.service.vod.model.business.VodTranscodeInfo getTranscodeInfos(int index);
/**
* repeated .Byteplus.Vod.Models.Business.VodTranscodeInfo TranscodeInfos = 8;
*/
int getTranscodeInfosCount();
/**
* repeated .Byteplus.Vod.Models.Business.VodTranscodeInfo TranscodeInfos = 8;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodTranscodeInfoOrBuilder>
getTranscodeInfosOrBuilderList();
/**
* repeated .Byteplus.Vod.Models.Business.VodTranscodeInfo TranscodeInfos = 8;
*/
com.byteplus.service.vod.model.business.VodTranscodeInfoOrBuilder getTranscodeInfosOrBuilder(
int index);
/**
* repeated .Byteplus.Vod.Models.Business.SnapshotResult Snapshots = 9;
*/
java.util.List
getSnapshotsList();
/**
* repeated .Byteplus.Vod.Models.Business.SnapshotResult Snapshots = 9;
*/
com.byteplus.service.vod.model.business.SnapshotResult getSnapshots(int index);
/**
* repeated .Byteplus.Vod.Models.Business.SnapshotResult Snapshots = 9;
*/
int getSnapshotsCount();
/**
* repeated .Byteplus.Vod.Models.Business.SnapshotResult Snapshots = 9;
*/
java.util.List extends com.byteplus.service.vod.model.business.SnapshotResultOrBuilder>
getSnapshotsOrBuilderList();
/**
* repeated .Byteplus.Vod.Models.Business.SnapshotResult Snapshots = 9;
*/
com.byteplus.service.vod.model.business.SnapshotResultOrBuilder getSnapshotsOrBuilder(
int index);
}