All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodQueryUploadResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy