com.volcengine.service.live.model.business.DescribeDenyConfigResultOrBuilder 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/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 extends VhostWithDenyConfigOrBuilder>
getDenyListOrBuilderList();
/**
*
*配置列表
*
*
* repeated .Volcengine.Live.Models.Business.VhostWithDenyConfig DenyList = 1;
*/
VhostWithDenyConfigOrBuilder getDenyListOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy