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

com.volcengine.service.live.model.business.ClosedStreamInfoOrBuilder 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 ClosedStreamInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.ClosedStreamInfo)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy