public interface VodListCdnUsageDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDataType()
统计数据类别
|
com.google.protobuf.ByteString |
getDataTypeBytes()
统计数据类别
|
String |
getDomains()
域名,多个用逗号隔开
|
com.google.protobuf.ByteString |
getDomainsBytes()
域名,多个用逗号隔开
|
long |
getEndTimestamp()
查询范围截止时间
|
String |
getInterval()
聚合度
|
com.google.protobuf.ByteString |
getIntervalBytes()
聚合度
|
String |
getMetric()
指标类别
|
com.google.protobuf.ByteString |
getMetricBytes()
指标类别
|
long |
getStartTimestamp()
查询范围起始时间
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDomains()
域名,多个用逗号隔开
string Domains = 1;
com.google.protobuf.ByteString getDomainsBytes()
域名,多个用逗号隔开
string Domains = 1;
String getInterval()
聚合度
string Interval = 2;
com.google.protobuf.ByteString getIntervalBytes()
聚合度
string Interval = 2;
long getStartTimestamp()
查询范围起始时间
int64 StartTimestamp = 3;
long getEndTimestamp()
查询范围截止时间
int64 EndTimestamp = 4;
String getDataType()
统计数据类别
string DataType = 5;
com.google.protobuf.ByteString getDataTypeBytes()
统计数据类别
string DataType = 5;
String getMetric()
指标类别
string Metric = 6;
com.google.protobuf.ByteString getMetricBytes()
指标类别
string Metric = 6;
Copyright © 2022. All rights reserved.