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

com.byteplus.service.vod.model.business.CdnUsageDataItemOrBuilder 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/business/vod_cdn.proto

package com.byteplus.service.vod.model.business;

public interface CdnUsageDataItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.CdnUsageDataItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 时间戳
   * 
* * int64 Time = 1; * @return The time. */ long getTime(); /** *
   * 国家/地区
   * 
* * string Area = 2; * @return The area. */ java.lang.String getArea(); /** *
   * 国家/地区
   * 
* * string Area = 2; * @return The bytes for area. */ com.google.protobuf.ByteString getAreaBytes(); /** *
   * 流量,单位:Byte
   * 
* * int64 Flow = 3; * @return The flow. */ long getFlow(); /** *
   * http流量,单位: Byte
   * 
* * int64 HttpFlow = 4; * @return The httpFlow. */ long getHttpFlow(); /** *
   * https流量,单位: Byte
   * 
* * int64 HttpsFlow = 5; * @return The httpsFlow. */ long getHttpsFlow(); /** *
   * 请求数
   * 
* * int64 Conn = 6; * @return The conn. */ long getConn(); /** *
   * http请求数
   * 
* * int64 HttpConn = 7; * @return The httpConn. */ long getHttpConn(); /** *
   * https请求数
   * 
* * int64 HttpsConn = 8; * @return The httpsConn. */ long getHttpsConn(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy