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

com.byteplus.service.vod.model.request.VodDescribeVodDomainTrafficDataRequestOrBuilder 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 VodDescribeVodDomainTrafficDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodDescribeVodDomainTrafficDataRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * list of domains to query
   * 
* * string DomainList = 1; * @return The domainList. */ java.lang.String getDomainList(); /** *
   * list of domains to query
   * 
* * string DomainList = 1; * @return The bytes for domainList. */ com.google.protobuf.ByteString getDomainListBytes(); /** *
   * rfc339
   * 
* * string StartTime = 2; * @return The startTime. */ java.lang.String getStartTime(); /** *
   * rfc339
   * 
* * string StartTime = 2; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   * rfc339
   * 
* * string EndTime = 3; * @return The endTime. */ java.lang.String getEndTime(); /** *
   * rfc339
   * 
* * string EndTime = 3; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   * default 300, supports 1800, 3600 and 86400
   * 
* * int32 Aggregation = 4; * @return The aggregation. */ int getAggregation(); /** *
   * PCDN, CDN, or ALL
   * 
* * string TrafficType = 5; * @return The trafficType. */ java.lang.String getTrafficType(); /** *
   * PCDN, CDN, or ALL
   * 
* * string TrafficType = 5; * @return The bytes for trafficType. */ com.google.protobuf.ByteString getTrafficTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy