public interface CreateDomainRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
域名。一次只能提交一个域名。域名请在工信部完成备案。
|
com.google.protobuf.ByteString |
getDomainBytes()
域名。一次只能提交一个域名。域名请在工信部完成备案。
|
String |
getRegion()
区域,包含两种类型。<li>cn:中国大陆;<li>oversea:海外。
|
com.google.protobuf.ByteString |
getRegionBytes()
区域,包含两种类型。<li>cn:中国大陆;<li>oversea:海外。
|
String |
getType()
域名类型,包含两种类型。<li>push:推流域名;<li>pull-flv:拉流域名,包含RTMP、FLV、HLS格式。
|
com.google.protobuf.ByteString |
getTypeBytes()
域名类型,包含两种类型。<li>push:推流域名;<li>pull-flv:拉流域名,包含RTMP、FLV、HLS格式。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomain()
域名。一次只能提交一个域名。域名请在工信部完成备案。
string Domain = 1;com.google.protobuf.ByteString getDomainBytes()
域名。一次只能提交一个域名。域名请在工信部完成备案。
string Domain = 1;String getType()
域名类型,包含两种类型。<li>push:推流域名;<li>pull-flv:拉流域名,包含RTMP、FLV、HLS格式。
string Type = 2;com.google.protobuf.ByteString getTypeBytes()
域名类型,包含两种类型。<li>push:推流域名;<li>pull-flv:拉流域名,包含RTMP、FLV、HLS格式。
string Type = 2;String getRegion()
区域,包含两种类型。<li>cn:中国大陆;<li>oversea:海外。
string Region = 3;com.google.protobuf.ByteString getRegionBytes()
区域,包含两种类型。<li>cn:中国大陆;<li>oversea:海外。
string Region = 3;Copyright © 2025. All rights reserved.