com.volcengine.service.vod.model.request.VodListCdnPvDataRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodListCdnPvDataRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListCdnPvDataRequest)
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();
/**
*
* 聚合度,可选:auto,5min,hour,day
*
*
* string Interval = 2;
* @return The interval.
*/
java.lang.String getInterval();
/**
*
* 聚合度,可选:auto,5min,hour,day
*
*
* 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();
/**
*
* 统计数据类别, 可选edge-边缘数据,origin-回源数据
*
*
* string DataType = 5;
* @return The dataType.
*/
java.lang.String getDataType();
/**
*
* 统计数据类别, 可选edge-边缘数据,origin-回源数据
*
*
* string DataType = 5;
* @return The bytes for dataType.
*/
com.google.protobuf.ByteString
getDataTypeBytes();
/**
* bool NeedDetail = 6;
* @return The needDetail.
*/
boolean getNeedDetail();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy