public interface UpdateRelaySourceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
boolean |
containsRelaySourceParams(String key)
回源参数。
|
String |
getApp()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."
|
String |
getRelaySourceDomainList(int index)
回源地址数组。
|
com.google.protobuf.ByteString |
getRelaySourceDomainListBytes(int index)
回源地址数组。
|
int |
getRelaySourceDomainListCount()
回源地址数组。
|
List<String> |
getRelaySourceDomainListList()
回源地址数组。
|
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。
|
String |
getVhost()
域名空间名称。
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称。
|
String getVhost()
域名空间名称。
string Vhost = 1;
com.google.protobuf.ByteString getVhostBytes()
域名空间名称。
string Vhost = 1;
String getApp()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 2;
com.google.protobuf.ByteString getAppBytes()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成。
string App = 2;
List<String> getRelaySourceDomainListList()
回源地址数组。
repeated string RelaySourceDomainList = 3;
int getRelaySourceDomainListCount()
回源地址数组。
repeated string RelaySourceDomainList = 3;
String getRelaySourceDomainList(int index)
回源地址数组。
repeated string RelaySourceDomainList = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getRelaySourceDomainListBytes(int index)
回源地址数组。
repeated string RelaySourceDomainList = 3;
index
- The index of the value to return.int getRelaySourceParamsCount()
回源参数。
map<string, string> RelaySourceParams = 4;
boolean containsRelaySourceParams(String key)
回源参数。
map<string, string> RelaySourceParams = 4;
@Deprecated Map<String,String> getRelaySourceParams()
getRelaySourceParamsMap()
instead.Map<String,String> getRelaySourceParamsMap()
回源参数。
map<string, string> RelaySourceParams = 4;
String getRelaySourceParamsOrDefault(String key, String defaultValue)
回源参数。
map<string, string> RelaySourceParams = 4;
String getRelaySourceParamsOrThrow(String key)
回源参数。
map<string, string> RelaySourceParams = 4;
String getRelaySourceProtocol()
回源协议,目前只支持以下两种:<li>rmtp <li>flv。
string RelaySourceProtocol = 5;
com.google.protobuf.ByteString getRelaySourceProtocolBytes()
回源协议,目前只支持以下两种:<li>rmtp <li>flv。
string RelaySourceProtocol = 5;
Copyright © 2024. All rights reserved.