public interface VhostWithDenyConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApp()
App的名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
|
com.google.protobuf.ByteString |
getAppBytes()
App的名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
|
DenyConfigDetail |
getDenyConfig(int index)
配置详情列表
|
int |
getDenyConfigCount()
配置详情列表
|
List<DenyConfigDetail> |
getDenyConfigList()
配置详情列表
|
DenyConfigDetailOrBuilder |
getDenyConfigOrBuilder(int index)
配置详情列表
|
List<? extends DenyConfigDetailOrBuilder> |
getDenyConfigOrBuilderList()
配置详情列表
|
String |
getDomain()
推拉流域名
|
com.google.protobuf.ByteString |
getDomainBytes()
推拉流域名
|
String |
getVhost()
域名空间名称
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVhost()
域名空间名称
string Vhost = 1;com.google.protobuf.ByteString getVhostBytes()
域名空间名称
string Vhost = 1;String getDomain()
推拉流域名
string Domain = 2;com.google.protobuf.ByteString getDomainBytes()
推拉流域名
string Domain = 2;String getApp()
App的名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 3;com.google.protobuf.ByteString getAppBytes()
App的名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 3;List<DenyConfigDetail> getDenyConfigList()
配置详情列表
repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfig = 4;DenyConfigDetail getDenyConfig(int index)
配置详情列表
repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfig = 4;int getDenyConfigCount()
配置详情列表
repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfig = 4;List<? extends DenyConfigDetailOrBuilder> getDenyConfigOrBuilderList()
配置详情列表
repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfig = 4;DenyConfigDetailOrBuilder getDenyConfigOrBuilder(int index)
配置详情列表
repeated .Volcengine.Live.Models.Business.DenyConfigDetail DenyConfig = 4;Copyright © 2022. All rights reserved.