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

com.volcengine.service.vod.model.business.VodCdnTopAccessElementOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/business/vod_cdn.proto

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

public interface VodCdnTopAccessElementOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodCdnTopAccessElement)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 搜索Item对应key
   * 
* * string ItemKey = 1; * @return The itemKey. */ java.lang.String getItemKey(); /** *
   * 搜索Item对应key
   * 
* * string ItemKey = 1; * @return The bytes for itemKey. */ com.google.protobuf.ByteString getItemKeyBytes(); /** *
   * 请求相应Item和Metric对应值
   * 
* * double Value = 2; * @return The value. */ double getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy