com.volcengine.service.vod.model.business.SnapshotOverrideOrBuilder 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 SnapshotOverrideOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
/**
*
* index文件自定义路径
*
*
* string FileIndex = 5;
* @return The fileIndex.
*/
java.lang.String getFileIndex();
/**
*
* index文件自定义路径
*
*
* string FileIndex = 5;
* @return The bytes for fileIndex.
*/
com.google.protobuf.ByteString
getFileIndexBytes();
/**
*
*采样截图自定义采样时间点
*
*
* repeated float SampleOffsets = 6;
* @return A list containing the sampleOffsets.
*/
java.util.List getSampleOffsetsList();
/**
*
*采样截图自定义采样时间点
*
*
* repeated float SampleOffsets = 6;
* @return The count of sampleOffsets.
*/
int getSampleOffsetsCount();
/**
*
*采样截图自定义采样时间点
*
*
* repeated float SampleOffsets = 6;
* @param index The index of the element to return.
* @return The sampleOffsets at the given index.
*/
float getSampleOffsets(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy