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、PCDN、ALL
|
com.google.protobuf.ByteString |
getBandwidthTypeBytes()
默认是CDN,支持CDN、PCDN、ALL
|
String |
getDomainList()
域名列表,多个域名用逗号分割
|
com.google.protobuf.ByteString |
getDomainListBytes()
域名列表,多个域名用逗号分割
|
String |
getEndTime()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
com.google.protobuf.ByteString |
getEndTimeBytes()
查询的结束时间, rfc3339;查询时间跨度不超过93天
|
String |
getStartTime()
查询的起始时间, rfc3339
|
com.google.protobuf.ByteString |
getStartTimeBytes()
查询的起始时间, rfc3339
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDomainList()
域名列表,多个域名用逗号分割
string DomainList = 1;
com.google.protobuf.ByteString getDomainListBytes()
域名列表,多个域名用逗号分割
string DomainList = 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;
int getAggregation()
聚合的时间粒度,单位秒,默认300,支持300,1800,3600和86400
int32 Aggregation = 4;
String getBandwidthType()
默认是CDN,支持CDN、PCDN、ALL
string BandwidthType = 5;
com.google.protobuf.ByteString getBandwidthTypeBytes()
默认是CDN,支持CDN、PCDN、ALL
string BandwidthType = 5;
String getArea()
加速区域
string Area = 6;
com.google.protobuf.ByteString getAreaBytes()
加速区域
string Area = 6;
Copyright © 2022. All rights reserved.