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

com.volcengine.service.vod.model.business.VodGetPlayInfoWithLiveTimeShiftSceneResultOrBuilder 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_play.proto

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

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

  /**
   * 
   * 播放信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1; */ java.util.List getPlayInfoListList(); /** *
   * 播放信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1; */ com.volcengine.service.vod.model.business.VodPlayInfoWithLiveTimeShiftScene getPlayInfoList(int index); /** *
   * 播放信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1; */ int getPlayInfoListCount(); /** *
   * 播放信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1; */ java.util.List getPlayInfoListOrBuilderList(); /** *
   * 播放信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPlayInfoWithLiveTimeShiftScene PlayInfoList = 1; */ com.volcengine.service.vod.model.business.VodPlayInfoWithLiveTimeShiftSceneOrBuilder getPlayInfoListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy