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

com.byteplus.service.vod.model.business.VodCdnTopAccessUrlElementOrBuilder 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 VodCdnTopAccessUrlElementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodCdnTopAccessUrlElement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * URL
   * 
* * string Url = 1; * @return The url. */ java.lang.String getUrl(); /** *
   * URL
   * 
* * string Url = 1; * @return The bytes for url. */ com.google.protobuf.ByteString getUrlBytes(); /** *
   * 请求次数计数
   * 
* * int64 Pv = 2; * @return The pv. */ long getPv(); /** *
   * 流量计数,单位:Byte
   * 
* * int64 Flux = 3; * @return The flux. */ long getFlux(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy