com.byteplus.service.vod.model.business.VodGetMediaInfosDataOrBuilder 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 VodGetMediaInfosDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodGetMediaInfosData)
com.google.protobuf.MessageOrBuilder {
/**
*
*视频信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodMediaInfo MediaInfoList = 1;
*/
java.util.List
getMediaInfoListList();
/**
*
*视频信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodMediaInfo MediaInfoList = 1;
*/
com.byteplus.service.vod.model.business.VodMediaInfo getMediaInfoList(int index);
/**
*
*视频信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodMediaInfo MediaInfoList = 1;
*/
int getMediaInfoListCount();
/**
*
*视频信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodMediaInfo MediaInfoList = 1;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodMediaInfoOrBuilder>
getMediaInfoListOrBuilderList();
/**
*
*视频信息列表
*
*
* repeated .Byteplus.Vod.Models.Business.VodMediaInfo MediaInfoList = 1;
*/
com.byteplus.service.vod.model.business.VodMediaInfoOrBuilder getMediaInfoListOrBuilder(
int index);
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return A list containing the notExistVids.
*/
java.util.List
getNotExistVidsList();
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @return The count of notExistVids.
*/
int getNotExistVidsCount();
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the element to return.
* @return The notExistVids at the given index.
*/
java.lang.String getNotExistVids(int index);
/**
*
*不存在的视频VID列表
*
*
* repeated string NotExistVids = 2;
* @param index The index of the value to return.
* @return The bytes of the notExistVids at the given index.
*/
com.google.protobuf.ByteString
getNotExistVidsBytes(int index);
}