com.volcengine.service.live.model.business.ForbiddenStreamInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: live/business/stream_manage.proto
package com.volcengine.service.live.model.business;
public interface ForbiddenStreamInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.ForbiddenStreamInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 禁推流的信息列表
*
*
* repeated .Volcengine.Live.Models.Business.ForbiddenStreamInfoList StreamInfoList = 1;
*/
java.util.List
getStreamInfoListList();
/**
*
* 禁推流的信息列表
*
*
* repeated .Volcengine.Live.Models.Business.ForbiddenStreamInfoList StreamInfoList = 1;
*/
ForbiddenStreamInfoList getStreamInfoList(int index);
/**
*
* 禁推流的信息列表
*
*
* repeated .Volcengine.Live.Models.Business.ForbiddenStreamInfoList StreamInfoList = 1;
*/
int getStreamInfoListCount();
/**
*
* 禁推流的信息列表
*
*
* repeated .Volcengine.Live.Models.Business.ForbiddenStreamInfoList StreamInfoList = 1;
*/
java.util.List extends ForbiddenStreamInfoListOrBuilder>
getStreamInfoListOrBuilderList();
/**
*
* 禁推流的信息列表
*
*
* repeated .Volcengine.Live.Models.Business.ForbiddenStreamInfoList StreamInfoList = 1;
*/
ForbiddenStreamInfoListOrBuilder getStreamInfoListOrBuilder(
int index);
/**
*
* 流数量
*
*
* int64 RoughCount = 2;
* @return The roughCount.
*/
long getRoughCount();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy