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

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

  /**
   * 
   * 1001 阶段返回指定存储相关信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreInfo StoreInfos = 1; */ java.util.List getStoreInfosList(); /** *
   * 1001 阶段返回指定存储相关信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreInfo StoreInfos = 1; */ com.byteplus.service.vod.model.business.VodStoreInfo getStoreInfos(int index); /** *
   * 1001 阶段返回指定存储相关信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreInfo StoreInfos = 1; */ int getStoreInfosCount(); /** *
   * 1001 阶段返回指定存储相关信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreInfo StoreInfos = 1; */ java.util.List getStoreInfosOrBuilderList(); /** *
   * 1001 阶段返回指定存储相关信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodStoreInfo StoreInfos = 1; */ com.byteplus.service.vod.model.business.VodStoreInfoOrBuilder getStoreInfosOrBuilder( int index); /** *
   * 1001 阶段返回指定的上传域名 
   * 
* * repeated string UploadHosts = 2; * @return A list containing the uploadHosts. */ java.util.List getUploadHostsList(); /** *
   * 1001 阶段返回指定的上传域名 
   * 
* * repeated string UploadHosts = 2; * @return The count of uploadHosts. */ int getUploadHostsCount(); /** *
   * 1001 阶段返回指定的上传域名 
   * 
* * repeated string UploadHosts = 2; * @param index The index of the element to return. * @return The uploadHosts at the given index. */ java.lang.String getUploadHosts(int index); /** *
   * 1001 阶段返回指定的上传域名 
   * 
* * repeated string UploadHosts = 2; * @param index The index of the value to return. * @return The bytes of the uploadHosts at the given index. */ com.google.protobuf.ByteString getUploadHostsBytes(int index); /** *
   * 1001 阶段返回指定上传带的头信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodHeaderPair UploadHeader = 3; */ java.util.List getUploadHeaderList(); /** *
   * 1001 阶段返回指定上传带的头信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodHeaderPair UploadHeader = 3; */ com.byteplus.service.vod.model.business.VodHeaderPair getUploadHeader(int index); /** *
   * 1001 阶段返回指定上传带的头信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodHeaderPair UploadHeader = 3; */ int getUploadHeaderCount(); /** *
   * 1001 阶段返回指定上传带的头信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodHeaderPair UploadHeader = 3; */ java.util.List getUploadHeaderOrBuilderList(); /** *
   * 1001 阶段返回指定上传带的头信息 
   * 
* * repeated .Byteplus.Vod.Models.Business.VodHeaderPair UploadHeader = 3; */ com.byteplus.service.vod.model.business.VodHeaderPairOrBuilder getUploadHeaderOrBuilder( int index); /** *
   * 1001 阶段返回的 Session 信息 
   * 
* * string SessionKey = 4; * @return The sessionKey. */ java.lang.String getSessionKey(); /** *
   * 1001 阶段返回的 Session 信息 
   * 
* * string SessionKey = 4; * @return The bytes for sessionKey. */ com.google.protobuf.ByteString getSessionKeyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy