public interface RelaySourceGroupItemV2OrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
boolean |
containsRelaySourceParams(String key)
回源参数。
|
String |
getRelaySourceDomainList(int index)
回源地址数组
repeated string RelaySourceDomainList = 1; |
com.google.protobuf.ByteString |
getRelaySourceDomainListBytes(int index)
回源地址数组
repeated string RelaySourceDomainList = 1; |
int |
getRelaySourceDomainListCount()
回源地址数组
repeated string RelaySourceDomainList = 1; |
List<String> |
getRelaySourceDomainListList()
回源地址数组
repeated string RelaySourceDomainList = 1; |
Map<String,String> |
getRelaySourceParams()
已过时。
|
int |
getRelaySourceParamsCount()
回源参数。
|
Map<String,String> |
getRelaySourceParamsMap()
回源参数。
|
String |
getRelaySourceParamsOrDefault(String key,
String defaultValue)
回源参数。
|
String |
getRelaySourceParamsOrThrow(String key)
回源参数。
|
String |
getRelaySourceProtocol()
回源协议,目前只支持以下两种:<li>rmtp <li>flv。
|
com.google.protobuf.ByteString |
getRelaySourceProtocolBytes()
回源协议,目前只支持以下两种:<li>rmtp <li>flv。
|
List<String> getRelaySourceDomainListList()
回源地址数组
repeated string RelaySourceDomainList = 1;
int getRelaySourceDomainListCount()
回源地址数组
repeated string RelaySourceDomainList = 1;
String getRelaySourceDomainList(int index)
回源地址数组
repeated string RelaySourceDomainList = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getRelaySourceDomainListBytes(int index)
回源地址数组
repeated string RelaySourceDomainList = 1;
index
- The index of the value to return.int getRelaySourceParamsCount()
回源参数。
map<string, string> RelaySourceParams = 2;
boolean containsRelaySourceParams(String key)
回源参数。
map<string, string> RelaySourceParams = 2;
@Deprecated Map<String,String> getRelaySourceParams()
getRelaySourceParamsMap()
instead.Map<String,String> getRelaySourceParamsMap()
回源参数。
map<string, string> RelaySourceParams = 2;
String getRelaySourceParamsOrDefault(String key, String defaultValue)
回源参数。
map<string, string> RelaySourceParams = 2;
String getRelaySourceParamsOrThrow(String key)
回源参数。
map<string, string> RelaySourceParams = 2;
String getRelaySourceProtocol()
回源协议,目前只支持以下两种:<li>rmtp <li>flv。
string RelaySourceProtocol = 3;
com.google.protobuf.ByteString getRelaySourceProtocolBytes()
回源协议,目前只支持以下两种:<li>rmtp <li>flv。
string RelaySourceProtocol = 3;
Copyright © 2024. All rights reserved.