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

com.volcengine.service.live.model.business.LiveStreamInfoOrBuilder Maven / Gradle / Ivy

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

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

public interface LiveStreamInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.LiveStreamInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 流信息列表
   * 
* * repeated .Volcengine.Live.Models.Business.StreamInfoList StreamInfoList = 1; */ java.util.List getStreamInfoListList(); /** *
   * 流信息列表
   * 
* * repeated .Volcengine.Live.Models.Business.StreamInfoList StreamInfoList = 1; */ StreamInfoList getStreamInfoList(int index); /** *
   * 流信息列表
   * 
* * repeated .Volcengine.Live.Models.Business.StreamInfoList StreamInfoList = 1; */ int getStreamInfoListCount(); /** *
   * 流信息列表
   * 
* * repeated .Volcengine.Live.Models.Business.StreamInfoList StreamInfoList = 1; */ java.util.List getStreamInfoListOrBuilderList(); /** *
   * 流信息列表
   * 
* * repeated .Volcengine.Live.Models.Business.StreamInfoList StreamInfoList = 1; */ StreamInfoListOrBuilder getStreamInfoListOrBuilder( int index); /** *
   * 流数量
   * 
* * int64 RoughCount = 2; * @return The roughCount. */ long getRoughCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy