public interface DescribeVodSnapshotDataRequestOrBuilder
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 |
getSnapshotType()
类型:默认全部。Poster(静态图)、Sample(采样截图)、Dynpost(动图)、Animated(反复循环图)、AIDynpost(AI动图)、Sprite(雪碧图)
|
com.google.protobuf.ByteString |
getSnapshotTypeBytes()
类型:默认全部。Poster(静态图)、Sample(采样截图)、Dynpost(动图)、Animated(反复循环图)、AIDynpost(AI动图)、Sprite(雪碧图)
|
String |
getSpaceList()
空间列表,多个空间用逗号分割
|
com.google.protobuf.ByteString |
getSpaceListBytes()
空间列表,多个空间用逗号分割
|
String |
getStartTime()
查询的起始时间, rfc3339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询的起始时间, rfc3339
|
String |
getTaskStageList()
闲忙时: busy/free,多个值用逗号分割
|
com.google.protobuf.ByteString |
getTaskStageListBytes()
闲忙时: busy/free,多个值用逗号分割
|
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 getSnapshotType()
类型:默认全部。Poster(静态图)、Sample(采样截图)、Dynpost(动图)、Animated(反复循环图)、AIDynpost(AI动图)、Sprite(雪碧图)
string SnapshotType = 4;com.google.protobuf.ByteString getSnapshotTypeBytes()
类型:默认全部。Poster(静态图)、Sample(采样截图)、Dynpost(动图)、Animated(反复循环图)、AIDynpost(AI动图)、Sprite(雪碧图)
string SnapshotType = 4;String getTaskStageList()
闲忙时: busy/free,多个值用逗号分割
string TaskStageList = 5;com.google.protobuf.ByteString getTaskStageListBytes()
闲忙时: busy/free,多个值用逗号分割
string TaskStageList = 5;long getAggregation()
聚合的时间粒度,单位秒,默认3600,支持3600和86400
int64 Aggregation = 6;String getDetailFieldList()
展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
string DetailFieldList = 7;com.google.protobuf.ByteString getDetailFieldListBytes()
展示详细信息的维度,取值:TaskStage、Space,多个值用逗号分割
string DetailFieldList = 7;Copyright © 2023. All rights reserved.