public interface VodDescribeVodDomainBandwidthDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAggregation()
聚合的时间粒度,单位秒,默认300,支持300,1800,3600和86400
|
String |
getArea()
加速区域
|
com.google.protobuf.ByteString |
getAreaBytes()
加速区域
|
String |
getBandwidthType()
默认是CDN,支持CDN、ECDN、ALL
|
com.google.protobuf.ByteString |
getBandwidthTypeBytes()
默认是CDN,支持CDN、ECDN、ALL
|
String |
getDomainInSpaceList()
点播空间名和域名列表。格式为空间:域名
|
com.google.protobuf.ByteString |
getDomainInSpaceListBytes()
点播空间名和域名列表。格式为空间:域名
|
String |
getDomainList()
域名列表,多个域名用逗号分割
|
com.google.protobuf.ByteString |
getDomainListBytes()
域名列表,多个域名用逗号分割
|
String |
getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
com.google.protobuf.ByteString |
getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
String |
getRegionList()
空间区域
|
com.google.protobuf.ByteString |
getRegionListBytes()
空间区域
|
String |
getStartTime()
查询的起始时间, rfc3339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询的起始时间, rfc3339
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomainList()
域名列表,多个域名用逗号分割
string DomainList = 1;com.google.protobuf.ByteString getDomainListBytes()
域名列表,多个域名用逗号分割
string DomainList = 1;String getDomainInSpaceList()
点播空间名和域名列表。格式为空间:域名
string DomainInSpaceList = 2;com.google.protobuf.ByteString getDomainInSpaceListBytes()
点播空间名和域名列表。格式为空间:域名
string DomainInSpaceList = 2;String getStartTime()
查询的起始时间, rfc3339
string StartTime = 3;com.google.protobuf.ByteString getStartTimeBytes()
查询的起始时间, rfc3339
string StartTime = 3;String getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
string EndTime = 4;com.google.protobuf.ByteString getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
string EndTime = 4;int getAggregation()
聚合的时间粒度,单位秒,默认300,支持300,1800,3600和86400
int32 Aggregation = 5;String getBandwidthType()
默认是CDN,支持CDN、ECDN、ALL
string BandwidthType = 6;com.google.protobuf.ByteString getBandwidthTypeBytes()
默认是CDN,支持CDN、ECDN、ALL
string BandwidthType = 6;String getArea()
加速区域
string Area = 7;com.google.protobuf.ByteString getAreaBytes()
加速区域
string Area = 7;String getRegionList()
空间区域
string RegionList = 8;com.google.protobuf.ByteString getRegionListBytes()
空间区域
string RegionList = 8;Copyright © 2025. All rights reserved.