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

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

  /**
   * 
   * 下载地址
   * 
* * string DownloadUrl = 1; * @return The downloadUrl. */ java.lang.String getDownloadUrl(); /** *
   * 下载地址
   * 
* * string DownloadUrl = 1; * @return The bytes for downloadUrl. */ com.google.protobuf.ByteString getDownloadUrlBytes(); /** *
   * 文件大小,单位:bytes
   * 
* * int64 FileSize = 2; * @return The fileSize. */ long getFileSize(); /** *
   * 日志文件名
   * 
* * string FileName = 3; * @return The fileName. */ java.lang.String getFileName(); /** *
   * 日志文件名
   * 
* * string FileName = 3; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
   * 日志包起始时间,单位:Unix秒级时间戳
   * 
* * int32 StartTimestamp = 4; * @return The startTimestamp. */ int getStartTimestamp(); /** *
   * 日志包结束时间,单位:Unix秒级时间戳
   * 
* * int32 EndTimestamp = 5; * @return The endTimestamp. */ int getEndTimestamp(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy