com.byteplus.service.vod.model.business.VodGetSubtitleInfoListDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto
package com.byteplus.service.vod.model.business;
public interface VodGetSubtitleInfoListDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodGetSubtitleInfoListData)
com.google.protobuf.MessageOrBuilder {
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The vid.
*/
java.lang.String getVid();
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
*字幕列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;
*/
java.util.List
getFileSubtitleInfoListList();
/**
*
*字幕列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;
*/
com.byteplus.service.vod.model.business.VodFileSubtitleInfo getFileSubtitleInfoList(int index);
/**
*
*字幕列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;
*/
int getFileSubtitleInfoListCount();
/**
*
*字幕列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodFileSubtitleInfoOrBuilder>
getFileSubtitleInfoListOrBuilderList();
/**
*
*字幕列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;
*/
com.byteplus.service.vod.model.business.VodFileSubtitleInfoOrBuilder getFileSubtitleInfoListOrBuilder(
int index);
/**
*
*不存在的转码FileID列表
*
*
* repeated string NotExistFileIds = 3;
* @return A list containing the notExistFileIds.
*/
java.util.List
getNotExistFileIdsList();
/**
*
*不存在的转码FileID列表
*
*
* repeated string NotExistFileIds = 3;
* @return The count of notExistFileIds.
*/
int getNotExistFileIdsCount();
/**
*
*不存在的转码FileID列表
*
*
* repeated string NotExistFileIds = 3;
* @param index The index of the element to return.
* @return The notExistFileIds at the given index.
*/
java.lang.String getNotExistFileIds(int index);
/**
*
*不存在的转码FileID列表
*
*
* repeated string NotExistFileIds = 3;
* @param index The index of the value to return.
* @return The bytes of the notExistFileIds at the given index.
*/
com.google.protobuf.ByteString
getNotExistFileIdsBytes(int index);
/**
*
*符合条件的结果总数
*
*
* int32 TotalCount = 4;
* @return The totalCount.
*/
int getTotalCount();
/**
*
*数据偏移量
*
*
* int32 Offset = 5;
* @return The offset.
*/
int getOffset();
/**
*
*分页大小
*
*
* int32 PageSize = 6;
* @return The pageSize.
*/
int getPageSize();
}