public interface VodSubmitBlockTasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getFileUrls()
媒体Url列表:
指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。
|
com.google.protobuf.ByteString |
getFileUrlsBytes()
媒体Url列表:
指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。
|
String |
getOperation()
forbid:禁播,recover:解禁。
|
com.google.protobuf.ByteString |
getOperationBytes()
forbid:禁播,recover:解禁。
|
String 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;
Copyright © 2024. All rights reserved.