com.volcengine.service.vod.model.business.VodCdnAccessLogElementOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// 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 VodCdnAccessLogElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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