public interface VodSubmitBlockTasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileUrls()
媒体Url列表:
指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。多个内容 URL
用\n分隔。 每次最多可提交 100 条。
|
com.google.protobuf.ByteString |
getFileUrlsBytes()
媒体Url列表:
指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。多个内容 URL
用\n分隔。 每次最多可提交 100 条。
|
String |
getOperation()
forbid:禁播,recover:解禁。
|
com.google.protobuf.ByteString |
getOperationBytes()
forbid:禁播,recover:解禁。
|
String |
getSpaceName()
点播空间名,非必填
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
点播空间名,非必填
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFileUrls()
媒体Url列表: 指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。多个内容 URL 用\n分隔。 每次最多可提交 100 条。
string FileUrls = 1;com.google.protobuf.ByteString getFileUrlsBytes()
媒体Url列表: 指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。多个内容 URL 用\n分隔。 每次最多可提交 100 条。
string FileUrls = 1;String getOperation()
forbid:禁播,recover:解禁。
string Operation = 2;com.google.protobuf.ByteString getOperationBytes()
forbid:禁播,recover:解禁。
string Operation = 2;String getSpaceName()
点播空间名,非必填
string SpaceName = 3;com.google.protobuf.ByteString getSpaceNameBytes()
点播空间名,非必填
string SpaceName = 3;Copyright © 2025. All rights reserved.