public interface VodGetContentBlockTasksRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
指定一个加速域名以包含属于该加速域名的内容 URL。
|
com.google.protobuf.ByteString |
getDomainBytes()
指定一个加速域名以包含属于该加速域名的内容 URL。
|
long |
getEndTime()
指定一个时间,时间格式是 Unix
时间戳。该时间用以包含提交时间小于或等于该时间的任务。您无法查询超过 7
天的任务。
|
long |
getPageNum()
指定一个页码。系统只返回该页面上的那些任务。
|
long |
getPageSize()
指定响应正文中每页包含的任务数量。
|
long |
getStartTime()
指定一个时间,时间格式是 Unix
时间戳。该时间用以包含提交时间大于或等于该时间的任务。您无法查询超过 7
天的任务。
|
String |
getStatus()
指定一个内容 URL 的状态。该参数的可用值如下:
complete:已完成。
running:执行中。
failed:执行失败。
|
com.google.protobuf.ByteString |
getStatusBytes()
指定一个内容 URL 的状态。该参数的可用值如下:
complete:已完成。
running:执行中。
failed:执行失败。
|
String |
getTaskID()
指定一个任务 ID,任务 ID 精确匹配。
|
com.google.protobuf.ByteString |
getTaskIDBytes()
指定一个任务 ID,任务 ID 精确匹配。
|
String |
getTaskType()
指定一个任务类型,该参数的可用值如下:
block_url:封禁任务。
unblock_url:解封任务。
必填
|
com.google.protobuf.ByteString |
getTaskTypeBytes()
指定一个任务类型,该参数的可用值如下:
block_url:封禁任务。
unblock_url:解封任务。
必填
|
String |
getUrl()
指定一个内容URL
|
com.google.protobuf.ByteString |
getUrlBytes()
指定一个内容URL
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
指定一个内容URL
string Url = 1;com.google.protobuf.ByteString getUrlBytes()
指定一个内容URL
string Url = 1;String getDomain()
指定一个加速域名以包含属于该加速域名的内容 URL。
string Domain = 2;com.google.protobuf.ByteString getDomainBytes()
指定一个加速域名以包含属于该加速域名的内容 URL。
string Domain = 2;String getTaskID()
指定一个任务 ID,任务 ID 精确匹配。
string TaskID = 3;com.google.protobuf.ByteString getTaskIDBytes()
指定一个任务 ID,任务 ID 精确匹配。
string TaskID = 3;String getTaskType()
指定一个任务类型,该参数的可用值如下: block_url:封禁任务。 unblock_url:解封任务。 必填
string TaskType = 4;com.google.protobuf.ByteString getTaskTypeBytes()
指定一个任务类型,该参数的可用值如下: block_url:封禁任务。 unblock_url:解封任务。 必填
string TaskType = 4;String getStatus()
指定一个内容 URL 的状态。该参数的可用值如下: complete:已完成。 running:执行中。 failed:执行失败。
string Status = 5;com.google.protobuf.ByteString getStatusBytes()
指定一个内容 URL 的状态。该参数的可用值如下: complete:已完成。 running:执行中。 failed:执行失败。
string Status = 5;long getStartTime()
指定一个时间,时间格式是 Unix 时间戳。该时间用以包含提交时间大于或等于该时间的任务。您无法查询超过 7 天的任务。
int64 StartTime = 6;long getEndTime()
指定一个时间,时间格式是 Unix 时间戳。该时间用以包含提交时间小于或等于该时间的任务。您无法查询超过 7 天的任务。
int64 EndTime = 7;long getPageNum()
指定一个页码。系统只返回该页面上的那些任务。
int64 PageNum = 8;long getPageSize()
指定响应正文中每页包含的任务数量。
int64 PageSize = 9;Copyright © 2023. All rights reserved.