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

com.volcengine.service.live.model.business.RelaySourceConfigListOrBuilder 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/relay_source.proto

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

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

  /**
   * 
   * 配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.RelaySourceConfig RelaySourceConfigList = 1; */ java.util.List getRelaySourceConfigListList(); /** *
   * 配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.RelaySourceConfig RelaySourceConfigList = 1; */ RelaySourceConfig getRelaySourceConfigList(int index); /** *
   * 配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.RelaySourceConfig RelaySourceConfigList = 1; */ int getRelaySourceConfigListCount(); /** *
   * 配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.RelaySourceConfig RelaySourceConfigList = 1; */ java.util.List getRelaySourceConfigListOrBuilderList(); /** *
   * 配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.RelaySourceConfig RelaySourceConfigList = 1; */ RelaySourceConfigOrBuilder getRelaySourceConfigListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy