public interface RelaySourceGroupItemV2OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsRelaySourceParams(String key)
回源参数。
|
String |
getRelaySourceDomainList(int index)
回源地址数组
|
com.google.protobuf.ByteString |
getRelaySourceDomainListBytes(int index)
回源地址数组
|
int |
getRelaySourceDomainListCount()
回源地址数组
|
List<String> |
getRelaySourceDomainListList()
回源地址数组
|
Map<String,String> |
getRelaySourceParams()
Deprecated.
|
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。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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 © 2025. All rights reserved.