public interface DescribeLiveStreamStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getApp()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."
|
String |
getDomain()
推流域名。
|
com.google.protobuf.ByteString |
getDomainBytes()
推流域名。
|
String |
getStream()
流名称。
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称。
|
String |
getVhost()
域名空间名称
string Vhost = 1; |
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称
string Vhost = 1; |
String getVhost()
域名空间名称
string Vhost = 1;
com.google.protobuf.ByteString getVhostBytes()
域名空间名称
string Vhost = 1;
String getDomain()
推流域名。 参数 `Domain` 和 `Vhost`传且仅传一个。
string Domain = 2;
com.google.protobuf.ByteString getDomainBytes()
推流域名。 参数 `Domain` 和 `Vhost`传且仅传一个。
string Domain = 2;
String getApp()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成
string App = 3;
com.google.protobuf.ByteString getAppBytes()
应用名称,由 1 到 30 位数字、字母、下划线及"-"和"."组成
string App = 3;
String getStream()
流名称。由 1 到 100 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 4;
com.google.protobuf.ByteString getStreamBytes()
流名称。由 1 到 100 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
string Stream = 4;
Copyright © 2024. All rights reserved.