public interface DescribeVodSpaceEditStatisDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAggregation()
聚合的时间粒度,单位秒,默认3600,支持3600和86400
|
String |
getDetailFieldList()
展示详细信息的维度,取值:Space
|
com.google.protobuf.ByteString |
getDetailFieldListBytes()
展示详细信息的维度,取值:Space
|
String |
getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
com.google.protobuf.ByteString |
getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
String |
getRegionList()
区域,多个区域用逗号分割
|
com.google.protobuf.ByteString |
getRegionListBytes()
区域,多个区域用逗号分割
|
String |
getSpaceList()
空间列表,多个空间用逗号分割
|
com.google.protobuf.ByteString |
getSpaceListBytes()
空间列表,多个空间用逗号分割
|
String |
getSpecification()
封装格式
|
com.google.protobuf.ByteString |
getSpecificationBytes()
封装格式
|
String |
getStartTime()
查询的起始时间, rfc3339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询的起始时间, rfc3339
|
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 getSpecification()
封装格式
string Specification = 4;com.google.protobuf.ByteString getSpecificationBytes()
封装格式
string Specification = 4;long getAggregation()
聚合的时间粒度,单位秒,默认3600,支持3600和86400
int64 Aggregation = 5;String getDetailFieldList()
展示详细信息的维度,取值:Space
string DetailFieldList = 6;com.google.protobuf.ByteString getDetailFieldListBytes()
展示详细信息的维度,取值:Space
string DetailFieldList = 6;String getRegionList()
区域,多个区域用逗号分割
string RegionList = 7;com.google.protobuf.ByteString getRegionListBytes()
区域,多个区域用逗号分割
string RegionList = 7;Copyright © 2025. All rights reserved.