public interface VodParseUploadManifestRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getManifestContent()
待解析的索引文件内容
|
com.google.protobuf.ByteString |
getManifestContentBytes()
待解析的索引文件内容
|
String |
getManifestType()
视频索引文件格式,当前仅支持m3u8。默认值为m3u8
|
com.google.protobuf.ByteString |
getManifestTypeBytes()
视频索引文件格式,当前仅支持m3u8。默认值为m3u8
|
String |
getSpaceName()
点播空间名称
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
点播空间名称
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpaceName()
点播空间名称
string SpaceName = 1;com.google.protobuf.ByteString getSpaceNameBytes()
点播空间名称
string SpaceName = 1;String getManifestType()
视频索引文件格式,当前仅支持m3u8。默认值为m3u8
string ManifestType = 2;com.google.protobuf.ByteString getManifestTypeBytes()
视频索引文件格式,当前仅支持m3u8。默认值为m3u8
string ManifestType = 2;String getManifestContent()
待解析的索引文件内容
string ManifestContent = 3;com.google.protobuf.ByteString getManifestContentBytes()
待解析的索引文件内容
string ManifestContent = 3;Copyright © 2026. All rights reserved.