public interface DescribeVodSpaceTranscodeDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAggregation()
聚合的时间粒度,单位秒,默认3600,支持3600和86400
|
String |
getDetailFieldList()
展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
|
com.google.protobuf.ByteString |
getDetailFieldListBytes()
展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
|
String |
getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
com.google.protobuf.ByteString |
getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
String |
getSpaceList()
空间列表,多个空间用逗号分割
|
com.google.protobuf.ByteString |
getSpaceListBytes()
空间列表,多个空间用逗号分割
|
String |
getSpecification() |
com.google.protobuf.ByteString |
getSpecificationBytes() |
String |
getStartTime()
查询的起始时间, rfc3339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询的起始时间, rfc3339
|
String |
getTaskStageList()
闲忙时: busy/free,多个值用逗号分割
|
com.google.protobuf.ByteString |
getTaskStageListBytes()
闲忙时: busy/free,多个值用逗号分割
|
String |
getTranscodeType()
转码类型:默认全部。Slice,Normal,LowCost,ByteHD
|
com.google.protobuf.ByteString |
getTranscodeTypeBytes()
转码类型:默认全部。Slice,Normal,LowCost,ByteHD
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSpaceList()
空间列表,多个空间用逗号分割
string SpaceList = 1;com.google.protobuf.ByteString getSpaceListBytes()
空间列表,多个空间用逗号分割
string SpaceList = 1;String getStartTime()
查询的起始时间, rfc3339
string StartTime = 2;com.google.protobuf.ByteString getStartTimeBytes()
查询的起始时间, rfc3339
string StartTime = 2;String getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
string EndTime = 3;com.google.protobuf.ByteString getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
string EndTime = 3;String getTranscodeType()
转码类型:默认全部。Slice,Normal,LowCost,ByteHD
string TranscodeType = 4;com.google.protobuf.ByteString getTranscodeTypeBytes()
转码类型:默认全部。Slice,Normal,LowCost,ByteHD
string TranscodeType = 4;String getSpecification()
string Specification = 5;com.google.protobuf.ByteString getSpecificationBytes()
string Specification = 5;String getTaskStageList()
闲忙时: busy/free,多个值用逗号分割
string TaskStageList = 6;com.google.protobuf.ByteString getTaskStageListBytes()
闲忙时: busy/free,多个值用逗号分割
string TaskStageList = 6;long getAggregation()
聚合的时间粒度,单位秒,默认3600,支持3600和86400
int64 Aggregation = 7;String getDetailFieldList()
展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
string DetailFieldList = 8;com.google.protobuf.ByteString getDetailFieldListBytes()
展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
string DetailFieldList = 8;Copyright © 2023. All rights reserved.