All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.request.VodListCdnPvDataRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// 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 VodListCdnPvDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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