com.byteplus.service.vod.model.business.VodQueryUploadResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_upload.proto
package com.byteplus.service.vod.model.business;
public interface VodQueryUploadResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodQueryUploadResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* URL批量上传状态查询返回的 JobId 对应的信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodURLSet MediaInfoList = 1;
*/
java.util.List
getMediaInfoListList();
/**
*
* URL批量上传状态查询返回的 JobId 对应的信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodURLSet MediaInfoList = 1;
*/
com.byteplus.service.vod.model.business.VodURLSet getMediaInfoList(int index);
/**
*
* URL批量上传状态查询返回的 JobId 对应的信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodURLSet MediaInfoList = 1;
*/
int getMediaInfoListCount();
/**
*
* URL批量上传状态查询返回的 JobId 对应的信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodURLSet MediaInfoList = 1;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodURLSetOrBuilder>
getMediaInfoListOrBuilderList();
/**
*
* URL批量上传状态查询返回的 JobId 对应的信息
*
*
* repeated .Byteplus.Vod.Models.Business.VodURLSet MediaInfoList = 1;
*/
com.byteplus.service.vod.model.business.VodURLSetOrBuilder getMediaInfoListOrBuilder(
int index);
/**
*
* URL批量上传状态查询不存在的 JobId
*
*
* repeated string NotExistJobIds = 2;
* @return A list containing the notExistJobIds.
*/
java.util.List
getNotExistJobIdsList();
/**
*
* URL批量上传状态查询不存在的 JobId
*
*
* repeated string NotExistJobIds = 2;
* @return The count of notExistJobIds.
*/
int getNotExistJobIdsCount();
/**
*
* URL批量上传状态查询不存在的 JobId
*
*
* repeated string NotExistJobIds = 2;
* @param index The index of the element to return.
* @return The notExistJobIds at the given index.
*/
java.lang.String getNotExistJobIds(int index);
/**
*
* URL批量上传状态查询不存在的 JobId
*
*
* repeated string NotExistJobIds = 2;
* @param index The index of the value to return.
* @return The bytes of the notExistJobIds at the given index.
*/
com.google.protobuf.ByteString
getNotExistJobIdsBytes(int index);
}