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

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

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

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

  /**
   * 
   *配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.VhostWithDenyConfig DenyList = 1; */ java.util.List getDenyListList(); /** *
   *配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.VhostWithDenyConfig DenyList = 1; */ VhostWithDenyConfig getDenyList(int index); /** *
   *配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.VhostWithDenyConfig DenyList = 1; */ int getDenyListCount(); /** *
   *配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.VhostWithDenyConfig DenyList = 1; */ java.util.List getDenyListOrBuilderList(); /** *
   *配置列表
   * 
* * repeated .Volcengine.Live.Models.Business.VhostWithDenyConfig DenyList = 1; */ VhostWithDenyConfigOrBuilder getDenyListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy