com.volcengine.service.live.model.business.DenyConfigDetailOrBuilder 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 DenyConfigDetailOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.DenyConfigDetail)
com.google.protobuf.MessageOrBuilder {
/**
*
*协议类型,比如tcp,kcp,quic
*
*
* repeated string ProType = 1;
* @return A list containing the proType.
*/
java.util.List
getProTypeList();
/**
*
*协议类型,比如tcp,kcp,quic
*
*
* repeated string ProType = 1;
* @return The count of proType.
*/
int getProTypeCount();
/**
*
*协议类型,比如tcp,kcp,quic
*
*
* repeated string ProType = 1;
* @param index The index of the element to return.
* @return The proType at the given index.
*/
String getProType(int index);
/**
*
*协议类型,比如tcp,kcp,quic
*
*
* repeated string ProType = 1;
* @param index The index of the value to return.
* @return The bytes of the proType at the given index.
*/
com.google.protobuf.ByteString
getProTypeBytes(int index);
/**
*
*格式类型,比如http,rtmp
*
*
* repeated string FmtType = 2;
* @return A list containing the fmtType.
*/
java.util.List
getFmtTypeList();
/**
*
*格式类型,比如http,rtmp
*
*
* repeated string FmtType = 2;
* @return The count of fmtType.
*/
int getFmtTypeCount();
/**
*
*格式类型,比如http,rtmp
*
*
* repeated string FmtType = 2;
* @param index The index of the element to return.
* @return The fmtType at the given index.
*/
String getFmtType(int index);
/**
*
*格式类型,比如http,rtmp
*
*
* repeated string FmtType = 2;
* @param index The index of the value to return.
* @return The bytes of the fmtType at the given index.
*/
com.google.protobuf.ByteString
getFmtTypeBytes(int index);
/**
*
*大洲
*
*
* string Continent = 3;
* @return The continent.
*/
String getContinent();
/**
*
*大洲
*
*
* string Continent = 3;
* @return The bytes for continent.
*/
com.google.protobuf.ByteString
getContinentBytes();
/**
*
*国家码
*
*
* string Country = 4;
* @return The country.
*/
String getCountry();
/**
*
*国家码
*
*
* string Country = 4;
* @return The bytes for country.
*/
com.google.protobuf.ByteString
getCountryBytes();
/**
*
*区域
*
*
* string Region = 5;
* @return The region.
*/
String getRegion();
/**
*
*区域
*
*
* string Region = 5;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
/**
*
*城市
*
*
* string City = 6;
* @return The city.
*/
String getCity();
/**
*
*城市
*
*
* string City = 6;
* @return The bytes for city.
*/
com.google.protobuf.ByteString
getCityBytes();
/**
*
*运营商
*
*
* string ISP = 7;
* @return The iSP.
*/
String getISP();
/**
*
*运营商
*
*
* string ISP = 7;
* @return The bytes for iSP.
*/
com.google.protobuf.ByteString
getISPBytes();
/**
*
*黑名单
*
*
* repeated string DenyList = 8;
* @return A list containing the denyList.
*/
java.util.List
getDenyListList();
/**
*
*黑名单
*
*
* repeated string DenyList = 8;
* @return The count of denyList.
*/
int getDenyListCount();
/**
*
*黑名单
*
*
* repeated string DenyList = 8;
* @param index The index of the element to return.
* @return The denyList at the given index.
*/
String getDenyList(int index);
/**
*
*黑名单
*
*
* repeated string DenyList = 8;
* @param index The index of the value to return.
* @return The bytes of the denyList at the given index.
*/
com.google.protobuf.ByteString
getDenyListBytes(int index);
/**
*
*白名单
*
*
* repeated string AllowList = 9;
* @return A list containing the allowList.
*/
java.util.List
getAllowListList();
/**
*
*白名单
*
*
* repeated string AllowList = 9;
* @return The count of allowList.
*/
int getAllowListCount();
/**
*
*白名单
*
*
* repeated string AllowList = 9;
* @param index The index of the element to return.
* @return The allowList at the given index.
*/
String getAllowList(int index);
/**
*
*白名单
*
*
* repeated string AllowList = 9;
* @param index The index of the value to return.
* @return The bytes of the allowList at the given index.
*/
com.google.protobuf.ByteString
getAllowListBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy