com.byteplus.service.vod.model.business.SnapshotOverrideOrBuilder 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 SnapshotOverrideOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.SnapshotOverride)
com.google.protobuf.MessageOrBuilder {
/**
*
* 被覆盖的截图模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @return A list containing the templateId.
*/
java.util.List
getTemplateIdList();
/**
*
* 被覆盖的截图模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @return The count of templateId.
*/
int getTemplateIdCount();
/**
*
* 被覆盖的截图模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @param index The index of the element to return.
* @return The templateId at the given index.
*/
java.lang.String getTemplateId(int index);
/**
*
* 被覆盖的截图模板Id, 支持ALL
*
*
* repeated string TemplateId = 1;
* @param index The index of the value to return.
* @return The bytes of the templateId at the given index.
*/
com.google.protobuf.ByteString
getTemplateIdBytes(int index);
/**
*
* 截图时间, 单位ms, AIDynpost和Sprite类型不支持
*
*
* int32 OffsetTime = 2;
* @return The offsetTime.
*/
int getOffsetTime();
/**
*
* 多Dynpost类型截取时间,单位ms
*
*
* repeated int32 OffsetTimeList = 3;
* @return A list containing the offsetTimeList.
*/
java.util.List getOffsetTimeListList();
/**
*
* 多Dynpost类型截取时间,单位ms
*
*
* repeated int32 OffsetTimeList = 3;
* @return The count of offsetTimeList.
*/
int getOffsetTimeListCount();
/**
*
* 多Dynpost类型截取时间,单位ms
*
*
* repeated int32 OffsetTimeList = 3;
* @param index The index of the element to return.
* @return The offsetTimeList at the given index.
*/
int getOffsetTimeList(int index);
/**
*
* 文件名
*
*
* string FileName = 4;
* @return The fileName.
*/
java.lang.String getFileName();
/**
*
* 文件名
*
*
* string FileName = 4;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
}