public interface ManagerPullPushDomainBindRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPullDomain()
需要绑定/解绑的拉流域名。
|
com.google.protobuf.ByteString |
getPullDomainBytes()
需要绑定/解绑的拉流域名。
|
String |
getPushDomain()
需要绑定的推流域名,在绑定推拉流域名的场景下,该参数为必填项。缺省情况下表示解绑。
|
com.google.protobuf.ByteString |
getPushDomainBytes()
需要绑定的推流域名,在绑定推拉流域名的场景下,该参数为必填项。缺省情况下表示解绑。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPullDomain()
需要绑定/解绑的拉流域名。
string PullDomain = 1;com.google.protobuf.ByteString getPullDomainBytes()
需要绑定/解绑的拉流域名。
string PullDomain = 1;String getPushDomain()
需要绑定的推流域名,在绑定推拉流域名的场景下,该参数为必填项。缺省情况下表示解绑。
string PushDomain = 2;com.google.protobuf.ByteString getPushDomainBytes()
需要绑定的推流域名,在绑定推拉流域名的场景下,该参数为必填项。缺省情况下表示解绑。
string PushDomain = 2;Copyright © 2025. All rights reserved.