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

com.volcengine.service.vod.model.business.UploadAddressOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/business/vod_upload.proto

package com.volcengine.service.vod.model.business;

public interface UploadAddressOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.UploadAddress)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .Volcengine.Vod.Models.Business.StoreInfo StoreInfos = 1;
   */
  java.util.List 
      getStoreInfosList();
  /**
   * repeated .Volcengine.Vod.Models.Business.StoreInfo StoreInfos = 1;
   */
  com.volcengine.service.vod.model.business.StoreInfo getStoreInfos(int index);
  /**
   * repeated .Volcengine.Vod.Models.Business.StoreInfo StoreInfos = 1;
   */
  int getStoreInfosCount();
  /**
   * repeated .Volcengine.Vod.Models.Business.StoreInfo StoreInfos = 1;
   */
  java.util.List 
      getStoreInfosOrBuilderList();
  /**
   * repeated .Volcengine.Vod.Models.Business.StoreInfo StoreInfos = 1;
   */
  com.volcengine.service.vod.model.business.StoreInfoOrBuilder getStoreInfosOrBuilder(
      int index);

  /**
   * repeated string UploadHosts = 2;
   * @return A list containing the uploadHosts.
   */
  java.util.List
      getUploadHostsList();
  /**
   * repeated string UploadHosts = 2;
   * @return The count of uploadHosts.
   */
  int getUploadHostsCount();
  /**
   * 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);
  /**
   * 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);

  /**
   * repeated .Volcengine.Vod.Models.Business.HeaderPair UploadHeader = 3;
   */
  java.util.List 
      getUploadHeaderList();
  /**
   * repeated .Volcengine.Vod.Models.Business.HeaderPair UploadHeader = 3;
   */
  com.volcengine.service.vod.model.business.HeaderPair getUploadHeader(int index);
  /**
   * repeated .Volcengine.Vod.Models.Business.HeaderPair UploadHeader = 3;
   */
  int getUploadHeaderCount();
  /**
   * repeated .Volcengine.Vod.Models.Business.HeaderPair UploadHeader = 3;
   */
  java.util.List 
      getUploadHeaderOrBuilderList();
  /**
   * repeated .Volcengine.Vod.Models.Business.HeaderPair UploadHeader = 3;
   */
  com.volcengine.service.vod.model.business.HeaderPairOrBuilder getUploadHeaderOrBuilder(
      int index);

  /**
   * string SessionKey = 4;
   * @return The sessionKey.
   */
  java.lang.String getSessionKey();
  /**
   * string SessionKey = 4;
   * @return The bytes for sessionKey.
   */
  com.google.protobuf.ByteString
      getSessionKeyBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy