com.byteplus.service.vod.model.request.VodListCdnUsageDataRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodListCdnUsageDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListCdnUsageDataRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 域名,多个用逗号隔开
*
*
* string Domains = 1;
* @return The domains.
*/
java.lang.String getDomains();
/**
*
* 域名,多个用逗号隔开
*
*
* string Domains = 1;
* @return The bytes for domains.
*/
com.google.protobuf.ByteString
getDomainsBytes();
/**
*
* 聚合度
*
*
* string Interval = 2;
* @return The interval.
*/
java.lang.String getInterval();
/**
*
* 聚合度
*
*
* string Interval = 2;
* @return The bytes for interval.
*/
com.google.protobuf.ByteString
getIntervalBytes();
/**
*
* 查询范围起始时间
*
*
* int64 StartTimestamp = 3;
* @return The startTimestamp.
*/
long getStartTimestamp();
/**
*
* 查询范围截止时间
*
*
* int64 EndTimestamp = 4;
* @return The endTimestamp.
*/
long getEndTimestamp();
/**
*
* 统计数据类别
*
*
* string DataType = 5;
* @return The dataType.
*/
java.lang.String getDataType();
/**
*
* 统计数据类别
*
*
* string DataType = 5;
* @return The bytes for dataType.
*/
com.google.protobuf.ByteString
getDataTypeBytes();
/**
*
* 指标类别
*
*
* string Metric = 6;
* @return The metric.
*/
java.lang.String getMetric();
/**
*
* 指标类别
*
*
* string Metric = 6;
* @return The bytes for metric.
*/
com.google.protobuf.ByteString
getMetricBytes();
/**
* bool NeedDetail = 7;
* @return The needDetail.
*/
boolean getNeedDetail();
/**
* string Area = 8;
* @return The area.
*/
java.lang.String getArea();
/**
* string Area = 8;
* @return The bytes for area.
*/
com.google.protobuf.ByteString
getAreaBytes();
/**
* string Region = 9;
* @return The region.
*/
java.lang.String getRegion();
/**
* string Region = 9;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
/**
* string Isp = 10;
* @return The isp.
*/
java.lang.String getIsp();
/**
* string Isp = 10;
* @return The bytes for isp.
*/
com.google.protobuf.ByteString
getIspBytes();
/**
* string Protocol = 11;
* @return The protocol.
*/
java.lang.String getProtocol();
/**
* string Protocol = 11;
* @return The bytes for protocol.
*/
com.google.protobuf.ByteString
getProtocolBytes();
/**
* string IpVersion = 12;
* @return The ipVersion.
*/
java.lang.String getIpVersion();
/**
* string IpVersion = 12;
* @return The bytes for ipVersion.
*/
com.google.protobuf.ByteString
getIpVersionBytes();
/**
* string BillingRegion = 13;
* @return The billingRegion.
*/
java.lang.String getBillingRegion();
/**
* string BillingRegion = 13;
* @return The bytes for billingRegion.
*/
com.google.protobuf.ByteString
getBillingRegionBytes();
}