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

com.byteplus.service.vod.model.business.VodUrlResponseDataOrBuilder 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 VodUrlResponseDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodUrlResponseData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 视频的URL的键值对,包含 JobId 和对应的 SourceUrl 
   * 
* * repeated .Byteplus.Vod.Models.Business.ValuePair Data = 1; */ java.util.List getDataList(); /** *
   * 视频的URL的键值对,包含 JobId 和对应的 SourceUrl 
   * 
* * repeated .Byteplus.Vod.Models.Business.ValuePair Data = 1; */ com.byteplus.service.vod.model.business.ValuePair getData(int index); /** *
   * 视频的URL的键值对,包含 JobId 和对应的 SourceUrl 
   * 
* * repeated .Byteplus.Vod.Models.Business.ValuePair Data = 1; */ int getDataCount(); /** *
   * 视频的URL的键值对,包含 JobId 和对应的 SourceUrl 
   * 
* * repeated .Byteplus.Vod.Models.Business.ValuePair Data = 1; */ java.util.List getDataOrBuilderList(); /** *
   * 视频的URL的键值对,包含 JobId 和对应的 SourceUrl 
   * 
* * repeated .Byteplus.Vod.Models.Business.ValuePair Data = 1; */ com.byteplus.service.vod.model.business.ValuePairOrBuilder getDataOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy